summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-algorithm.c
Commit message (Expand)AuthorAgeFilesLines
* free sh_priv->loops to avoid memory leakRaghavendra Bhat2010-06-141-0/+2
* cluster/afr: Allocate diff algorithm loop_state structures only once.Vikas Gorur2009-12-281-44/+158
* cluster/afr: Report number of blocks healed during diff self-heal.Vikas Gorur2009-12-281-1/+15
* afr: fix logic to break out of diff/checksum loopAnand Avati2009-11-281-9/+5
* cluster/afr: Fix self-heal loop driver termination logic.Vikas Gorur2009-11-131-7/+19
* cluster/afr: Bail out of the self-heal driver loops as soon as possibleVikas Gorur2009-11-031-4/+4
* cluster/afr: Pipeline the "diff" data self-heal read-write loop.Vikas Gorur2009-10-231-109/+263
* cluster/afr: Pipeline the "full" data self-heal read-write loop.Vikas Gorur2009-10-231-53/+214
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-2/+4
* cluster/afr: Fix memory leak in "diff" self-heal algorithm.Vikas Gorur2009-09-241-0/+30
* cluster/afr: Add new option "data-self-heal-algorithm"Vikas Gorur2009-09-221-0/+1
* cluster/afr: Add the "diff" self-heal algorithm.Vikas Gorur2009-09-221-0/+352
* cluster/afr: Make the self-heal algorithm pluggable.Vikas Gorur2009-09-221-0/+233