summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch
Commit message (Expand)AuthorAgeFilesLines
* free local->loc structure by using SP_STACK_UNWIND instead of STACK_UNWINDRaghavendra Bhat2010-06-141-1/+1
* stat-prefetch: Remove checks for loc->parentShehjar Tikoo2010-05-251-32/+0
* performance/stat-prefetch: remove the usage of THIS.Raghavendra G2009-12-062-1/+3
* performance/stat-prefetch: fix memory leak.Raghavendra G2009-12-061-1/+4
* performance/stat-prefetch: don't check whether previous lookups have been fai...Raghavendra G2009-12-051-9/+0
* performance/stat-prefetch: add "caller" arguement to sp_process_inode_ctx.Raghavendra G2009-12-041-21/+37
* performance/stat-prefetch: implement sp_check_and_create_inode_ctx.Raghavendra G2009-12-041-161/+122
* performance/stat-prefetch: refactor sp_lookup_cbk to use sp_update_inode_ctx.Raghavendra G2009-12-041-29/+10
* performance/stat-prefetch: dont check for inode context in fops like create, ...Raghavendra G2009-12-041-259/+262
* performance/stat-prefetch: don't access stat if lookup has been failed.Raghavendra G2009-12-031-1/+1
* performance/stat-prefetch: get inode context from local->loc.inode instead of...Raghavendra G2009-12-021-4/+9
* 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-262-16/+66
* 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-242-36/+22
* 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-242-93/+105
* 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-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