summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind/src/write-behind.c
Commit message (Expand)AuthorAgeFilesLines
* performance/write-behind: initialize lock in wb-file before wb-file is set in...branchpoint-3.2Raghavendra G2011-04-291-20/+26
* CLI : Validate options farmework.Gaurav2011-03-231-56/+22
* performance/write-behind: logging enhancementsRaghavendra G2011-03-171-262/+453
* performance/write-behind: whitespace cleanup.Raghavendra G2011-03-171-492/+427
* performance/write-behind: fix warnings due to format string mismatches during...Raghavendra G2010-12-121-11/+11
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-081-0/+3
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-071-2/+23
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-051-2/+70
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-181-0/+51
* performance/write-behind: dump contents of wb-fileRaghavendra G2010-09-161-8/+154
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+3
* fuse resolve related changesAmar Tumballi2010-08-111-1/+1
* Remove unused variablesSachidananda2010-08-021-2/+0
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-281-4/+6
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-4/+4
* performance/write-behind: explicitly enforce ordering of overlapping writes.Raghavendra G2010-07-021-173/+279
* Revert "performance/write-behind: explicitly enforce ordering of overlapping ...Anand V. Avati2010-06-151-126/+128
* performance/write-behind: explicitly enforce ordering of overlapping writes.Raghavendra G2010-05-261-128/+126
* write-behind: update default values for better small file performanceAnand Avati2010-05-131-2/+2
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-2/+0
* Memory accounting changesVijay Bellur2010-04-231-24/+57
* performance/write-behind: Resume all the consecutive non-write operations in ...Raghavendra G2010-03-291-3/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-161-40/+24
* performance/write-behind: fix data corruption while aggregating the adjacent ...Raghavendra G2010-02-221-4/+55
* performance/write-behind: refactor __wb_collapse_write_bufsRaghavendra G2010-02-221-36/+38
* performance/write-behind: Set right an incorrect message displayed in logVijay Bellur2010-01-291-1/+1
* write-behind: fix 'option enable-trickling-writes'Anand Avati2010-01-231-8/+4
* 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