summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind/src/write-behind.c
Commit message (Expand)AuthorAgeFilesLines
* write-behind: Make aggregate size configurablePoornima G2018-02-261-5/+21
* performance/write-behind: volume option fixes for GD2Csaba Henk2018-01-221-0/+18
* performance/write-behind: fix bug while handling short writesRaghavendra G2017-12-221-2/+3
* core: make gf_boolean_t a C99 bool instead of an enumJeff Darcy2017-11-031-1/+1
* performance/write-behind: Honor the client pid setKotresh HR2017-03-101-0/+3
* events: use attribute(format(/printf)) to catch fmt string errorsKaleb S. KEITHLEY2017-02-261-1/+1
* performance/write-behind: access stub only if available duringRaghavendra G2017-02-021-12/+12
* performance/write-behind: do __wb_request_unref within locksRaghavendra G2017-01-261-3/+2
* performance/write-behind: Add debug messagesRaghavendra G2017-01-081-17/+168
* performance/write-behind: Add more fops for checking dependency withRaghavendra G2016-12-121-0/+317
* performance/write-behind: fix flush stuck by former failed writesRyan Ding2016-11-011-0/+4
* performance/write-behind: remove the request from liability queue inRaghavendra G2016-10-161-2/+13
* __inode_ctx_put: fix mem leak on failurePrasanna Kumar Kalever2016-06-011-1/+6
* performance/write-behind: guaranteed retry after a short writeRaghavendra G2016-05-041-17/+70
* performance/write-behind: fix memory corruptionRaghavendra G2016-01-131-9/+45
* performance/write-behind: maintain correct transit size in case ofRaghavendra G2016-01-061-15/+9
* wb: remove inline keywordRaghavendra Talur2015-12-311-1/+1
* performance/write-behind: retry "failed syncs to backend"Raghavendra G2015-12-221-104/+376
* Logging: Porting the performance translatorarao2015-06-271-8/+18
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* build: MacOSX Porting fixesHarshavardhana2014-04-241-2/+2
* 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
* 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
* 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-021-596/+768
* 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-101-14/+5
* 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-211-16/+20