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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cluster/afr: dir-write: Fix inode number handling.
Vikas Gorur
2009-09-28
2
-24
/
+41
*
libglusterfsclient: don't destroy the iobuf pool during fini.
Raghavendra G
2009-09-28
1
-1
/
+1
*
libglusterfsclient: traverse the vmplist during fini only if any entries are ...
Raghavendra G
2009-09-28
1
-5
/
+8
*
cluster/afr: Fix memory leak in "diff" self-heal algorithm.
Vikas Gorur
2009-09-24
1
-0
/
+30
*
glusterfsd/main: Do a sem_post only if running in daemon mode.
Vikas Gorur
2009-09-24
1
-2
/
+2
*
booster: Cleanup booster_cleanup and register for atexit
Shehjar Tikoo
2009-09-24
1
-20
/
+10
*
libglusterfsclient: Support TRACE loglevel
Shehjar Tikoo
2009-09-24
1
-1
/
+4
*
libglusterfsclient: Wait for all call pools to be destroyed
Shehjar Tikoo
2009-09-24
1
-0
/
+34
*
libglusterfsclient: Clean up fini and umount code paths
Shehjar Tikoo
2009-09-24
1
-19
/
+5
*
iobuf, logging: Expose existing functions as required
Shehjar Tikoo
2009-09-24
2
-0
/
+2
*
libglusterfsclient: Reduce logging aggressiveness to TRACE
Shehjar Tikoo
2009-09-24
1
-18
/
+18
*
booster: Reduce logging aggressiveness to TRACE
Shehjar Tikoo
2009-09-24
2
-159
/
+159
*
libglusterfsclient: Re-validate root inode on every path resolution
Shehjar Tikoo
2009-09-24
2
-0
/
+24
*
performance/write-behind: Add a NULL check for request->stub before checking ...
Raghavendra G
2009-09-24
1
-1
/
+2
*
fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...
Csaba Henk
2009-09-23
3
-5
/
+53
*
Implemented inodelks with support for domains.
Pavan Vilas Sondur
2009-09-23
6
-75
/
+644
*
Implemented entry locks and support for domains.
Pavan Vilas Sondur
2009-09-23
6
-26
/
+681
*
Removed internal.c and old domain definition in locks.
Pavan Vilas Sondur
2009-09-23
3
-906
/
+7
*
Changes for custom daemon function.
vinayak hegde
2009-09-23
1
-5
/
+104
*
mount.glusterfs had a problem understanding when "volfile" was given as one o...
Harshavardhana Ranganath
2009-09-23
1
-5
/
+6
*
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
*
cluster/afr: Add new option "data-self-heal-algorithm"
Vikas Gorur
2009-09-22
5
-3
/
+36
*
cluster/afr: Add the "diff" self-heal algorithm.
Vikas Gorur
2009-09-22
3
-2
/
+362
*
cluster/afr: Make the self-heal algorithm pluggable.
Vikas Gorur
2009-09-22
5
-168
/
+287
*
cluster/afr: Open source and sinks in read/write mode during self-heal.
Vikas Gorur
2009-09-22
1
-2
/
+2
*
protocol/server: Implement rchecksum.
Vikas Gorur
2009-09-22
1
-1
/
+80
*
protocol/client: Implement rchecksum.
Vikas Gorur
2009-09-22
1
-0
/
+71
*
storage/posix: Implement rchecksum.
Vikas Gorur
2009-09-22
1
-0
/
+66
*
libglusterfs: Add RCHECKSUM fop.
Vikas Gorur
2009-09-22
9
-2
/
+204
*
libglusterfs: Add checksum functions.
Vikas Gorur
2009-09-22
5
-2
/
+495
*
booster: implement F_DUPFD command in fcntl.
Raghavendra G
2009-09-22
1
-0
/
+2
*
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
*
libglusterfsclient: Fix build warnings
Shehjar Tikoo
2009-09-22
1
-18
/
+20
*
booster: Fix build warnings
Shehjar Tikoo
2009-09-22
1
-14
/
+15
*
storage/posix: Update nr_files after system call succeeds.
Vikas Gorur
2009-09-22
1
-12
/
+12
*
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
*
protocol/client: access glusterfs context from the ctx member of xlator object
Raghavendra G
2009-09-22
2
-1
/
+8
*
performance/write-behind: check for the presence of context only in fds not o...
Raghavendra G
2009-09-22
1
-6
/
+12
*
client-protocol: fix race-condition encountered while accessing fdctx
Raghavendra G
2009-09-22
1
-47
/
+218
[prev]
[next]