index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xlators
/
performance
/
stat-prefetch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
performance/stat-prefetch: fix errors in handling memory allocation failures ...
Raghavendra G
2009-12-01
1
-3
/
+3
*
performance/stat-prefetch: Changed rbthash to make use of 1 bucket
Vijay Bellur
2009-11-26
2
-16
/
+66
*
Changed rbthash_table_init() to take a mem-pool argument.
Vijay Bellur
2009-11-26
1
-5
/
+8
*
performance/stat-prefetch: Add refcounting to cache objects
Raghavendra G
2009-11-24
1
-6
/
+88
*
performance/stat-prefetch: remove lock member in sp_fd_ctx_t.
Raghavendra G
2009-11-24
2
-36
/
+22
*
performance/stat-prefetch: don't free the cache in readdir if the offset is n...
Raghavendra G
2009-11-24
1
-5
/
+2
*
performance/stat-prefetch: use STACK_UNWIND_STRICT for unwinding.
Raghavendra G
2009-11-24
2
-93
/
+105
*
performance/stat-prefetch: don't cache dentries corresponding to directory.
Raghavendra G
2009-11-19
1
-0
/
+4
*
performance/stat-prefetch: don't use pre-allocated dirent structure in sp_get...
Raghavendra G
2009-11-19
1
-8
/
+23
*
performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when ...
vinayak hegde
2009-11-05
1
-3
/
+0
*
performance/stat-prefetch: In sp_readdir_cbk op_ret value is not handled.
vinayak hegde
2009-11-05
1
-0
/
+4
*
libglusterfs/rbtree: change rbthash_init_table to take no of expected entries...
Raghavendra G
2009-10-28
1
-2
/
+5
*
performance/stat-prefetch: checking for cache and creation if not present is ...
Raghavendra G
2009-10-09
1
-23
/
+64
*
performance/stat-prefetch: lookup path in xattrop if it is not already looked...
Raghavendra G
2009-10-09
1
-10
/
+69
*
performance/stat-prefetch: implement sp_entrylk.
Raghavendra G
2009-10-09
1
-0
/
+85
*
performance/stat-prefetch: implement sp_inodelk.
Raghavendra G
2009-10-09
1
-0
/
+83
*
performance/stat-prefetch: lookup path in removexattr if it is not already lo...
Raghavendra G
2009-10-09
1
-10
/
+69
*
performance/stat-prefetch: implement sp_getxattr.
Raghavendra G
2009-10-09
1
-0
/
+89
*
performance/stat-prefetch: lookup path in setxattr if it is not already looke...
Raghavendra G
2009-10-09
1
-10
/
+71
*
performance/stat-prefetch: lookup path in opendir if it is not already looked...
Raghavendra G
2009-10-09
1
-9
/
+72
*
performance/stat-prefetch: lookup path in create if it is not already looked up.
Raghavendra G
2009-10-09
1
-15
/
+88
*
performance/stat-prefetch: remove stat corresponding to oldloc->path from cac...
Raghavendra G
2009-10-09
1
-3
/
+9
*
performance/stat-prefetch: lookup oldloc->path in link if it has not already ...
Raghavendra G
2009-10-09
1
-12
/
+83
*
performance/stat-prefetch: lookup oldpath and newpath in rename if they've no...
Raghavendra G
2009-10-09
2
-17
/
+185
*
performance/stat-prefetch: lookup path in symlink if it is not already looked...
Raghavendra G
2009-10-09
1
-12
/
+73
*
performance/stat-prefetch: lookup path in rmdir if it is not already looked up.
Raghavendra G
2009-10-09
1
-13
/
+71
*
performance/stat-prefetch: lookup path in unlink if it is not already looked up.
Raghavendra G
2009-10-09
1
-12
/
+70
*
performance/stat-prefetch: fix mkdir to unwind with proper number of arguments.
Raghavendra G
2009-10-09
1
-2
/
+2
*
performance/stat-prefetch: lookup path in mkdir if it is not already looked up.
Raghavendra G
2009-10-09
1
-12
/
+75
*
performance/stat-prefetch: lookup path in mknod if it is not already looked up.
Raghavendra G
2009-10-09
1
-12
/
+75
*
peformance/stat-prefetch: lookup path in readlink if it is not already looked...
Raghavendra G
2009-10-09
1
-10
/
+70
*
performance/stat-prefetch: implement sp_access
Raghavendra G
2009-10-09
1
-0
/
+79
*
performance/stat-prefetch: lookup path in truncate if it is not already looke...
Raghavendra G
2009-10-09
1
-10
/
+69
*
performance/stat-prefetch: lookup path in setattr if it is not already looked...
Raghavendra G
2009-10-09
1
-11
/
+70
*
performance/stat-prefetch: implement sp_stat.
Raghavendra G
2009-10-09
1
-0
/
+87
*
performance/stat-prefetch: lookup path in checksum if it is not already looke...
Raghavendra G
2009-10-09
1
-10
/
+69
*
performance/stat-prefetch: lookup the path in open if it is not already looke...
Raghavendra G
2009-10-09
1
-9
/
+77
*
performance/stat-prefetch: implement procedure sp_process_inode_ctx.
Raghavendra G
2009-10-09
1
-0
/
+93
*
performance/stat-prefetch: use op_errno instead of errno to store error code.
Raghavendra G
2009-10-09
1
-109
/
+191
*
performance/stat-prefetch: Add support code to implement lookup-behind.
Raghavendra G
2009-10-09
2
-55
/
+199
*
performance/stat-prefetch: remove lookup-behind in sp_lookup.
Raghavendra G
2009-10-09
1
-60
/
+8
*
performance/stat-prefetch: optimizations to sp_lookup.
Raghavendra G
2009-10-09
1
-1
/
+12
*
performance/stat-prefetch: Add accounting of cache hits and misses.
Raghavendra G
2009-10-09
2
-0
/
+17
*
performance/stat-prefetch: change behaviour of sp_lookup when xattr_req is no...
Raghavendra G
2009-10-09
1
-8
/
+28
*
performance/stat-prefetch: change the cache to use rbtree based hashtable ins...
Raghavendra G
2009-10-09
3
-36
/
+46
*
performance/stat-prefetch: fix memory leaks
Raghavendra G
2009-10-09
1
-16
/
+37
*
Changed occurrences of Z Research to Gluster.
Vijay Bellur
2009-10-07
2
-2
/
+2
*
stat-prefetch: Port stat-prefetching to readdirp fop
Shehjar Tikoo
2009-10-06
1
-1
/
+2
*
Global: NFS-friendly prototype changes
Shehjar Tikoo
2009-10-01
1
-19
/
+47
*
Global: Introduce setattr and fsetattr fops
Shehjar Tikoo
2009-10-01
1
-127
/
+15
[prev]
[next]