summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch/src/stat-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
...
* performance/stat-prefetch: fix access to inode table.Raghavendra G2009-12-021-13/+23
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbkAnand Avati2009-12-011-1/+5
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-011-14/+106
* performance/stat-prefetch: don't use same variable for getting inode context ...Raghavendra G2009-12-011-5/+5
* performance/stat-prefetch: fix errors in handling memory allocation failures ...Raghavendra G2009-12-011-3/+3
* performance/stat-prefetch: Changed rbthash to make use of 1 bucketVijay Bellur2009-11-261-16/+60
* Changed rbthash_table_init() to take a mem-pool argument.Vijay Bellur2009-11-261-5/+8
* performance/stat-prefetch: Add refcounting to cache objectsRaghavendra G2009-11-241-6/+88
* performance/stat-prefetch: remove lock member in sp_fd_ctx_t.Raghavendra G2009-11-241-27/+13
* performance/stat-prefetch: don't free the cache in readdir if the offset is n...Raghavendra G2009-11-241-5/+2
* performance/stat-prefetch: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-88/+100
* performance/stat-prefetch: don't cache dentries corresponding to directory.Raghavendra G2009-11-191-0/+4
* performance/stat-prefetch: don't use pre-allocated dirent structure in sp_get...Raghavendra G2009-11-191-8/+23
* 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
* libglusterfs/rbtree: change rbthash_init_table to take no of expected entries...Raghavendra G2009-10-281-2/+5
* 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-091-17/+184
* 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-091-55/+184
* 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-091-0/+15
* 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-091-34/+42
* performance/stat-prefetch: fix memory leaksRaghavendra G2009-10-091-16/+37