summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
...
* fix leaks pointed out by cppcheck static analyzerCsaba Henk2009-11-303-3/+7
* cluster/afr: Preserve generation number along with inode in lookup and creati...Vikas Gorur2009-11-303-3/+26
* cluster/afr: Refactored lookup_cbk and introduce precedence of errors.Vikas Gorur2009-11-302-117/+303
* afr: fix crash in afr_sh_data_closeAnand Avati2009-11-291-0/+3
* protocol/server: enhance trace loggingAnand Avati2009-11-293-85/+206
* afr: handle fdctx->pre_op_done handlingAnand Avati2009-11-291-0/+1
* afr: fix logic to break out of diff/checksum loopAnand Avati2009-11-281-9/+5
* protocol/server: fix improper validation of fd in server_rchecksumAnand Avati2009-11-281-6/+0
* performance/quick-read: change the maximum value of max-file-size to 1000KB f...Raghavendra G2009-11-281-4/+4
* moved unify from 'cluster/unify' to 'legacy/cluster/unify'Amar Tumballi2009-11-281-1/+1
* performance/stat-prefetch: Changed rbthash to make use of 1 bucketVijay Bellur2009-11-262-16/+66
* protocol/server: Introduce option trace to log requests and replies in normal...Pavan Sondur2009-11-264-6/+176
* protocol/server: Get all fops to use the new 'resolve_and_resume' path in ser...Pavan Sondur2009-11-262-277/+299
* Changed rbthash_table_init() to take a mem-pool argument.Vijay Bellur2009-11-264-20/+66
* fixes in nufaAmar Tumballi2009-11-263-96/+92
* switch translator addedAmar Tumballi2009-11-263-1/+1059
* 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