summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when ...vinayak hegde2009-11-051-3/+0
* performance/stat-prefetch: In sp_readdir_cbk op_ret value is not handled.vinayak hegde2009-11-051-0/+4
* performance/io-cache: change the data-types to be big enough to hold size of ...Raghavendra G2009-10-302-5/+5
* performance/io-cache: change the hash function used for rbtree based hash table.Raghavendra G2009-10-292-12/+16
* libglusterfs/rbtree: change rbthash_init_table to take no of expected entries...Raghavendra G2009-10-282-6/+14
* performance/io-cache: fix memory leak.Raghavendra G2009-10-281-0/+1
* performance/io-cache: fix double free.Raghavendra G2009-10-281-1/+1
* performance/io-cache: change data structure used to store page-cache.Raghavendra G2009-10-285-69/+90
* performance/write-behind: fix to bug in setattr which was causing frames to b...Raghavendra G2009-10-201-1/+2
* performance/read-ahead: Process state dump operations are added.vinayak hegde2009-10-201-0/+47
* performance/quick-read: Process state dump operations are added.vinayak hegde2009-10-201-0/+35
* performance/write-behind: Process state dump operations are added.vinayak hegde2009-10-201-0/+43
* performance/write-behind: initialize frame->local before goto out labelvinayak hegde2009-10-161-10/+10
* performance/write-behind: In wb_setattr, inode is checked twicevinayak hegde2009-10-151-27/+10
* performance/io-cache: remove caching in lookup.Raghavendra G2009-10-151-219/+0
* 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