summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
...
* performance/stat-prefetch: do lookup on the path in checksum if it is not alr...Raghavendra G2009-10-071-10/+69
* performance/stat-prefetch: lookup the path in open if it is not already looke...Raghavendra G2009-10-071-11/+75
* performance/stat-prefetch: implement procedure sp_process_inode_ctx.Raghavendra G2009-10-071-0/+93
* performance/stat-prefetch: use op_errno instead of errno to store error code.Raghavendra G2009-10-071-147/+253
* performance/stat-prefetch: Add support code to implement lookup-behind.Raghavendra G2009-10-072-22/+203
* performance/stat-prefetch: remove lookup-behind in sp_lookup.Raghavendra G2009-10-071-56/+4
* added few missing options in translator's option arrayAmar Tumballi2009-10-071-1/+4
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0715-16/+16
* performance/stat-prefetch: Add accounting of cache hits and misses.Raghavendra G2009-10-072-0/+17
* performance/stat-prefetch: optimizations to sp_lookup.Raghavendra G2009-10-071-1/+12
* performance/stat-prefetch: change behaviour of sp_lookup when xattr_req is no...Raghavendra G2009-10-071-7/+27
* performance/stat-prefetch: change the cache to use rbtree based hashtable ins...Raghavendra G2009-10-073-36/+46
* performance/stat-prefetch: fix memory leaksRaghavendra G2009-10-071-57/+14
* write-behind: check for NULL file pointer in flush callbackAnand Avati2009-09-241-1/+2
* performance/write-behind: Add NULL checks for file pointer.Raghavendra G2009-09-241-83/+104
* performance/write-behind: Add a NULL check for request->stub before checking ...Raghavendra G2009-09-241-1/+2
* performance/write-behind: store currently aggregated data size in wb_fileRaghavendra G2009-09-231-27/+30
* performance/write-behind: store the current window size in wb_file.Raghavendra G2009-09-231-44/+40
* performance/write-behind: reduce usage of iov_length.Raghavendra G2009-09-231-47/+27
* performance/write-behind: add option "enable-trickling-writes".Raghavendra G2009-09-221-22/+41
* performance/write-behind: reduce traversal of request list during wb_mark_winds.Raghavendra G2009-09-221-35/+28
* performance/write-behind: reduce list-traversal during wb_mark_unwindsRaghavendra G2009-09-221-13/+19
* performance/write-behind: remove redundant traversal of write-requests in the...Raghavendra G2009-09-221-3/+5
* performance/write-behind: Aggregate adjacent contiguous write-buffers into si...Raghavendra G2009-09-221-1/+77
* performance/write-behind: fine-tune logic of wb_mark_windsRaghavendra G2009-09-221-65/+14
* performance/quick-read: refine logic of qr_readv.Raghavendra G2009-09-221-3/+14
* performance/quick-read: optimizations to lookupRaghavendra G2009-09-221-24/+49
* performance/quick-read: make a comment more explicit.Raghavendra G2009-09-221-2/+2
* performance/quick-read: checking for qr_file in inode-context and creating if...Raghavendra G2009-09-221-30/+45
* performance/quick-read: refine the logic in qr_lookup.Raghavendra G2009-09-221-40/+54
* performance/write-behind: check for the presence of context only in fds not o...Raghavendra G2009-09-221-6/+12
* performance/quick-read: access glusterfs_ctx from xlator instead of using glu...Raghavendra G2009-09-171-1/+1
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* 2.0.6 patch for io-cache pattern-matched non-cachingStephan von Krawczynski2009-09-151-5/+23
* backporting quick read to 2.0Raghavendra G2009-09-145-1/+2361
* backport stat-prefetch from 2.1Raghavendra G2009-09-134-385/+1763
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-17/+75
* performance/write-behind: communicate back the errors in writes to servers in...Raghavendra G2009-09-081-1/+12
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-08-171-2/+2
* write-behind: use O_ACCMODE while checking for O_RDONLY in flags.Raghavendra G2009-08-171-2/+2
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* enhancement in write-behindAmar Tumballi2009-06-301-13/+22
* read-ahead: return with error code EBADF for fops on fds without file set in ...Raghavendra G2009-06-111-11/+45
* read-ahead: unwind with a return value of -1 and error code of ENOMEM on memo...Raghavendra G2009-06-111-0/+4
* removed unused option 'page-size' in io-cacheAmar Tumballi2009-06-091-5/+0
* io-cache: prevent frames from getting woken up while page is getting validatedAnand Avati2009-06-031-1/+1
* symlink-cache: fix return value of readlinkRaghavendra G2009-05-071-2/+2
* log level fixes in read-aheadAnand V. Avati2009-05-051-6/+6
* io-cache logging level fixesAnand V. Avati2009-05-054-33/+32