summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* add an extra check for loc->parent when loc->ino is not 1Amar Tumballi2009-11-261-1/+1
* Fixed typo in gf_proc_dump for attribute_timeout.Harshavardhana Ranganath2009-11-261-1/+1
* don't allow stripe with just one subvolumeAmar Tumballi2009-11-261-1/+7
* 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
* 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
* 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
* protocol/server: add debug messages.Raghavendra G2009-11-181-0/+12
* Upgrade FUSE protocol to rev. 7.13Csaba Henk2009-11-161-3/+9
* fixing a crash in posix (on 32bit)Amar Tumballi2009-11-161-1/+3
* fixes in stripeAmar Tumballi2009-11-161-2/+3
* mount/fuse: Assign the right inode to fuse_entry_out in fuse_create_cbk().Vijay Bellur2009-11-161-2/+2
* protocol/client: preserve open/create flags in fdctx for reopeningAnand Avati2009-11-132-0/+8
* performance/quick-read: set return value to zero after successful init.Raghavendra G2009-11-131-0/+2
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-4/+49
* cluster/afr: Fix self-heal loop driver termination logic.Vikas Gorur2009-11-131-7/+19
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-135-10/+281
* cluster/afr: Refactored inode context bitmasks.Vikas Gorur2009-11-131-6/+10