summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
* nfs: Remove afr split-brain handling in nfsPranith Kumar K2013-06-251-5/+0
* cluster/afr: Fix fd/memory leak on fsyncPranith Kumar K2013-06-241-1/+1
* cluster/afr: Perform delayed changelog wakeups for anon fdPranith Kumar K2013-06-201-0/+3
* cluster/afr: Improvement in logging of self heal completion statusVenkatesh Somyajulu2013-06-137-83/+280
* glusterfs: discard (hole punch) supportBrian Foster2013-06-133-0/+250
* gluster: add fallocate fop supportBrian Foster2013-06-133-0/+253
* cluster/afr: Avoid order mismatch in blocking entrylksPranith Kumar K2013-06-051-6/+9
* cluster/afr: Removed misleading log from afr_start_crawlVenkatesh Somyajulu2013-05-311-2/+2
* cluster/afr: Club missing entry, missing gfid self-healsPranith Kumar K2013-05-071-45/+8
* cluster/afr: Avoid self-healing extended attribute used by SELinux.Vijay Bellur2013-04-301-0/+8
* cluster/afr: Added documentation for eager-lock checkPranith Kumar K2013-04-221-0/+17
* afr: let eager-locking do its own overlap checksAnand Avati2013-04-053-2/+87
* cluster/afr: Treat all dir fop failure as success in changelogPranith Kumar K2013-04-033-2/+35
* cluster/afr: Made afr_sh_purge_entry_common message log more clear.Venkatesh Somyajulu2013-04-031-3/+1
* pump: Set self-heal readdir size in pumpPranith Kumar K2013-04-031-0/+1
* cluster/afr: detect in-progress creation in lookup and return ENOENTPranith Kumar K2013-04-021-0/+57
* cluster/afr: sync xattrs removed on source to sink(s)Venky Shankar2013-04-021-12/+85
* cluster/afr: prevent piggyback on stale pre_opPranith Kumar K2013-04-021-33/+2
* cluster/afr: fix fd leak with unsafe call_resume()Anand Avati2013-03-282-1/+17
* cluster/afr: fsync before erase xattrs in data self-healPranith Kumar K2013-03-281-1/+75
* cluster/afr: piggyback and fsync resume changesPranith Kumar K2013-03-282-15/+18
* cluster/afr: fsync() guarantees POST-OP completionAnand Avati2013-03-273-10/+56
* cluster/afr: ensure DATA operations are made durable before POST-OPAnand Avati2013-03-274-22/+314
* nfs, afr: Fail lookup only on split-brainPranith Kumar K2013-03-201-0/+4
* cluster/afr: Preserve mtime in self-healPranith Kumar K2013-03-121-14/+25
* cluster xlators: s/-1/GF_CLIENT_PID_GSYNCD/Csaba Henk2013-03-031-2/+2
* cluster/afr: Turn on eager-lock for fd DATA transactionsPranith Kumar K2013-03-012-21/+7
* cluster/afr: Don't queue transactions during open-fd fixPranith Kumar K2013-02-226-385/+167
* cluster/afr: do complete split-brain check in all the fd based fopsRaghavendra Bhat2013-02-194-19/+33
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-2/+2
* afr: serialize modification of {entrylk,inodelk}_lock_countAnand Avati2013-02-071-53/+54
* cluster/afr: Avoid priv->eager_lock value update racePranith Kumar K2013-02-064-4/+6
* cluster/afr: Perform wakeup just before fopPranith Kumar K2013-02-062-13/+21
* cluster/afr: added logging of changelog for split-brain in glustershd.log fileVenkatesh Somyajula2013-02-034-10/+68
* cluster/afr: if a subvolume is down wind the lock request to nextRaghavendra Bhat2013-01-291-15/+16
* cluster/afr: wakeup delayed post op on fsyncPranith Kumar K2013-01-291-5/+3
* cluster/afr: Change order of unwind, resume for writevPranith Kumar K2013-01-291-31/+87
* cluster/afr: before checking lock_count of internal lock make sure its notRaghavendra Bhat2013-01-281-12/+13
* replicate: fix lock counting in blocking lock pathAnand Avati2013-01-262-5/+5
* afr: Modified book-keeping structures for entrylksKrishnan Parthasarathi2013-01-236-460/+512
* cluster/afr: Remove strict-readdir implementationPranith Kumar K2013-01-231-201/+0
* self-heald: Remove stale index even in heal infoPranith Kumar K2013-01-221-35/+45
* cluster/afr: Link inode only on lookupPranith Kumar K2013-01-211-22/+22
* cluster/afr: Disable delayed post op when eager-lock is offPranith Kumar K2013-01-181-0/+3
* cluster/afr: Fail readv on data-split-brainPranith Kumar K2013-01-183-0/+23
* afr: conditionally prioritize EIO errors over ENOENTBrian Foster2013-01-183-7/+12
* afr: replace afr_more_important_error with afr_most_important_errorBrian Foster2013-01-173-26/+18
* cluster/afr: Pre-op should be undone for non-piggyback post-opPranith Kumar K2013-01-161-2/+6
* replicate: don't clear changelog for un-healed replicasJeff Darcy2013-01-161-6/+44
* cluster/afr: check for the -ve values returned from dict_serialized_lengthRaghavendra Bhat2012-12-171-1/+1