summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-165-20/+76
* protocol/client: Support for dumpop priv.Vijay Bellur2009-09-161-0/+56
* mount/fuse: Support for dumpop priv.Vijay Bellur2009-09-161-0/+47
* cluster/dht: Support for dumpop priv.Vijay Bellur2009-09-161-0/+134
* libglusterfs:Acquire lock before accessing fdtable contents during statedump.Vijay Bellur2009-09-161-8/+16
* glusterfsd: Removing conditional compilation for SIGUSR1 handler.Vijay Bellur2009-09-161-2/+0
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* cluster/stripe, when dbench is run, client crashes because in stripe.c priv i...Vinayak Hegde2009-09-161-1/+4
* booster: use __REDIRECT macro to prevent creat being renamed to creat64.Raghavendra G2009-09-151-1/+4
* libglusterfsclient: NULL terminate the vmp entry during vmp_entry_init.Raghavendra G2009-09-151-2/+5
* 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