summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* volgen: remove trailing whitespaceCorentin Chary2009-10-301-28/+28
* volgen: Add conf-dir optionCorentin Chary2009-10-301-1/+6
* core: Use parent for condition to create dentry not nameShehjar Tikoo2009-10-301-1/+1
* booster: Must check errno for error number not return valueShehjar Tikoo2009-10-301-3/+3
* core: Check for NULL to avoid segfaultShehjar Tikoo2009-10-301-0/+3
* booster, libglusterfsclient: Support samba specific relative pathsShehjar Tikoo2009-10-303-166/+181
* iobuf: initialize size without 4KB paddingAnand Avati2009-10-301-1/+1
* glusterfsd: whitespace cleanupAnand Avati2009-10-301-957/+957
* libglusterfsclient: don't do inode_link on root inode.Raghavendra G2009-10-301-1/+4
* 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
* call-stub: fix leak of fxattrop dictionaryAnand Avati2009-10-291-1/+1
* 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-294-12/+32
* 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
* transport/socket:Enable NODELAY by default for lowlat client and server socketsVijay Bellur2009-10-291-0/+80
* protocol/client: Support for TCP_NODELAYVijay Bellur2009-10-291-0/+4
* transport/socket: Support for TCP_NODELAYVijay Bellur2009-10-291-0/+2
* 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
* posix: posix_[f]setattr() handle valid=0 case by performing {f, l}chown (-1, -1)Anand Avati2009-10-281-0/+24
* Implement lookup in locks to return lock count in a dict value.Pavan Sondur2009-10-286-0/+323
* libglusterfs/rbtree: change rbthash_init_table to take no of expected entries...Raghavendra G2009-10-284-10/+19
* performance/io-cache: fix memory leak.Raghavendra G2009-10-281-0/+1
* performance/io-cache: fix double free.Raghavendra G2009-10-281-1/+1
* Add -s (signoff) to format-patch.shAnand V. Avati2009-10-281-2/+2
* Add glusterfs-volgen to masterPavan Sondur2009-10-282-1/+402
* fuse: use postbuf in truncate_cbk for attributes to returnAnand Avati2009-10-281-4/+4
* xlator: initialize all xlators in a loop instead of top down initializationAnand Avati2009-10-281-20/+14
* mount/fuse: Derive fd from the file handle for setattrVikas Gorur2009-10-281-1/+3
* protocol/server: resolver fixesAnand Avati2009-10-281-5/+12
* performance/io-cache: change data structure used to store page-cache.Raghavendra G2009-10-285-69/+90
* cluster/afr: Set local->fd in fsync.Vikas Gorur2009-10-281-0/+1
* extras/init.d: make install directory configurable with --with-initdirAnand V. Avati2009-10-272-1/+7
* mount/fuse: Use correct offset for name in fuse_getxattrVikas Gorur2009-10-271-1/+1
* Don't stop an already running glusterfsd upon upgrade or install.Harshavardhana Ranganath2009-10-271-1/+0
* 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
* storage/posix: Ensure time(2) is stored in a 64-bit variable.Vikas Gorur2009-10-261-1/+3
* protocol/server: touchup loc only if inode/entry resolution was successfulAnand Avati2009-10-261-2/+4
* protocol/server: fix assignment of inode number in server_readlinkAnand Avati2009-10-261-1/+1