summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* write-behind: fixes in flushv3.0.5rc9Anand Avati2010-07-021-138/+135
* performance/io-cache: free table->mem_pool in fini.Raghavendra G2010-06-221-0/+5
* free local->loc structure by using SP_STACK_UNWIND instead of STACK_UNWINDRaghavendra Bhat2010-06-141-1/+1
* performance/quick-read: fix the size-to-be pruned.v3.0.5rc4Raghavendra G2010-06-031-2/+2
* performance/quick-read: set default cache-size value to 128MB.Raghavendra G2010-06-031-1/+3
* Revert "performance/write-behind: explicitly enforce ordering of overlapping ...v3.0.5rc3Anand V. Avati2010-05-281-125/+122
* performance/write-behind: explicitly enforce ordering of overlapping writes.v3.0.5rc2Raghavendra G2010-05-261-122/+125
* performance/quick-read: implement an upper size limit for the cache.Raghavendra G2010-05-262-258/+613
* stat-prefetch: Remove checks for loc->parentShehjar Tikoo2010-05-251-32/+0
* write-behind: update default values for better small file performanceAnand Avati2010-05-131-2/+2
* performance/read-ahead: don't set ra_file in fd->ctx unless all memebers of r...Raghavendra G2010-05-041-5/+15
* performance/io-cache: Dump private informationVijay Bellur2010-04-291-0/+34
* performance/quick-read: don't try to validate again if qr_readv is called jus...Raghavendra G2010-04-272-9/+21
* performance/quick-read: make use of nanosecond resolution of mtime to decide ...Raghavendra G2010-04-081-2/+6
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-083-6/+16
* performance/quick-read: read directly from backend for fds opened with O_DIRE...Raghavendra G2010-04-082-2/+12
* performance/write-behind: Resume all the consecutive non-write operations in ...Raghavendra G2010-03-291-3/+0
* performance/io-threads: Support for Solaris.Vijay Bellur2010-03-031-0/+3
* performance/write-behind: fix data corruption while aggregating the adjacent ...Raghavendra G2010-02-221-4/+55
* performance/write-behind: refactor __wb_collapse_write_bufsRaghavendra G2010-02-221-36/+38
* common-utils: gf_log2 handles 0 inputAnand Avati2010-02-221-1/+1
* write-behind: fix 'option enable-trickling-writes'Anand Avati2010-01-261-8/+4
* Added null checks in "fini"Harshavardhana Ranganath2009-12-182-0/+6
* Revert "performance/write-behind: Changed default value of option disable-til...Anand V. Avati2009-12-061-1/+1
* performance/stat-prefetch: remove the usage of THIS.Raghavendra G2009-12-062-1/+3
* performance/stat-prefetch: fix memory leak.Raghavendra G2009-12-061-1/+4
* performance/stat-prefetch: don't check whether previous lookups have been fai...Raghavendra G2009-12-051-9/+0
* performance/stat-prefetch: add "caller" arguement to sp_process_inode_ctx.Raghavendra G2009-12-041-21/+37
* performance/stat-prefetch: implement sp_check_and_create_inode_ctx.Raghavendra G2009-12-041-161/+122
* performance/stat-prefetch: refactor sp_lookup_cbk to use sp_update_inode_ctx.Raghavendra G2009-12-041-29/+10
* performance/stat-prefetch: dont check for inode context in fops like create, ...Raghavendra G2009-12-041-259/+262
* performance/stat-prefetch: don't access stat if lookup has been failed.Raghavendra G2009-12-031-1/+1
* performance/write-behind: Changed default value of option disable-till to 0Vijay Bellur2009-12-021-1/+1
* performance/stat-prefetch: get inode context from local->loc.inode instead of...Raghavendra G2009-12-021-4/+9
* performance/stat-prefetch: fix access to inode table.Raghavendra G2009-12-021-13/+23
* fixes to compile on MacOSX (no fuse client)Amar Tumballi2009-12-012-12/+13
* performance/io-cache: Hold locks on inode before creating rbt tree.Vijay Bellur2009-12-011-20/+29
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbkAnand Avati2009-12-011-1/+5
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-011-14/+106
* performance/stat-prefetch: don't use same variable for getting inode context ...Raghavendra G2009-12-011-5/+5
* performance/stat-prefetch: fix errors in handling memory allocation failures ...Raghavendra G2009-12-011-3/+3
* performance/quick-read: change the maximum value of max-file-size to 1000KB f...Raghavendra G2009-11-281-4/+4
* performance/stat-prefetch: Changed rbthash to make use of 1 bucketVijay Bellur2009-11-262-16/+66
* Changed rbthash_table_init() to take a mem-pool argument.Vijay Bellur2009-11-264-20/+66
* 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
* 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