summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind
Commit message (Expand)AuthorAgeFilesLines
* Revert "performance/write-behind: Changed default value of option disable-til...Anand V. Avati2009-12-061-1/+1
* performance/write-behind: Changed default value of option disable-till to 0Vijay Bellur2009-12-021-1/+1
* performance/write-behind: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-2/+2
* performance/write-behind: fix to bug in setattr which was causing frames to b...Raghavendra G2009-10-201-1/+2
* performance/write-behind: Process state dump operations are added.vinayak hegde2009-10-201-0/+43
* performance/write-behind: initialize frame->local before goto out labelvinayak hegde2009-10-161-10/+10
* performance/write-behind: In wb_setattr, inode is checked twicevinayak hegde2009-10-151-27/+10
* performance/write-behind:STACK_UNWIND happens only in failure path of wb_stat()Vijay Bellur2009-10-151-1/+2
* performance/write-behind: return from wb_open after STACK_WINDVijay Bellur2009-10-141-0/+1
* performance/write-behind: In wb_setattr file is used before getting fd contextvinayak hegde2009-10-131-1/+17
* performance/write-behind: file is referenced, without checking for NULLvinayak hegde2009-10-131-1/+2
* performance/write-behind: Add enable-trickling-writes to volume_options.Raghavendra G2009-10-091-0/+3
* performance/write-behind: Refining the check for fd_ctx in fdsRaghavendra G2009-10-081-120/+145
* performance/write-behind: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-081-39/+51
* Initialize local before any call to STACK_WIND to prevent a crashPavan Sondur2009-10-071-9/+10
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-16/+26
* write-behind: NFS-friendly logic changesShehjar Tikoo2009-10-011-112/+172
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-11/+15
* performance/write-behind: Add a NULL check for request->stub before checking ...Raghavendra G2009-09-241-1/+2
* performance/write-behind: store currently aggregated data size in wb_fileRaghavendra G2009-09-231-27/+30
* performance/write-behind: store the current window size in wb_file.Raghavendra G2009-09-231-43/+39
* performance/write-behind: reduce usage of iov_length.Raghavendra G2009-09-231-47/+27
* performance/write-behind: add option "enable-trickling-writes".Raghavendra G2009-09-221-22/+41
* performance/write-behind: reduce traversal of request list during wb_mark_winds.Raghavendra G2009-09-221-35/+28
* performance/write-behind: reduce list-traversal during wb_mark_unwindsRaghavendra G2009-09-221-13/+19
* performance/write-behind: remove redundant traversal of write-requests in the...Raghavendra G2009-09-221-3/+5
* performance/write-behind: Aggregate adjacent contiguous write-buffers into si...Raghavendra G2009-09-221-1/+77
* performance/write-behind: fine-tune logic of wb_mark_windsRaghavendra G2009-09-221-65/+14
* performance/write-behind: check for the presence of context only in fds not o...Raghavendra G2009-09-221-6/+12
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-25/+99
* performance/write-behind: communicate back the errors in writes to servers, i...Raghavendra G2009-09-081-1/+12
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* write-behind: Use O_ACCMODE while checking for access modes.Raghavendra G2009-07-071-2/+2
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* enhancement in write-behindAmar Tumballi2009-06-301-18/+22
* write-behind: fix memory corruptionRaghavendra G2009-06-151-0/+1
* write-behind: check for memory allocation failures and take appropriate actionRaghavendra G2009-06-151-78/+434
* write-behind: indentation and logging fixesRaghavendra G2009-04-301-158/+74
* write-behind aggregate-size related changesRaghavendra G2009-04-161-15/+76
* write-behind: adhere to coding guidelines.Raghavendra G2009-04-161-16/+32
* use ctx->page_size in all translators and transports instead of having their ...Anand V. Avati2009-04-131-18/+0
* update performance/write-behind with new readv writev prototypesAnand V. Avati2009-04-121-18/+18
* wb_flush - keep reference on fd for process_frame to perform STACK_WIND of fl...Anand V. Avati2009-04-021-0/+4
* fixes crash in write-behind2.0.0rc6Amar Tumballi2009-03-221-2/+3
* write behind preserves order of fops with respect to writesRaghavendra G2009-03-131-404/+947
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* Added all filesVikas Gorur2009-02-183-0/+1459