index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xlators
/
performance
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
performance/write-behind: Refining the check for fd_ctx in fds
Raghavendra G
2009-10-08
1
-120
/
+145
*
performance/write-behind: Change STACK_UNWIND to STACK_UNWIND_STRICT.
Vikas Gorur
2009-10-08
1
-39
/
+51
*
Initialize local before any call to STACK_WIND to prevent a crash
Pavan Sondur
2009-10-07
1
-9
/
+10
*
Changed occurrences of Z Research to Gluster.
Vijay Bellur
2009-10-07
15
-16
/
+16
*
Removed remaining references to chmod, chown and utimens as part of setattr c...
Pavan Sondur
2009-10-06
1
-16
/
+26
*
stat-prefetch: Port stat-prefetching to readdirp fop
Shehjar Tikoo
2009-10-06
1
-1
/
+2
*
io-threads: Support readdirp fop
Shehjar Tikoo
2009-10-06
1
-0
/
+51
*
symlink-cache: NFS-friendly logic changes
Shehjar Tikoo
2009-10-01
1
-4
/
+12
*
io-threads: NFS-friendly logic changes
Shehjar Tikoo
2009-10-01
1
-25
/
+31
*
read-ahead: NFS-friendly logic changes
Shehjar Tikoo
2009-10-01
1
-4
/
+16
*
write-behind: NFS-friendly logic changes
Shehjar Tikoo
2009-10-01
1
-112
/
+172
*
Global: NFS-friendly prototype changes
Shehjar Tikoo
2009-10-01
7
-95
/
+194
*
Global: Introduce setattr and fsetattr fops
Shehjar Tikoo
2009-10-01
5
-510
/
+87
*
performance/write-behind: Add a NULL check for request->stub before checking ...
Raghavendra G
2009-09-24
1
-1
/
+2
*
performance/write-behind: store currently aggregated data size in wb_file
Raghavendra G
2009-09-23
1
-27
/
+30
*
performance/write-behind: store the current window size in wb_file.
Raghavendra G
2009-09-23
1
-43
/
+39
*
performance/write-behind: reduce usage of iov_length.
Raghavendra G
2009-09-23
1
-47
/
+27
*
performance/write-behind: add option "enable-trickling-writes".
Raghavendra G
2009-09-22
1
-22
/
+41
*
performance/write-behind: reduce traversal of request list during wb_mark_winds.
Raghavendra G
2009-09-22
1
-35
/
+28
*
performance/write-behind: reduce list-traversal during wb_mark_unwinds
Raghavendra G
2009-09-22
1
-13
/
+19
*
performance/write-behind: remove redundant traversal of write-requests in the...
Raghavendra G
2009-09-22
1
-3
/
+5
*
performance/write-behind: Aggregate adjacent contiguous write-buffers into si...
Raghavendra G
2009-09-22
1
-1
/
+77
*
performance/write-behind: fine-tune logic of wb_mark_winds
Raghavendra G
2009-09-22
1
-65
/
+14
*
performance/quick-read: refine logic of qr_readv.
Raghavendra G
2009-09-22
1
-3
/
+14
*
performance/quick-read: optimizations to lookup
Raghavendra G
2009-09-22
1
-24
/
+49
*
performance/quick-read: make a comment more explicit.
Raghavendra G
2009-09-22
1
-2
/
+2
*
performance/quick-read: checking for qr_file in inode-context and creating if...
Raghavendra G
2009-09-22
1
-30
/
+45
*
performance/quick-read: refine the logic in qr_lookup.
Raghavendra G
2009-09-22
1
-40
/
+54
*
performance/write-behind: check for the presence of context only in fds not o...
Raghavendra G
2009-09-22
1
-6
/
+12
*
performance/quick-read: access glusterfs_ctx from xlator instead of using glu...
Raghavendra G
2009-09-17
1
-1
/
+1
[next]