index
:
glusterfs-snapshot.git
devel
development
gluster-snap
master
master_upstream
snap_devel
upstream
work
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
performance/write-behind: file is referenced, without checking for NULL
vinayak hegde
2009-10-13
1
-1
/
+2
*
cluster/afr: Hold second lock after first lock has been granted for rename tr...
Vikas Gorur
2009-10-12
1
-30
/
+84
*
protocol/server: Set preparent and postparent in the response struct.
Vikas Gorur
2009-10-12
1
-1
/
+17
*
replicate: fix missing frame in entry-self-heal
Anand Avati
2009-10-12
1
-0
/
+7
*
performance/quick-read: change the default option values in quick-read.
Raghavendra G
2009-10-09
1
-1
/
+2
*
posix: Ensure ENOTEMPTY return on rmdir
Shehjar Tikoo
2009-10-09
1
-1
/
+4
*
Add INIT_LIST_HEAD which was left out in the previous commit
Anand Avati
2009-10-09
1
-0
/
+1
*
Add all generated files to .gitignore
Corentin Chary
2009-10-09
1
-0
/
+21
*
features/locks: Fix insert_and_merge
Corentin Chary
2009-10-09
1
-4
/
+0
*
performance/write-behind: Add enable-trickling-writes to volume_options.
Raghavendra G
2009-10-09
1
-0
/
+3
*
debug/trace: Check asprintf return value to avoid warning, while build
vinayak hegde
2009-10-09
1
-7
/
+11
*
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
2
-116
/
+198
*
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
*
debug/error-gen: Feature enhancement of error-gen translator
vinayak hegde
2009-10-08
3
-167
/
+1004
*
performance/write-behind: Refining the check for fd_ctx in fds
Raghavendra G
2009-10-08
1
-120
/
+145
*
libglusterfs/defaults: default_readdirp should call fops->readdirp instead of...
Raghavendra G
2009-10-08
1
-1
/
+1
*
performance/write-behind: Change STACK_UNWIND to STACK_UNWIND_STRICT.
Vikas Gorur
2009-10-08
1
-39
/
+51
*
cluster/dht: Change STACK_UNWIND to STACK_UNWIND_STRICT.
Vikas Gorur
2009-10-08
4
-98
/
+107
[next]