summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
...
* performance/quick-read: frame->local need not be set in qr_open_cbk.Raghavendra G2009-10-151-4/+1
* performance/quick-read: flush should proceed with winding if fd-context is no...Raghavendra G2009-10-151-2/+1
* performance/write-behind:STACK_UNWIND happens only in failure path of wb_stat()Vijay Bellur2009-10-151-1/+2
* io-cache: NFS-friendly changesShehjar Tikoo2009-10-141-3/+4
* performance/write-behind: return from wb_open after STACK_WINDVijay Bellur2009-10-141-0/+1
* performance/write-behind: In wb_setattr file is used before getting fd contextvinayak hegde2009-10-131-1/+17
* performance/write-behind: file is referenced, without checking for NULLvinayak hegde2009-10-131-1/+2
* performance/quick-read: change the default option values in quick-read.Raghavendra G2009-10-091-1/+2
* performance/write-behind: Add enable-trickling-writes to volume_options.Raghavendra G2009-10-091-0/+3
* performance/stat-prefetch: checking for cache and creation if not present is ...Raghavendra G2009-10-091-23/+64
* performance/stat-prefetch: lookup path in xattrop if it is not already looked...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: implement sp_entrylk.Raghavendra G2009-10-091-0/+85
* performance/stat-prefetch: implement sp_inodelk.Raghavendra G2009-10-091-0/+83
* performance/stat-prefetch: lookup path in removexattr if it is not already lo...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: implement sp_getxattr.Raghavendra G2009-10-091-0/+89
* performance/stat-prefetch: lookup path in setxattr if it is not already looke...Raghavendra G2009-10-091-10/+71
* performance/stat-prefetch: lookup path in opendir if it is not already looked...Raghavendra G2009-10-091-9/+72
* performance/stat-prefetch: lookup path in create if it is not already looked up.Raghavendra G2009-10-091-15/+88
* performance/stat-prefetch: remove stat corresponding to oldloc->path from cac...Raghavendra G2009-10-091-3/+9
* performance/stat-prefetch: lookup oldloc->path in link if it has not already ...Raghavendra G2009-10-091-12/+83
* performance/stat-prefetch: lookup oldpath and newpath in rename if they've no...Raghavendra G2009-10-092-17/+185
* performance/stat-prefetch: lookup path in symlink if it is not already looked...Raghavendra G2009-10-091-12/+73
* performance/stat-prefetch: lookup path in rmdir if it is not already looked up.Raghavendra G2009-10-091-13/+71
* performance/stat-prefetch: lookup path in unlink if it is not already looked up.Raghavendra G2009-10-091-12/+70
* performance/stat-prefetch: fix mkdir to unwind with proper number of arguments.Raghavendra G2009-10-091-2/+2
* performance/stat-prefetch: lookup path in mkdir if it is not already looked up.Raghavendra G2009-10-091-12/+75
* performance/stat-prefetch: lookup path in mknod if it is not already looked up.Raghavendra G2009-10-091-12/+75
* peformance/stat-prefetch: lookup path in readlink if it is not already looked...Raghavendra G2009-10-091-10/+70
* performance/stat-prefetch: implement sp_accessRaghavendra G2009-10-091-0/+79
* performance/stat-prefetch: lookup path in truncate if it is not already looke...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: lookup path in setattr if it is not already looked...Raghavendra G2009-10-091-11/+70
* performance/stat-prefetch: implement sp_stat.Raghavendra G2009-10-091-0/+87
* performance/stat-prefetch: lookup path in checksum if it is not already looke...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: lookup the path in open if it is not already looke...Raghavendra G2009-10-091-9/+77
* performance/stat-prefetch: implement procedure sp_process_inode_ctx.Raghavendra G2009-10-091-0/+93
* performance/stat-prefetch: use op_errno instead of errno to store error code.Raghavendra G2009-10-091-109/+191
* performance/stat-prefetch: Add support code to implement lookup-behind.Raghavendra G2009-10-092-55/+199
* 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