summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-data.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Fail open on split-brainPranith Kumar K2017-10-261-4/+54
* afr: auto-resolve split-brains for zero-byte filesRavishankar N2017-09-261-0/+6
* afr: mark non sources as sinks in metadata healRavishankar N2017-07-131-1/+1
* afr: restore atime/mtime for non-regular filesRavishankar N2017-03-061-51/+5
* afr/cluster: Restore data-self-heal-window optionRichard Wareing2017-02-081-1/+3
* afr: allow I/O when favorite-child-policy is enabledRavishankar N2016-11-271-6/+14
* afr: Modifications to afr eventsRavishankar N2016-09-231-1/+5
* afr: some coverity fixesRavishankar N2016-07-261-3/+9
* afr: Automagic unsplit-brain by [ctime|mtime|size|majority]Ravishankar N2016-05-251-3/+5
* cluster/afr: Do not fsync when durability is offPranith Kumar K2016-04-271-0/+3
* cluster/afr: Fix inode-leak in data self-healPranith Kumar K2016-04-241-1/+1
* cluster/afr: Fix partial heals in 3-way replicationPranith Kumar K2016-04-151-4/+6
* cluster/afr: Choose local child as source if possiblePranith Kumar K2016-03-111-9/+3
* cluster/afr: Fix heal-info slow response while IO is in progressKrutika Dhananjay2016-02-031-18/+19
* afr: skip healing data blocks for arbiterRavishankar N2016-01-181-9/+49
* heal : Changed heal info to process all indices directoriesAnuradha Talur2015-12-021-3/+5
* cluster/afr: change data self-heal size check for arbiterPranith Kumar K2015-11-261-0/+4
* afr: Drop compatibility lock for data self-healRavishankar N2015-11-181-18/+0
* cluster/afr: disable self-heal lock compatibility for arbiter volumesPranith Kumar K2015-10-291-8/+12
* afr: write zeros to sink for non-sparse filesRavishankar N2015-10-281-16/+41
* cluster/afr: Handle stack reset failuresPranith Kumar K2015-10-071-0/+4
* afr: Do not wind statfs to arbiter brickRavishankar N2015-08-071-1/+1
* afr: Porting messages to new logging frameworkarao2015-06-271-9/+13
* cluster/afr : truncate all sinks filesAnuradha2015-06-261-14/+11
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* afr: add arbitration supportRavishankar N2015-05-051-0/+6
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-4/+4
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-2/+2
* cluster/afr: Do not increment healed_count if no healing was performedKrutika Dhananjay2015-03-041-2/+14
* afr: Don't write to sparse regions of sink.Ravishankar N2015-01-301-2/+39
* cluster/afr: split-brain resolution CLIRavishankar N2015-01-151-41/+21
* afr: Fixes to commit 85427a23c238499137cbfaafdb7b6ad27f67506aAnuradha2015-01-011-0/+3
* cluster/afr : Change in volume heal info commandAnuradha2014-12-231-11/+10
* cluster/afr: Add afr-v1 xattr compatibilityPranith Kumar K2014-10-011-23/+164
* cluster/afr: Fix spurious metadata self-healsPranith Kumar K2014-09-241-17/+21
* cluster/afr: Fixed mem leaks in self-heal code path.Anuradha2014-09-231-0/+2
* cluster/afr: Don't start heal when lookup succeeds on < 2 childrenPranith Kumar K2014-09-231-2/+2
* cluster/afr: Propagate EIO on inode's type mismatchKrutika Dhananjay2014-09-021-2/+1
* cluster/afr: Fix dict_t leaksKrutika Dhananjay2014-08-281-0/+4
* cluster/afr: Fix all locked_on bricks are sinks check in self-healsPranith Kumar K2014-08-261-22/+16
* cluster/afr: Sparse file self-heal cangesPranith Kumar K2014-03-261-9/+28
* cluster/afr: refactorAnand Avati2014-03-221-1616/+478
* cluster/afr: Improvement in logging of self heal completion statusVenkatesh Somyajulu2013-08-291-13/+149
* cluster/afr: Print self-heal log when self-heal succeedsPranith Kumar K2013-07-311-0/+59
* cluster/afr: Let two data-self-heals compete in new domainPranith Kumar K2013-07-031-22/+58
* cluster/afr: Refactor inodelk to handle multiple domainsPranith Kumar K2013-07-031-14/+30
* cluster/afr: Allow data/entry self heal for metadata split-brainVenkatesh Somyajulu2013-07-021-12/+12
* cluster/afr: Improvement in logging of self heal completion statusVenkatesh Somyajulu2013-06-131-15/+19
* cluster/afr: fsync before erase xattrs in data self-healPranith Kumar K2013-03-281-1/+75
* cluster/afr: Preserve mtime in self-healPranith Kumar K2013-03-121-14/+25