summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/quick-read: change the default option values in quick-read.Raghavendra G2009-10-091-1/+2
* performance/stat-prefetch: checking for cache and creation if not present is ...Raghavendra G2009-10-071-23/+64
* performance/stat-prefetch: lookup the path in xattrop if it is not already lo...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: implement sp_entrylk.Raghavendra G2009-10-071-0/+85
* performance/stat-prefetch: implement sp_inodelk.Raghavendra G2009-10-071-1/+83
* performance/stat-prefetch: do lookup on path in removexattr if it is not alre...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: implement sp_getxattr.Raghavendra G2009-10-071-0/+89
* performance/stat-prefetch: lookup path in setxattr if it is not already looke...Raghavendra G2009-10-071-10/+73
* performance/stat-prefetch: lookup path in opendir if it is not already looked...Raghavendra G2009-10-071-11/+73
* performance/stat-prefetch: lookup path in create if it is not already looked up.Raghavendra G2009-10-071-24/+88
* performance/stat-prefetch: remove stat corresponding to oldloc->path from cac...Raghavendra G2009-10-071-0/+10
* performance/stat-prefetch: lookup oldloc->path in link if it has not already ...Raghavendra G2009-10-071-13/+82
* performance/stat-prefetch: lookup oldpath and newpath in rename if they've no...Raghavendra G2009-10-072-19/+185
* performance/stat-prefetch: do lookup of path in symlink if it is not already ...Raghavendra G2009-10-071-13/+74
* performance/stat-prefetch: do lookup in rmdir if the path has not already bee...Raghavendra G2009-10-071-14/+71
* performance/stat-prefetch: lookup the path in mkdir if it is not already look...Raghavendra G2009-10-071-13/+75
* performance/stat-prefetch: do lookup in unlink if the path has not already be...Raghavendra G2009-10-071-12/+71
* performance/stat-prefetch: do lookup in readlink if the path is not already l...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: do lookup in mknod if the path is not already look...Raghavendra G2009-10-071-13/+75
* performance/stat-prefetch: implement sp_access.Raghavendra G2009-10-071-0/+79
* performance/stat-prefetch: do lookup in utimens if the path is not already lo...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: do lookup in truncate if the path is not already l...Raghavendra G2009-10-071-10/+72
* performance/stat-prefetch: lookup the path in chown if it is not already look...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: lookup the path in chmod if it is not already look...Raghavendra G2009-10-071-10/+70
* performance/stat-prefetch: lookup the path in stat if the it is not already l...Raghavendra G2009-10-071-0/+79
* 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