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
/
write-behind
/
src
/
write-behind.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
performance/write-behind: whitespace cleanup.
Raghavendra G
2011-03-17
1
-492
/
+427
*
performance/write-behind: fix warnings due to format string mismatches during...
Raghavendra G
2010-12-12
1
-11
/
+11
*
Change assert to GF_ASSERT
Vijay Bellur
2010-10-12
1
-1
/
+1
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
Possible race condition between cleanup and dereferencing
shishir gowda
2010-10-08
1
-0
/
+3
*
mgmt/Glusterd: Volume set enhancements
Kaushik BV
2010-10-07
1
-2
/
+23
*
Reply back to CLI on error, by validating each xlator's opts
Kaushik BV
2010-10-05
1
-2
/
+70
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
Glusterd: gluster volume set <volume> <option> <value>
Kaushik BV
2010-09-18
1
-0
/
+51
*
performance/write-behind: dump contents of wb-file
Raghavendra G
2010-09-16
1
-8
/
+154
*
gfid: change in create() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-4
/
+3
*
fuse resolve related changes
Amar Tumballi
2010-08-11
1
-1
/
+1
*
Remove unused variables
Sachidananda
2010-08-02
1
-2
/
+0
*
some check added to the variables after GF_CALLOC
Amar Tumballi
2010-07-28
1
-4
/
+6
*
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
*
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
1
-24
/
+57
*
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
[next]