summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-common.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Avoid return value truncationv3.2.7Pranith Kumar K2012-06-101-1/+1
* cluster/afr: Don't reset split-brain when data-self-heal is offPranith Kumar K2012-06-061-0/+1
* cluster/afr: Perform conservative merge on dir with xattr split-brainv3.2.6p3Pranith Kumar K2012-03-141-7/+43
* cluster/afr: Handle files w.o. xattrs and size mismatch.v3.2.6p2Pranith Kumar K2012-03-131-9/+35
* cluster/afr: Mark zero size file as sink in absense of xattrs.Pranith Kumar K2012-03-131-1/+52
* replicate: backport of 0783ca994d9ea95fd9ab3dd95d6407918f19f255Anand Avati2012-03-121-15/+27
* cluster/afr: Handle split-brain/all-fool xattrs for directoryPranith Kumar K2012-03-121-116/+107
* afr: Fixed backgroundness detection in self-heal algo.Krishnan Parthasarathi2011-11-101-0/+1
* cluster/afr: Handle split-brain/all-fool xattrs for directoryv3.2.5qa7Pranith Kumar K2011-11-091-20/+48
* dht,afr: Fixed gfid problemsPranith Kumar K2011-11-041-4/+17
* cluster/afr: Handle files without gfidPranith Kumar K2011-10-191-180/+298
* storage/posix: posix changes to handle gfid/conflicts self-healPranith Kumar K2011-10-191-0/+1
* cluster/afr: Fix conflict files and gfidsPranith K2011-10-191-424/+770
* cluster/afr: Handle lookups when self-heal is offPranith Kumar K2011-10-171-154/+287
* 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
* afr: bg self-heal must be off if self-heal-count=0.Krishnan P2011-06-221-3/+3
* cluster/afr: Log errors in afr self-heal with GF_LOG_ERRORPranith Kumar K2011-06-081-5/+13
* cluster/afr: log enhancement - part 2Amar Tumballi2011-04-011-119/+134
* cluster/afr: white-space cleanup - part 2Amar Tumballi2011-03-311-437/+437
* send proper device id to posix while self healing device file entryRaghavendra Bhat2011-03-251-9/+14
* cluster/afr: skip openfd flush when the file is already deletedPranith K2011-03-221-0/+2
* cluster/afr: Fix wrong memory allocationPranith K2011-03-141-1/+1
* cluster/afr: Re-factoring code for alignmentVijay Bellur2011-02-281-62/+62
* cluster/afr: Whitespace cleanupVijay Bellur2011-02-281-34/+36
* cluster/afr: Perform self-heal as rootPranith K2011-02-081-1/+2
* change the log level from warning to debug while getting pending matrixRaghavendra Bhat2010-12-271-1/+1
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* replicate: use new style (un)locking in self heal of missing entriesAnand Avati2010-09-291-62/+5
* cluster/afr: allocate memory big enough to hold iatt structures.Raghavendra G2010-09-181-2/+2
* cluster/afr: Various self heal fixes wrt gfid.Pavan Sondur2010-09-071-6/+52
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+3
* cluster/afr: Clean up dead variables.Sachidananda2010-08-261-17/+20
* replace struct stat by stuct iattv3.1.0qa9Raghavendra Bhat2010-08-261-1/+1
* cluster/afr: Do not issue blocking locks in self-heal.Pavan Sondur2010-08-261-27/+2
* fix the typo present in sh_missing_entries_create functionRaghavendra Bhat2010-08-241-1/+1
* cluster/afr: Use 2 phase locking for transactions and self heal.Pavan Sondur2010-08-221-64/+103
* add pump xlator and changes for replace-brickPavan Sondur2010-08-061-2/+4
* cluster/afr: Logging improvement for self-healPranith Kumar K2010-07-271-2/+6
* cluster/afr: ignore errno from offline nodes during self-healPranith Kumar K2010-07-271-0/+3
* custer/afr added self-heal logging in normal modePranith Kumar K2010-07-231-0/+21
* Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...Simone Gotti2010-05-091-1/+3
* Memory accounting changesVijay Bellur2010-04-231-24/+43
* iatt: change S_IF macros with IA_IF macros in missing placesAnand Avati2010-04-081-7/+7
* iatt: changes across the codebaseAnand V. Avati2010-03-161-34/+29
* Fix memory access in afr's self-heal code (replace pointer casts by memcpy).Hraban Luyat2010-02-071-24/+30