summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-common.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Modified split-brain handlingPranith Kumar K2012-07-261-1/+2
* cluster/afr: Perform data self-heal for non regular filesPranith Kumar K2012-07-251-2/+89
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* cluster/afr: Don't reset split-brain when data-self-heal is offPranith Kumar K2012-06-191-1/+0
* cluster/afr: Enforce order in pre/post opPranith Kumar K2012-05-181-9/+29
* cluster/afr: Perform conservative merge on dir with xattr split-brainPranith Kumar K2012-05-181-7/+44
* cluster/afr: Handle files w.o. xattrs and size mismatch.Pranith Kumar K2012-05-181-9/+35
* cluster/afr: Mark zero size file as sink in absense of xattrs.Pranith Kumar K2012-05-181-1/+52
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* cluster/afr: Set errno correctly in find_fresh_parents failuresPranith Kumar K2012-04-191-1/+3
* cluster/afr: Build parent loc for expungePranith Kumar K2012-04-181-0/+7
* self-heald: Find self-heal failures, split-brainPranith Kumar K2012-04-051-2/+3
* cluster/afr: Fix split-brain logPranith Kumar K2012-03-291-5/+8
* cluster/afr: Fix the split-brain logPranith Kumar K2012-03-291-3/+4
* core: adding extra data for fopsAmar Tumballi2012-03-221-5/+9
* cluster/afr: Enable eager-lockPranith Kumar K2012-03-171-1/+1
* cluster/afr: Reset re-usable sh args in sh_*_donePranith Kumar K2012-03-051-16/+25
* Revert "afr: [Un]Set the 'right' lkowner for [f]{inode|entry}_lk and the 'enc...Vijay Bellur2012-03-031-0/+1
* cluster/afr: Handle errors in build_parent_locPranith Kumar K2012-03-011-18/+24
* afr: [Un]Set the 'right' lkowner for [f]{inode|entry}_lk and the 'enclosed' fop.Krishnan Parthasarathi2012-03-011-1/+0
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-4/+3
* cluster/afr: Self-heald, Index integrationPranith Kumar K2012-02-201-9/+13
* cluster/afr: Perform xattrop with all afr-keysPranith Kumar K2012-01-271-74/+69
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-0/+6
* cluster/afr: Remove dead codePranith Kumar K2012-01-101-34/+0
* cluster/afr: Handle split-brain/all-fool xattrs for directoryPranith Kumar K2011-12-271-130/+115
* cluster/afr: Set pargfid when missingv3.3.0qa18Pranith Kumar K2011-12-221-1/+4
* afr: Fixed backgroundness detection in self-heal algo.Krishnan Parthasarathi2011-11-231-0/+1
* dht,afr: Fixed gfid problemsPranith Kumar K2011-11-181-4/+17
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* cluster/afr: Don't unlock sh_frame on failure in algoPranith Kumar K2011-09-301-1/+0
* Second round of warning suppression.Jeff Darcy2011-09-291-2/+0
* cluster/afr: Handle files without gfid in self-healPranith Kumar K2011-09-291-175/+289
* Proactive self heal process implementationPranith Kumar K2011-09-141-6/+0
* cluster/afr: perform self-heal with least priorityPranith Kumar K2011-09-091-0/+7
* cluster/afr: Make data selfheal trigger to be configurable.Pranith Kumar K2011-09-081-15/+15
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-10/+0
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-201-27/+57
* cluster/afr: Update fresh_children in lookup if no other ops in progressPranith Kumar K2011-08-191-5/+5
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* cluster/afr: Don't depend on fuse lk_owner for inodelksPranith K2011-07-171-2/+2
* cluster/afr: Fix conflict files and gfid self-healPranith K2011-07-171-413/+759
* cluster/afr: Detect conflict/gfid self-healsPranith K2011-07-171-2/+5
* cluster/afr: Add fresh children along with read-child to inode contextPranith K2011-07-171-10/+8
* cluster/afr: Handle lookups when self-heal is offPranith K2011-07-121-154/+287
* afr: bg self-heal must be off if self-heal-count=0.Krishnan P2011-06-201-3/+3
* cluster/afr: Log errors in afr self-heal with GF_LOG_ERRORPranith Kumar K2011-06-081-7/+13
* Move `self-heal completed' message to log level INFO.Sachidananda2011-05-111-1/+1
* cluster/afr: log enhancement - part 2Amar Tumballi2011-04-011-119/+134