summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Don't queue transactions during open-fd fixPranith Kumar K2013-05-081-19/+13
* cluster/afr: Turn on eager-lock for fd DATA transactionsEmmanuel Dreyfus2013-05-071-1/+2
* cluster/afr: do complete split-brain check in all the fd based fopsRaghavendra Bhat2013-03-051-15/+0
* cluster/afr: Avoid priv->eager_lock value update racePranith Kumar K2013-02-061-0/+1
* cluster/afr: wakeup delayed post op on fsyncPranith Kumar K2013-01-291-5/+3
* afr: Modified book-keeping structures for entrylksKrishnan Parthasarathi2013-01-231-7/+1
* cluster/afr: Fail readv on data-split-brainPranith Kumar K2013-01-181-0/+15
* afr: conditionally prioritize EIO errors over ENOENTBrian Foster2013-01-181-5/+8
* afr: replace afr_more_important_error with afr_most_important_errorBrian Foster2013-01-171-22/+15
* cluster/afr: Remember type of split-brain in inode-ctxPranith Kumar K2012-12-111-86/+83
* cluster/afr: mark new entry changelog for create/mknod failuresPranith Kumar K2012-12-041-4/+47
* afr: make flush non-transactionalBrian Foster2012-12-041-136/+34
* cluster/afr: Provide option to disable readdir failoverPranith Kumar K2012-12-031-0/+1
* afr: handle short writes in afr_writev_wind and self-heal to avoid corruptionBrian Foster2012-11-291-0/+2
* replicate: don't stop checking xattrs because one was absentJeff Darcy2012-11-261-15/+41
* Cluster/afr: Fix output for gluster volume heal vn info healedVenkatesh Somyajula2012-11-261-0/+11
* 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