summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* protocol/server: Changed logging level of message on deep resolutionVijay Bellur2009-11-261-1/+1
* changed the log level of failure case in client_setvolume_cbkAmar Tumballi2009-11-261-1/+1
* Added boundaries for each fops, mops and cbks.Harshavardhana Ranganath2009-11-261-6/+7
* cluster/afr: Include "common-utils.h" instead of alloca.hVikas Gorur2009-11-261-1/+1
* protocol/client: Make log message print both generation number and inode number.Vikas Gorur2009-11-251-4/+6
* cluster/afr: Do self-heal on unopened fds.Vikas Gorur2009-11-256-26/+232
* performance/stat-prefetch: Add refcounting to cache objectsRaghavendra G2009-11-241-6/+88
* performance/stat-prefetch: remove lock member in sp_fd_ctx_t.Raghavendra G2009-11-242-36/+22
* performance/stat-prefetch: don't free the cache in readdir if the offset is n...Raghavendra G2009-11-241-5/+2
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-249-167/+141
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-2410-229/+699
* cluster/afr: Provide a post-post_op hook in the transaction.Vikas Gorur2009-11-242-6/+23
* cluster/afr: Refactored the data self-heal algorithm.Vikas Gorur2009-11-242-143/+248
* cluster/afr: Hold blocking locks for data self-heal.Vikas Gorur2009-11-244-35/+62
* cluster/afr: Set read-child = source regardless of foreground/background self...Vikas Gorur2009-11-241-1/+2
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-244-17/+11
* cluster/afr: Fix double-free in opendir self-heal callback.Vikas Gorur2009-11-241-1/+4
* performance/quick-read: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-40/+49
* performance/write-behind: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-2/+2
* performance/read-ahead: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-242-18/+20
* performance/io-threads: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-90/+102
* performance/io-cache: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-242-20/+26
* performance/stat-prefetch: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-242-93/+105
* cluster/afr: Unlock only those paths which have been locked during rename.Vikas Gorur2009-11-241-77/+142
* cluster/afr: Fix handling of revalidate lookups.Vikas Gorur2009-11-242-24/+38
* Revert "libglusterfs/src/gf-dirent.c: In gf_dirent_nb structure d_name should...Anand V. Avati2009-11-241-1/+1
* storage/posix: Fix condition typo.Vikas Gorur2009-11-201-1/+1
* performance/io-cache: don't use stat got in read_cbk if it is zero-filled.Raghavendra G2009-11-202-16/+29
* Fix Redhat init file so that it knows the correct binary locationPaul Rawson2009-11-191-1/+1
* Fix rpm building for Fedora 11.Erick Tryzelaar2009-11-191-1/+0
* transport/ib-verbs: assign to qpreg before accessing it in __ib_verbs_lookup_...Raghavendra G2009-11-191-0/+1
* performance/stat-prefetch: don't cache dentries corresponding to directory.Raghavendra G2009-11-191-0/+4
* performance/stat-prefetch: don't use pre-allocated dirent structure in sp_get...Raghavendra G2009-11-191-8/+23
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* 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
* libglusterfsclient/umount: fix double free.Raghavendra G2009-11-181-1/+1
* libglusterfsclient: don't change the st_dev in stat-structure before doing in...Raghavendra G2009-11-181-8/+7
* libglusterfsclient/open: don't send create call if the file is already presen...Raghavendra G2009-11-181-1/+5
* protocol/server: add debug messages.Raghavendra G2009-11-181-0/+12
* libglusterfsclient: update iattr cache only if operation was successful.Raghavendra G2009-11-181-12/+27
* libglusterfsclient: fix memory leak.Raghavendra G2009-11-181-44/+16
* booster: implement xattr related apis.Raghavendra G2009-11-181-0/+101
* libglusterfsclient: change the prototype of glusterfs_lsetxattr.Raghavendra G2009-11-182-6/+4
* libglusterfsclient: fix __do_path_resolve to return zero if the path happens ...Raghavendra G2009-11-181-0/+1
* libglusterfsclient: getxattr should return the length of the xattr when size ...Raghavendra G2009-11-181-11/+19