summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* debug/error-gen: Correct log messages in init function.vinayak hegde2009-11-191-3/+3
* Check for other return values as well from call to inode_path.Pavan Sondur2009-11-191-2/+2
* cluster/stripe: Wrong variable is checked after calloc.vinayak hegde2009-11-191-1/+1
* protocol/client: Changed default ping-timeout to 42Vijay Bellur2009-11-191-2/+2
* Do not access a free'd lock while releasing all inodelks of transport.Pavan Sondur2009-11-191-6/+4
* cluster/afr: Handle op_ret properly in opendir_cbkVikas Gorur2009-11-191-2/+3
* protocol/server: add debug messages.Raghavendra G2009-11-181-0/+12
* Upgrade FUSE protocol to rev. 7.13Csaba Henk2009-11-161-3/+9
* fixing a crash in posix (on 32bit)Amar Tumballi2009-11-161-1/+3
* fixes in stripeAmar Tumballi2009-11-161-2/+3
* mount/fuse: Assign the right inode to fuse_entry_out in fuse_create_cbk().Vijay Bellur2009-11-161-2/+2
* protocol/client: preserve open/create flags in fdctx for reopeningAnand Avati2009-11-132-0/+8
* performance/quick-read: set return value to zero after successful init.Raghavendra G2009-11-131-0/+2
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-4/+49
* 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
* mount/fuse: Do readdirp in fuse_readdir.Vikas Gorur2009-11-131-2/+2
* cluster/dht: Do readdir in dht_readdir instead of readdirpVikas Gorur2009-11-131-1/+1
* fix a crash in debug/traceAmar Tumballi2009-11-131-4/+4
* protoocl/client: file directory reopen supportAnand Avati2009-11-132-117/+631
* protocol/client: whitespace cleanupAnand Avati2009-11-132-3631/+3631
* 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
* Add glusterfs-volgen to master, change fusermount options and other changes t...Pavan Sondur2009-11-111-1/+1
* performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when ...vinayak hegde2009-11-051-3/+0
* cluster/afr: In fop structure afr_readdirp is not correctly registered.vinayak hegde2009-11-051-1/+1
* performance/stat-prefetch: In sp_readdir_cbk op_ret value is not handled.vinayak hegde2009-11-051-0/+4
* Remove fuse_lowlevel.h from xlator.h in libglusterfs.Pavan Sondur2009-11-031-2/+2
* cluster/afr: Bail out of the self-heal driver loops as soon as possibleVikas Gorur2009-11-031-4/+4
* Remove unnecessary log message. It also accesses a freed lock after an 'unlock'.Pavan Sondur2009-11-031-6/+0
* Wrong variable is checked after stat call.Sachidananda2009-11-031-2/+2
* storage/posix: Changed error message displayed for option background-unlink.Vijay Bellur2009-11-021-1/+1
* features/locks: Do not try to set value in dict when lookup has failed.v3.0.0pre1Vijay Bellur2009-11-011-35/+42
* cluster/afr: Don't try to self-heal if there are locks heldVikas Gorur2009-10-302-1/+18
* performance/io-cache: change the data-types to be big enough to hold size of ...Raghavendra G2009-10-302-5/+5
* Fix logic while granting blocked entrylks, which could run into an infinite l...Pavan Sondur2009-10-301-5/+6
* protocol/server: fix leak of xattrop dictionaryAnand Avati2009-10-291-1/+3
* cluster/afr: Move deleted files to /.trash in entry self-heal.Vikas Gorur2009-10-294-33/+226
* performance/io-cache: change the hash function used for rbtree based hash table.Raghavendra G2009-10-292-12/+16
* Remove unnecessary check of xattr_req in lookup.Pavan Sondur2009-10-291-1/+0
* storage/posix: Serialize do_xattrop.Vikas Gorur2009-10-291-45/+58
* storage/posix: Refactor xattropVikas Gorur2009-10-291-122/+64
* protocol/server, mount/fuse: Handle returned inode in create properlyVikas Gorur2009-10-292-6/+32
* protocol/client: Support for TCP_NODELAYVijay Bellur2009-10-291-0/+4
* Print inodelks in and out if option trace is on.Pavan Sondur2009-10-294-18/+96
* Print entrylks in and out if option trace is on.Pavan Sondur2009-10-291-4/+136
* Trace locks in and out with an option in normal log mode.Pavan Sondur2009-10-294-2/+281