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
/
write-behind
Commit message (
Expand
)
Author
Age
Files
Lines
*
NULL dereference fixes in code base after running with 'clang'
Amar Tumballi
2010-07-02
1
-4
/
+4
*
performance/write-behind: explicitly enforce ordering of overlapping writes.
Raghavendra G
2010-07-02
1
-173
/
+279
*
Revert "performance/write-behind: explicitly enforce ordering of overlapping ...
Anand V. Avati
2010-06-15
1
-126
/
+128
*
mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.am
Anand Avati
2010-06-08
1
-0
/
+2
*
performance/write-behind: explicitly enforce ordering of overlapping writes.
Raghavendra G
2010-05-26
1
-128
/
+126
*
write-behind: update default values for better small file performance
Anand Avati
2010-05-13
1
-2
/
+2
*
frame's 'op', 'type' restructured
Amar Tumballi
2010-05-03
1
-2
/
+0
*
Memory accounting changes
Vijay Bellur
2010-04-23
2
-24
/
+92
*
performance/write-behind: Resume all the consecutive non-write operations in ...
Raghavendra G
2010-03-29
1
-3
/
+0
*
iatt: changes across the codebase
Anand V. Avati
2010-03-16
1
-40
/
+24
*
performance/write-behind: fix data corruption while aggregating the adjacent ...
Raghavendra G
2010-02-22
1
-4
/
+55
*
performance/write-behind: refactor __wb_collapse_write_bufs
Raghavendra G
2010-02-22
1
-36
/
+38
*
performance/write-behind: Set right an incorrect message displayed in log
Vijay Bellur
2010-01-29
1
-1
/
+1
*
write-behind: fix 'option enable-trickling-writes'
Anand Avati
2010-01-23
1
-8
/
+4
*
Revert "performance/write-behind: Changed default value of option disable-til...
Anand V. Avati
2009-12-06
1
-1
/
+1
*
performance/write-behind: Changed default value of option disable-till to 0
Vijay Bellur
2009-12-02
1
-1
/
+1
*
performance/write-behind: use STACK_UNWIND_STRICT for unwinding.
Raghavendra G
2009-11-24
1
-2
/
+2
*
performance/write-behind: fix to bug in setattr which was causing frames to b...
Raghavendra G
2009-10-20
1
-1
/
+2
*
performance/write-behind: Process state dump operations are added.
vinayak hegde
2009-10-20
1
-0
/
+43
*
performance/write-behind: initialize frame->local before goto out label
vinayak hegde
2009-10-16
1
-10
/
+10
*
performance/write-behind: In wb_setattr, inode is checked twice
vinayak hegde
2009-10-15
1
-27
/
+10
*
performance/write-behind:STACK_UNWIND happens only in failure path of wb_stat()
Vijay Bellur
2009-10-15
1
-1
/
+2
*
performance/write-behind: return from wb_open after STACK_WIND
Vijay Bellur
2009-10-14
1
-0
/
+1
*
performance/write-behind: In wb_setattr file is used before getting fd context
vinayak hegde
2009-10-13
1
-1
/
+17
*
performance/write-behind: file is referenced, without checking for NULL
vinayak hegde
2009-10-13
1
-1
/
+2
*
performance/write-behind: Add enable-trickling-writes to volume_options.
Raghavendra G
2009-10-09
1
-0
/
+3
*
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
1
-1
/
+1
*
Removed remaining references to chmod, chown and utimens as part of setattr c...
Pavan Sondur
2009-10-06
1
-16
/
+26
*
write-behind: NFS-friendly logic changes
Shehjar Tikoo
2009-10-01
1
-112
/
+172
*
Global: NFS-friendly prototype changes
Shehjar Tikoo
2009-10-01
1
-11
/
+15
*
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/write-behind: check for the presence of context only in fds not o...
Raghavendra G
2009-09-22
1
-6
/
+12
*
performance/write-behind: hold locks when accessing members of wb_file.
Raghavendra G
2009-09-08
1
-25
/
+99
*
performance/write-behind: communicate back the errors in writes to servers, i...
Raghavendra G
2009-09-08
1
-1
/
+12
*
write-behind: set default window-size to 1MB.
Raghavendra G
2009-07-07
1
-1
/
+2
*
write-behind: Use O_ACCMODE while checking for access modes.
Raghavendra G
2009-07-07
1
-2
/
+2
*
performance/write-behind - bug fix in open() and create().
Basavanagowda Kanur
2009-07-02
1
-1
/
+5
*
enhancement in write-behind
Amar Tumballi
2009-06-30
1
-18
/
+22
[next]