summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
...
* fix in afr directory self-heal (partial healing)Anand V. Avati2009-04-231-0/+5
* Bug fix in releasing inode locks when transport gets disconnected.Vikas Gorur2009-04-221-10/+46
* Release all pending locks in pl_forget().Vikas Gorur2009-04-221-4/+44
* 0-byte write guardAnand V. Avati2009-04-221-1/+2
* handle iobuf NULL return case in fuse-bridge, by waiting 10 seconds and tryin...Anand V. Avati2009-04-221-0/+7
* fd leak fixAnand V. Avati2009-04-222-4/+7
* afr_lookup_cbk - self-heal getting missedAnand V. Avati2009-04-221-25/+25
* posix: Ensure EINVAL return on NULL argsShehjar Tikoo2009-04-221-1/+1
* io-threads: Add fxattrop fopShehjar Tikoo2009-04-221-666/+565
* io-threads: Add xattrop fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add readdir fopShehjar Tikoo2009-04-221-0/+36
* io-threads: Add removexattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add fsetxattr fopShehjar Tikoo2009-04-221-0/+35
* io-threads: Add fgetxattr fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add getxattr fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add setxattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add statfs fopShehjar Tikoo2009-04-221-1/+34
* io-threads: Add fsyncdir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add opendir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add link fopShehjar Tikoo2009-04-221-0/+37
* Check return value of afr_sh_select_source.2.0.0rc8Vikas Gorur2009-04-203-1/+18
* change errno EINVAL to ENOENT in case of all fuse_* calls for fuse_reply_err ()Harshavardhana2009-04-201-26/+26
* Minor fix in afr_sh_build_pending_matrix.Vikas Gorur2009-04-201-3/+0
* afr-transaction: handle double flushesAnand V. Avati2009-04-201-1/+3
* client_protocol_reconnect - do not send notify of CHILD_DOWN event if errno f...Anand V. Avati2009-04-201-1/+1
* iobuf - account with iobref_size() instead of iov_length (vector)Anand V. Avati2009-04-172-5/+9
* Destroy old ping timer before setting new one.Vikas Gorur2009-04-171-1/+5
* Fix two memory leaks in afr self heal code.Vikas Gorur2009-04-171-0/+4
* Fixed parameter to finodelk in STACK_WIND in dhtVikas Gorur2009-04-171-1/+1
* protocol/client - set remote inode number in inode context for root inode als...Basavanagowda Kanur2009-04-171-23/+21
* protocol/client - NULL check for loc->inode added in statfs(), before trying ...Basavanagowda Kanur2009-04-171-8/+10
* logging enhances to commit d77279ef04ca75ab9715864274567d1ce0ce66a6Raghavendra G2009-04-162-11/+22
* Use original pid when calling the FOP in afr transaction.Vikas Gorur2009-04-162-3/+42
* write-behind aggregate-size related changesRaghavendra G2009-04-161-15/+76
* write-behind: adhere to coding guidelines.Raghavendra G2009-04-161-16/+32
* cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_...Basavanagowda Kanur2009-04-163-16/+68
* eliminate this_ino_get(), this_ino_set(). handle inode_ctx_{get,set}() at the...Basavanagowda Kanur2009-04-161-132/+290
* Changed xattr format of afr changelog to support adding and removing of subvo...Vikas Gorur2009-04-1611-287/+322
* server-helpers: Add check for NULL connection arguement being passed in helpers.Raghavendra G2009-04-141-2/+23
* cluster/unify link() should be sent to only one subvolume.Basavanagowda Kanur2009-04-141-0/+1
* minor bug fix in posix_create() when 'o-direct enable' option is given.Amar Tumballi2009-04-141-1/+1
* bug fixes in dht-disk-usage feature.Amar Tumballi2009-04-144-35/+72
* Send statbuf from the same subvolume, even across revalidates.Vikas Gorur2009-04-131-5/+14
* use ctx->page_size in all translators and transports instead of having their ...Anand V. Avati2009-04-133-63/+3
* client_readv_cbk - when op_ret is 0, iobuf comes NULL from transport, handles...Anand V. Avati2009-04-131-3/+5
* changes to database read interface, to make use of a given buffer instead of ...Basavanagowda Kanur2009-04-133-79/+100
* log formatting fixes. use GF_PRI_SIZET for size_t.Basavanagowda Kanur2009-04-131-22/+32
* minor initialization bug fix in quota's build_locAmar Tumballi2009-04-121-0/+1
* in dht, initialize the free available space properly, so the first few create...Amar Tumballi2009-04-123-3/+52
* feature to disable volumefile's checksumAmar Tumballi2009-04-122-20/+47