summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* libglusterfs/src/gf-dirent.c: In gf_dirent_nb structure d_name should be char...vinayak hegde2009-11-051-1/+1
* Do not abort make install if a chown on the fuser-mount script does not succeed.Pavan Sondur2009-11-031-1/+1
* Remove fuse_lowlevel.h from xlator.h in libglusterfs.Pavan Sondur2009-11-032-4/+2
* libglusterfsclient: Dont alloc root inode contextShehjar Tikoo2009-11-031-1/+0
* libglusterfsclient: Prevent root inode number clobberingShehjar Tikoo2009-11-031-19/+29
* 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
* transport/name.c: refine the address resolution logic when listen-host is not...Corentin Chary2009-11-032-6/+35
* Wrong variable is checked after stat call.Sachidananda2009-11-031-2/+2
* configure.ac: Before checking for libglusterfsclient BUILD_LIBGLUSTERFSCLIENT...vinayak hegde2009-11-031-1/+1
* 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.Vijay 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