summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
...
* 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/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* cluster/stripe: Wrong variable is checked after calloc.vinayak hegde2009-11-191-1/+1
* cluster/afr: Handle op_ret properly in opendir_cbkVikas Gorur2009-11-191-2/+3
* fixes in stripeAmar Tumballi2009-11-161-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/dht: Do readdir in dht_readdir instead of readdirpVikas Gorur2009-11-131-1/+1
* cluster/stripe: Initialize frame->local before checking for directory or regu...vinayak hegde2009-11-131-18/+22
* cluster/stripe: Set local->inode value before referring it.vinayak hegde2009-11-121-1/+7
* cluster/stripe: local was not being set in stripe_mknod_ifreg_setxattr_cbk()Vijay Bellur2009-11-121-0/+2
* Add unhashed-sticky-bit option to volume_options structureSachidananda2009-11-121-0/+3
* 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
* distribute - more NULL checkAnand V. Avati2009-10-161-3/+21
* distribute,nufa: layout handling changesAnand V. Avati2009-10-167-136/+209
* fix double initialization of dht_local_tAnand V. Avati2009-10-161-7/+0
* NULL checks on local->loc.parentAnand V. Avati2009-10-161-17/+36
* shuffle hash layouts on directoriesAnand Avati2009-10-151-2/+44
* 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
* cluster/dht: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-084-98/+107
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0742-42/+42
* 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
* unify: Support readdirp fopShehjar Tikoo2009-10-061-0/+24
* map: Support readdirp fopShehjar Tikoo2009-10-061-13/+91