summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-013-20/+7
* 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-015-29/+117
* cluster/afr: Preserve generation number along with inode in lookup and creati...Vikas Gorur2009-11-303-3/+26
* cluster/afr: Refactored lookup_cbk and introduce precedence of errors.Vikas Gorur2009-11-302-117/+303
* afr: fix crash in afr_sh_data_closeAnand Avati2009-11-291-0/+3
* afr: handle fdctx->pre_op_done handlingAnand Avati2009-11-291-0/+1
* afr: fix logic to break out of diff/checksum loopAnand Avati2009-11-281-9/+5
* cluster/afr: Include "common-utils.h" instead of alloca.hVikas Gorur2009-11-261-1/+1
* cluster/afr: Do self-heal on unopened fds.Vikas Gorur2009-11-256-26/+232
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-249-167/+141
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-2410-229/+699
* cluster/afr: Provide a post-post_op hook in the transaction.Vikas Gorur2009-11-242-6/+23
* cluster/afr: Refactored the data self-heal algorithm.Vikas Gorur2009-11-242-143/+248
* cluster/afr: Hold blocking locks for data self-heal.Vikas Gorur2009-11-244-35/+62
* cluster/afr: Set read-child = source regardless of foreground/background self...Vikas Gorur2009-11-241-1/+2
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-244-17/+11
* cluster/afr: Fix double-free in opendir self-heal callback.Vikas Gorur2009-11-241-1/+4
* cluster/afr: Unlock only those paths which have been locked during rename.Vikas Gorur2009-11-241-77/+142
* cluster/afr: Fix handling of revalidate lookups.Vikas Gorur2009-11-242-24/+38
* cluster/afr: Handle op_ret properly in opendir_cbkVikas Gorur2009-11-191-2/+3
* cluster/afr: Fix self-heal loop driver termination logic.Vikas Gorur2009-11-131-7/+19
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-135-10/+281
* cluster/afr: Refactored inode context bitmasks.Vikas Gorur2009-11-131-6/+10
* cluster/afr: In fop structure afr_readdirp is not correctly registered.vinayak hegde2009-11-051-1/+1
* cluster/afr: Bail out of the self-heal driver loops as soon as possibleVikas Gorur2009-11-031-4/+4
* cluster/afr: Don't try to self-heal if there are locks heldVikas Gorur2009-10-302-1/+18
* cluster/afr: Move deleted files to /.trash in entry self-heal.Vikas Gorur2009-10-294-33/+226
* cluster/afr: Set local->fd in fsync.Vikas Gorur2009-10-281-0/+1
* cluster/afr: Remove struct's for [f]chown, [f]chmod, utimens from afr_local_t.Vikas Gorur2009-10-271-37/+0
* cluster/afr: NFS-friendly logic changesVikas Gorur2009-10-276-73/+250
* 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