summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-data.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Perform xattrop with all afr-keysPranith Kumar K2012-01-271-46/+3
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-12/+16
* cluster/afr: Handle split-brain/all-fool xattrs for directoryPranith Kumar K2011-12-271-3/+8
* cluster/afr: Remove treating sh_frame as special loop_framePranith Kumar K2011-11-231-7/+1
* cluster/afr: Fix memory leaksPranith Kumar K2011-11-231-15/+5
* cluster/afr : Fix self-heal of special filesKaushal M2011-10-311-1/+33
* cluster/afr: Make data selfheal trigger to be configurable.Pranith Kumar K2011-09-081-1/+2
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-13/+0
* cluster/afr: Prevent double big lock when data self-heal loops are not spawnedPranith Kumar K2011-09-061-1/+21
* cluster/afr: Perform flush on all the children involved in self-healPranith Kumar K2011-08-221-19/+6
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-201-276/+433
* cluster/afr: Update fresh_children in lookup if no other ops in progressPranith Kumar K2011-08-191-1/+1
* 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: Fix conflict files and gfid self-healPranith K2011-07-171-23/+7
* cluster/afr: Detect conflict/gfid self-healsPranith K2011-07-171-1/+1
* cluster/afr: Add fresh children along with read-child to inode contextPranith K2011-07-171-61/+27
* cluster/afr: Handle lookups when self-heal is offPranith K2011-07-121-28/+158
* pump, afr: dict related memory fixes.Krishnan P2011-07-121-9/+30
* cluster/afr: Log errors in afr self-heal with GF_LOG_ERRORPranith Kumar K2011-06-081-10/+8
* cluster/afr: log enhancements - part 1Amar Tumballi2011-04-061-45/+32
* cluster/afr: whitespace cleanupAmar Tumballi2011-03-291-535/+534
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* cluster/afr: Remove dead assignments.Sachidananda2010-08-261-28/+11
* cluster/afr: Do not issue blocking locks in self-heal.Pavan Sondur2010-08-261-28/+3
* cluster/afr: Use 2 phase locking for transactions and self heal.Pavan Sondur2010-08-221-130/+73
* cluster/afr: Check before accessing xattrs in data self heal.Pavan Sondur2010-06-011-1/+2
* Memory accounting changesVijay Bellur2010-04-231-6/+10
* cluster/afr: Send xattr in lookup from the source subvolume.Vikas Gorur2010-04-201-0/+8
* iatt: changes across the codebaseAnand V. Avati2010-03-161-19/+12
* cluster/afr: Add log messages when setattr fails in self-heal.Vikas Gorur2009-12-021-0/+8
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-011-1/+2
* cluster/afr: Set file size properly before unwinding from self-heal.Vikas Gorur2009-12-011-2/+5
* cluster/afr: Set the self-heal "source" as read subvolume even when not doing...Vikas Gorur2009-12-011-0/+32
* afr: fix crash in afr_sh_data_closeAnand Avati2009-11-291-0/+3
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-241-5/+8
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-241-1/+1
* cluster/afr: Refactored the data self-heal algorithm.Vikas Gorur2009-11-241-143/+242
* cluster/afr: Hold blocking locks for data self-heal.Vikas Gorur2009-11-241-34/+57
* cluster/afr: Set read-child = source regardless of foreground/background self...Vikas Gorur2009-11-241-1/+2
* cluster/afr: Pick the data self-heal algorithm dynamically.Vikas Gorur2009-10-261-12/+65
* cluster/afr: Set read-subvolume to the source while self-heal is in progress.Vikas Gorur2009-10-261-0/+1
* cluster/afr: Do self-heal in the background.Vikas Gorur2009-10-261-0/+4
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-131-6/+22
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-15/+18
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-4/+6
* cluster/afr: Add new option "data-self-heal-algorithm"Vikas Gorur2009-09-221-1/+19
* cluster/afr: Add the "diff" self-heal algorithm.Vikas Gorur2009-09-221-1/+1