summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
Commit message (Expand)AuthorAgeFilesLines
* afr: check for non-zero call_count before doing a stack windRavishankar N2013-08-071-0/+5
* cluster/afr: Disable eager-lock if open-fd-count > 1Pranith Kumar K2013-08-021-0/+25
* cluster/afr: Print self-heal log when self-heal succeedsPranith Kumar K2013-07-311-0/+3
* cluster/afr: Handle REPLICATE_TRASH_DIR from old bricksPranith Kumar K2013-07-261-0/+7
* afr : change the log level in lookup path to minimize incessant logging.Ravishankar N2013-07-081-3/+3
* cluster/afr: Refactor inodelk to handle multiple domainsPranith Kumar K2013-07-031-7/+28
* cluster/afr: post-op should complete before starting flushPranith Kumar K2013-07-031-18/+41
* nfs: Remove afr split-brain handling in nfsPranith Kumar K2013-06-251-5/+0
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+241
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+244
* afr: let eager-locking do its own overlap checksAnand Avati2013-04-051-2/+5
* cluster/afr: detect in-progress creation in lookup and return ENOENTPranith Kumar K2013-04-021-0/+57
* cluster/afr: piggyback and fsync resume changesPranith Kumar K2013-03-281-7/+4
* cluster/afr: fsync() guarantees POST-OP completionAnand Avati2013-03-271-6/+23
* cluster/afr: ensure DATA operations are made durable before POST-OPAnand Avati2013-03-271-1/+22
* nfs, afr: Fail lookup only on split-brainPranith Kumar K2013-03-201-0/+4
* cluster/afr: Turn on eager-lock for fd DATA transactionsPranith Kumar K2013-03-011-1/+2
* cluster/afr: Don't queue transactions during open-fd fixPranith Kumar K2013-02-221-19/+13
* cluster/afr: do complete split-brain check in all the fd based fopsRaghavendra Bhat2013-02-191-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