summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
...
* performance/stat-prefetch: remove lookup-behind in sp_lookup.Raghavendra G2009-10-091-60/+8
* performance/stat-prefetch: optimizations to sp_lookup.Raghavendra G2009-10-091-1/+12
* performance/stat-prefetch: Add accounting of cache hits and misses.Raghavendra G2009-10-092-0/+17
* performance/stat-prefetch: change behaviour of sp_lookup when xattr_req is no...Raghavendra G2009-10-091-8/+28
* performance/stat-prefetch: change the cache to use rbtree based hashtable ins...Raghavendra G2009-10-093-36/+46
* performance/stat-prefetch: fix memory leaksRaghavendra G2009-10-091-16/+37
* performance/write-behind: Refining the check for fd_ctx in fdsRaghavendra G2009-10-081-120/+145
* performance/write-behind: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-081-39/+51
* Initialize local before any call to STACK_WIND to prevent a crashPavan Sondur2009-10-071-9/+10
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0715-16/+16
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-16/+26
* stat-prefetch: Port stat-prefetching to readdirp fopShehjar Tikoo2009-10-061-1/+2
* io-threads: Support readdirp fopShehjar Tikoo2009-10-061-0/+51
* symlink-cache: NFS-friendly logic changesShehjar Tikoo2009-10-011-4/+12
* io-threads: NFS-friendly logic changesShehjar Tikoo2009-10-011-25/+31
* read-ahead: NFS-friendly logic changesShehjar Tikoo2009-10-011-4/+16
* write-behind: NFS-friendly logic changesShehjar Tikoo2009-10-011-112/+172
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-017-95/+194
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-015-510/+87
* 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-43/+39
* 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
* Add iot_fxattrop to io-threadsPavan Sondur2009-09-171-0/+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
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-25/+99
* performance/write-behind: communicate back the errors in writes to servers, i...Raghavendra G2009-09-081-1/+12
* performance/quick-read: if open fails during cache validation, don't continue...Raghavendra G2009-09-082-2/+24
* performance/quick-read: Fix access of freed memory in qr_open_cbk.Raghavendra G2009-09-081-1/+9
* performance/stat-prefetch: don't check for a non-null parent and inode in new...Raghavendra G2009-09-081-3/+0
* performance/stat-prefetch: minor bug-fixes.Raghavendra G2009-09-081-9/+9
* performance/stat-prefetch: implement release callbacks.Raghavendra G2009-09-081-1/+21
* performance/stat-prefetch: implement sp_fxattrop.Raghavendra G2009-09-081-0/+37
* performance/stat-prefetch: implement sp_xattrop.Raghavendra G2009-09-081-0/+35
* performance/stat-prefetch: implement sp_checksum.Raghavendra G2009-09-081-1/+36
* performance/stat-prefetch: implement sp_getdents.Raghavendra G2009-09-081-0/+82