summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind/src
Commit message (Expand)AuthorAgeFilesLines
* write-behind: track filesize when doing extending writesNiels de Vos2014-02-271-4/+161
* Fix for 'use after free' errors reported by coverity.Poornima2014-02-051-2/+2
* write-behind: handle iobref_merge() error gracefullyAnand Avati2013-11-261-2/+3
* performance/write-behind: invoke request queue processing ifRaghavendra G2013-08-141-19/+30
* write-behind: preserve error returned as-isAmar Tumballi2013-07-241-5/+1
* performance/write-behind: Enable write-behind when strict_O_DIRECT is not set.Vijay Bellur2013-05-281-2/+1
* mount/fuse: enable fuse real async dio when availableBrian Foster2013-05-151-0/+5
* performance/write-behind: guarantee non-overlapping concurrent writesAnand Avati2013-02-201-1/+65
* call-stub: internal refactorAnand Avati2013-02-191-40/+40
* performance/write-behind: mark fd bad if any written behind writes fail.Raghavendra G2013-02-171-57/+114
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* performance/write-behind: do not try to take LOCK in forgetRaghavendra Bhat2013-02-031-7/+3
* glusterd/cli: Updated the options descriptions for "volume set help"Avra Sengupta2013-01-211-0/+2
* write-behind: fixes issues with iobuf length for large writesKaushal M2012-12-131-5/+15
* fix memory leaksRaghavendra Bhat2012-12-041-0/+2
* write-behind: use uint64_t for overlap comparisonAnand Avati2012-10-131-4/+4
* performance/write-behind: use try lock while taking statedumpsRaghavendra Bhat2012-10-111-2/+9
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+3
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* write-behind: implement causal ordering and other cleanupAnand Avati2012-10-011-2418/+1068
* performance/write-behind: avoid deadlock while taking the statedump of fdsRaghavendra Bhat2012-08-191-6/+24
* performance/write-behind: store the wb_inode in local before windingRaghavendra Bhat2012-08-111-1/+3
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-1/+1
* performance/write-behind: maintain a per-inode request queue instead of maint...Raghavendra G2012-08-022-596/+769
* performance/write-behind: detect short writes and pend an EIO errorBrian Foster2012-07-251-1/+15
* performance/write-behind: preserve lk-owner while syncing writes.Raghavendra G2012-07-251-66/+143
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-5/+2
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-102-29/+11
* performance/write-behind: queue setattr fop with writes always.v3.3.0qa32Raghavendra G2012-03-271-8/+1
* core: adding extra data for fopsAmar Tumballi2012-03-221-98/+109
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-212-17/+20
* Honor O_SYNC etc. properly.Jeff Darcy2012-02-211-2/+28
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-0/+1
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-8/+10
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-55/+58
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-4/+4
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-58/+28
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-3/+0
* option validation: further fixesAnand Avati2011-08-191-1/+1
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-181-181/+21
* Change Copyright current yearPranith Kumar K2011-08-102-2/+2
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-062-6/+6
* write-behind: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-4/+43
* performance-translators: print path to file while dumping fdctx.Raghavendra G2011-06-141-0/+9
* 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