summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
...
* cluster/afr: Pick the data self-heal algorithm dynamically.Vikas Gorur2009-10-262-13/+66
* cluster/afr: Check the target of symlink's in entry self-heal.Vikas Gorur2009-10-263-12/+208
* 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-265-11/+163
* cluster/afr: Pipeline the "diff" data self-heal read-write loop.Vikas Gorur2009-10-232-110/+267
* cluster/afr: Pipeline the "full" data self-heal read-write loop.Vikas Gorur2009-10-234-55/+243
* cluster/afr: Prevent spurious entry self-heal.Vikas Gorur2009-10-231-2/+13
* cluster/afr: entry self-heal: Store parent_loc on the heap for impunge_parent...Vikas Gorur2009-10-221-7/+12
* cluster/afr: entry self-heal: Set parent directory's attributes using a new f...Vikas Gorur2009-10-221-24/+20
* cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.Vikas Gorur2009-10-201-10/+9
* afr transaction: fix op_ret check during lockingAnand Avati2009-10-131-3/+3
* cluster/afr: Set mtime of parent directory in self-heal properly.Vikas Gorur2009-10-133-5/+93
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-136-23/+90
* afr transaction prevent spurious unlocksAnand Avati2009-10-131-2/+4
* cluster/afr: Hold second lock after first lock has been granted for rename tr...Vikas Gorur2009-10-121-30/+84
* replicate: fix missing frame in entry-self-healAnand Avati2009-10-121-0/+7
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0720-20/+20
* cluster/afr: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-076-98/+136
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-062-20/+18
* afr: Support readdirp fopShehjar Tikoo2009-10-063-10/+77
* cluster/afr: Initialize local->first_up_child in AFR_LOCAL_INIT.Vikas Gorur2009-10-052-29/+29
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-019-48/+79
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-017-1012/+326
* cluster/afr: dir-write: Fix inode number handling.Vikas Gorur2009-09-282-24/+41
* 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-225-3/+36
* cluster/afr: Add the "diff" self-heal algorithm.Vikas Gorur2009-09-223-2/+362
* cluster/afr: Make the self-heal algorithm pluggable.Vikas Gorur2009-09-225-168/+287
* cluster/afr: Open source and sinks in read/write mode during self-heal.Vikas Gorur2009-09-221-2/+2
* cluster/afr: Check op_ret in afr_getxattr_cbk before accessing dictVikas Gorur2009-09-081-1/+2
* cluster/afr: Do not try to self-heal "/"Vikas Gorur2009-09-081-8/+16
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+59
* cluster/afr: inode-read: Check stat buf for NULL before attempting to set ino...Vikas Gorur2009-08-041-3/+4
* replicate: Return ino from first subvolume on inode creation fopsShehjar Tikoo2009-07-301-9/+28
* cluster/afr: Use user-supplied struct flock to STACK_WINDVikas Gorur2009-07-271-1/+0
* cluster/afr: Return same inode number in stat buf for readv_cbkVikas Gorur2009-07-272-0/+4
* cluster/afr: Set inode number in unwind_buf in the inode-write calls.Vikas Gorur2009-07-271-17/+17
* fix build warnings in 'afr'Amar Tumballi2009-07-202-6/+18
* Return stat from read subvolume in dir-write ops.Vikas Gorur2009-07-162-52/+83
* Return stat info from read-child in all the inode-write opsVikas Gorur2009-07-162-18/+205
* Added NULL checks in a few places.Vikas Gorur2009-07-151-7/+25
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-152-10/+16
* Set timestamps properly when creating missing entries.Vikas Gorur2009-07-061-3/+37
* cluster/afr - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-4/+4
* cluster/afr - use different dictionaries for sending xattrop requests to each...Basavanagowda Kanur2009-06-301-24/+50
* Do not fail over readdir in replicate.Vikas Gorur2009-06-111-27/+4
* Do itransform on every entry in readdir_cbk.Vikas Gorur2009-06-111-4/+9
* Filter out changelog xattrs in replicate.Vikas Gorur2009-06-111-1/+64
* Fix crash in afr data self heal. Bugzilla ID: 3Vikas Gorur2009-06-081-0/+2
* Do itransform in AFR readdir.Vikas Gorur2009-05-261-3/+10