summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
Commit message (Expand)AuthorAgeFilesLines
* afr: Avoid excessive logging in self-heal.v3.3.1qa1Krishnan Parthasarathi2012-08-171-6/+6
* cluster/afr: Avoid setting split-brain outside inode locksPranith Kumar K2012-08-121-1/+2
* cluster/afr: Don't reset split-brain when data-self-heal is offPranith Kumar K2012-05-281-1/+0
* cluster/afr: Assign gfid path if path is NULL in lookupv3.3.0qa42Pranith Kumar K2012-05-191-9/+14
* cluster/afr: Return EIO if read-child < 0 in inode-read fopsPranith Kumar K2012-05-171-1/+4
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* Self-heald: Dump the event history completelyPranith Kumar K2012-05-071-1/+0
* cluster/afr: Handle transient parent-entry xactions in lookupPranith Kumar K2012-04-191-6/+95
* cluster/afr: Perform gfid-less lookup in afrPranith Kumar K2012-04-121-0/+5
* self-heald: Find self-heal failures, split-brainPranith Kumar K2012-04-051-2/+13
* core: adding extra data for fopsAmar Tumballi2012-03-221-65/+78
* replicate: fix a glitch in up_count/down_count updates.Jeff Darcy2012-03-191-2/+24
* Self-heald: Handle errors gracefully and show errors to usersPranith Kumar K2012-03-181-1/+1
* cluster/afr: set_read_child when xactions in progress in fresh lookupPranith Kumar K2012-03-181-3/+6
* afr: Copy loc->gfid independent of lookup being fresh or otherwiseKrishnan Parthasarathi2012-03-181-5/+3
* afr: Corrected getxattr 'key' matching in case of clrlk cmdKrishnan Parthasarathi2012-03-141-0/+3
* cluster/afr: save the xattr obtained in the {f}xattrop_cbk in localRaghavendra Bhat2012-03-121-5/+19
* cluster/afr: handle node failures in lookupPranith Kumar K2012-03-051-2/+25
* cluster/afr: Add new option to know which process it is inPranith Kumar K2012-03-011-3/+1
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-12/+12
* cluster/afr: Add commands to see self-heald opsPranith Kumar K2012-02-201-6/+26
* cluster/afr: Self-heald, Index integrationPranith Kumar K2012-02-201-13/+6
* locks: Added a getxattr interface to clear locks on a given inode.Krishnan Parthasarathi2012-02-141-9/+15
* cluster/afr: Perform xattrop with all afr-keysPranith Kumar K2012-01-271-37/+45
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-0/+5
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-64/+74
* core/setxattr: prevent users from setting glusterfs xattrsRajesh Amaravathi2012-01-141-0/+5
* cluster/afr: Handle fini for afr,pumpv3.3.0qa19Pranith Kumar K2011-12-281-5/+36
* cluster/afr: EIO should overwrite ENOENT in lookupPranith Kumar K2011-12-281-2/+3
* cluster/afr: Handle error cases in local initPranith Kumar K2011-12-281-137/+103
* Add command-line support (but no doc) for enforce-quorum option.Jeff Darcy2011-11-281-25/+30
* cluster/afr: Update read-child if it becomes stalePranith Kumar K2011-11-281-10/+10
* cluster/afr: Fix memory leaksPranith Kumar K2011-11-231-1/+8
* cluster/afr: Handle absence of gfid in lookupPranith Kumar K2011-11-231-6/+16
* Add quorum checks to avoid split-brain.Jeff Darcy2011-11-201-0/+32
* cluster/afr: lookup should honor gfid present in locPranith Kumar K2011-11-181-2/+7
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-1/+2
* cluster/afr: Remove unused 'ino' codePranith Kumar K2011-10-281-4/+0
* cluster/afr: Take gfid-req from xattr_req only if inode->gfid is nullPranith Kumar K2011-10-281-29/+64
* build: warning suppression (round n)Amar Tumballi2011-10-201-3/+0
* cluster/afr: Prevent truncation of mask uint64_t->gf_boolean_tPranith Kumar K2011-10-141-4/+8
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-31/+18
* cluster/afr: set fd ctx on opendirPranith Kumar K2011-09-291-0/+34
* cluster/afr: Handle files without gfid in self-healPranith Kumar K2011-09-291-2/+3
* glusterd: Implemented cmd to trigger self-heal on a replicate volume.v3.3.0qa10Krishnan Parthasarathi2011-09-221-0/+8
* cluster/afr: Make local->child_up immutablePranith Kumar K2011-09-211-1/+15
* Proactive self heal process implementationPranith Kumar K2011-09-141-5/+28
* cluster/afr: Make data selfheal trigger to be configurable.Pranith Kumar K2011-09-081-56/+81
* cluster/afr: eager locking of FD writesAnand Avati2011-09-081-0/+31