summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
Commit message (Expand)AuthorAgeFilesLines
* Preventing client crashing as the callings of GF_CALLOC has been failed.linbaiye2012-10-111-2/+5
* Clean up of typepunning errors ( Strict aliasing warnings )Varun Shastry2012-09-171-1/+3
* afr: Avoid excessive logging in self-heal.Krishnan Parthasarathi2012-08-231-9/+6
* cluster/afr: Modified split-brain handlingPranith Kumar K2012-07-261-16/+65
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-70/+35
* cluster/afr: post-op-delay supportAnand Avati2012-07-041-0/+3
* cluster/afr: fix for read-subvolume option does not workJeff Darcy2012-07-031-2/+2
* cluster/afr: Don't reset split-brain when data-self-heal is offPranith Kumar K2012-06-191-1/+0
* cluster/afr: Check for null gfid_reqPranith Kumar K2012-06-061-1/+1
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-051-2/+86
* replicate: add hashed read-child method.Jeff Darcy2012-05-311-8/+59
* storage/posix: Move landfill inside .glusterfsPranith Kumar K2012-05-311-5/+0
* cluster/afr: Assign gfid path if path is NULL in lookupPranith Kumar K2012-05-211-9/+14
* cluster/afr: Enforce order in pre/post opPranith Kumar K2012-05-181-7/+6
* cluster/replicate: check for 'loc->path' before dereferencing itAmar Tumballi2012-05-161-1/+1
* cluster/afr: Return EIO if read-child < 0 in inode-read fopsPranith Kumar K2012-05-161-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