summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...Vikas Gorur2010-01-141-0/+28
* cluster/afr: Use dict_ref instead of dict_copy_with_ref.Vikas Gorur2010-01-081-2/+2
* cluster/afr: Sync the parent directory's mtime during missing entries self-heal.Vikas Gorur2009-12-071-6/+26
* afr: fix fd ref leak in self-healAnand Avati2009-12-061-1/+3
* cluster/afr: Add log messages when setattr fails in self-heal.Vikas Gorur2009-12-021-0/+6
* cluster/afr: Fix conditional typo.Vikas Gorur2009-12-021-1/+2
* afr: remove memcpy of @local contents in afr_local_copyAnand Avati2009-12-011-8/+23
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-011-11/+5
* cluster/afr: Set the self-heal "source" as read subvolume even when not doing...Vikas Gorur2009-12-011-3/+12
* cluster/afr: Refactored lookup_cbk and introduce precedence of errors.Vikas Gorur2009-11-301-0/+4
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-241-84/+48
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-241-17/+32
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-241-6/+2
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-131-3/+10
* cluster/afr: NFS-friendly logic changesVikas Gorur2009-10-271-2/+2
* cluster/afr: Do self-heal in the background.Vikas Gorur2009-10-261-11/+126
* cluster/afr: Set mtime of parent directory in self-heal properly.Vikas Gorur2009-10-131-2/+3
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-131-9/+25
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-3/+6
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-34/+27
* cluster/afr: Do not try to self-heal "/"Vikas Gorur2009-09-081-8/+16
* Set timestamps properly when creating missing entries.Vikas Gorur2009-07-061-3/+37
* afr logging cleanupAnand V. Avati2009-04-281-3/+2
* Cleaned up log messages in replicate.Vikas Gorur2009-04-241-19/+20
* Check return value of afr_sh_select_source.2.0.0rc8Vikas Gorur2009-04-201-1/+0
* Minor fix in afr_sh_build_pending_matrix.Vikas Gorur2009-04-201-3/+0