summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* booster: use appropriate conversion specifier during logging in close.Raghavendra G2009-09-151-1/+1
* 2.0.6 patch for io-cache pattern-matched non-cachingStephan von Krawczynski2009-09-151-5/+23
* storage/posix: transform inode number in stat structureRaghavendra G2009-09-151-133/+446
* extras: Add LD_PRELOAD test toolShehjar Tikoo2009-09-155-0/+1089
* transport/ib-verbs: initialize fini member of new-transports created during a...Raghavendra G2009-09-141-0/+2
* libglusterfsclient: Wait for time ample enough for all the children of distri...Raghavendra G2009-09-131-0/+11
* protocol/server: server_stub_resume should check for failure of lookup when o...Raghavendra G2009-09-131-1/+2
* booster: Fix fd_t leak in pread64Shehjar Tikoo2009-09-091-0/+1
* libglusterfsclient: Fix incorrect NULL check for fdShehjar Tikoo2009-09-091-1/+1
* libglusterfsclient: Handle CALLOC failure in libgf_client_lookupShehjar Tikoo2009-09-091-0/+7
* libglusterfsclient: Handle CALLOC failure in libgf_init_vmpentryShehjar Tikoo2009-09-091-0/+18
* libglusterfsclient: Add inode_ctx NULL check during iattr cache validationShehjar Tikoo2009-09-091-0/+6
* libglusterfsclient: Enhance loggingShehjar Tikoo2009-09-091-43/+318
* booster: Enhance booster loggingShehjar Tikoo2009-09-093-71/+547
* mount/fuse: Set d_type in readdir_cbk using the stat buf for the entry.Vikas Gorur2009-09-091-1/+32
* cluster/afr: Check op_ret in afr_getxattr_cbk before accessing dictVikas Gorur2009-09-081-1/+2
* cluster/afr: Do not try to self-heal "/"Vikas Gorur2009-09-081-8/+16
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-25/+99
* performance/write-behind: communicate back the errors in writes to servers, i...Raghavendra G2009-09-081-1/+12
* libglusterfsclient: handle intermediate path components which are symlinks pr...Raghavendra G2009-09-081-5/+10
* libglusterfsclient: handle paths terminating with '/' properly in libgf_trim_...Raghavendra G2009-09-081-1/+7
* libglusterfsclient: handle failures in glusterfs_glh_realpath.Raghavendra G2009-09-081-1/+1
* libglusterfsclient: check for memory allocation failure in glusterfs_glh_real...Raghavendra G2009-09-081-0/+4
* libglusterfsclient: handle symlinks properly in glusterfs_glh_opendir.Raghavendra G2009-09-081-1/+1
* libglusterfsclient: fix to the way symbolic links are handled in glusterfs_gl...Raghavendra G2009-09-081-6/+17
* performance/quick-read: if open fails during cache validation, don't continue...Raghavendra G2009-09-082-2/+24
* performance/quick-read: Fix access of freed memory in qr_open_cbk.Raghavendra G2009-09-081-1/+9
* storage/posix: Synchronize access to this->private.Vikas Gorur2009-09-082-23/+52
* storage/posix: Handle setgid bit on directories correctlyVikas Gorur2009-09-081-10/+108
* performance/stat-prefetch: don't check for a non-null parent and inode in new...Raghavendra G2009-09-081-3/+0
* performance/stat-prefetch: minor bug-fixes.Raghavendra G2009-09-081-9/+9
* performance/stat-prefetch: update design document.Raghavendra G2009-09-081-44/+45
* storage/posix: handle dentries from different mount points in readdirRaghavendra G2009-09-081-34/+51
* performance/stat-prefetch: implement release callbacks.Raghavendra G2009-09-081-1/+21
* performance/stat-prefetch: implement sp_fxattrop.Raghavendra G2009-09-081-0/+37
* performance/stat-prefetch: implement sp_xattrop.Raghavendra G2009-09-082-4/+37
* performance/stat-prefetch: implement sp_checksum.Raghavendra G2009-09-082-2/+41
* performance/stat-prefetch: implement sp_getdents.Raghavendra G2009-09-082-1/+89
* performance/stat-prefetch: flush stat corresponding to directory being read i...Raghavendra G2009-09-082-3/+22
* performance/stat-prefetch: implement sp_setdents.Raghavendra G2009-09-082-1/+53
* performance/stat-prefetch: implement sp_removexattr.Raghavendra G2009-09-081-24/+50
* performance/stat-prefetch: implement sp_setxattr.Raghavendra G2009-09-081-0/+26
* performance/stat-prefetch: implement sp_rename.Raghavendra G2009-09-082-3/+65
* performance/stat-prefetch: implement sp_fsync.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_writev.Raghavendra G2009-09-081-0/+38
* performance/stat-prefetch: implement sp_readv.Raghavendra G2009-09-081-0/+47
* performance/stat-prefetch: implement sp_rmdir.Raghavendra G2009-09-082-0/+57
* performance/stat-prefetch: implement sp_unlink.Raghavendra G2009-09-081-1/+42
* performance/stat-prefetch: implement sp_readlink.Raghavendra G2009-09-081-0/+34
* performance/stat-prefetch: implement sp_utimens.Raghavendra G2009-09-081-0/+26