summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read
Commit message (Expand)AuthorAgeFilesLines
* quick-read: Provide statistics to the monitorPoornima G2018-03-282-26/+89
* quick-read: Fix coverity issue CHECKED_RETURNPoornima G2018-03-051-2/+3
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-112/+20
* quick-read: Integrate quick read with upcall and increase cache timePoornima G2017-12-132-4/+123
* quick-read: Discard cache for fallocate, zerofill and discard opsSachin Prabhu2017-12-131-1/+39
* quick-read: redefine optionsPoornima G2017-11-291-0/+2
* perf/qr: Use a ref-ed data to extract contentN Balachandran2017-08-281-3/+5
* libglusterfs: stop special casing "cache-size" in size_t validationCsaba Henk2017-05-081-1/+2
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-1/+2
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2015-11-011-1/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-241-1/+1
* performance translators : porting the missing gf_log to gf_msgHari Gowtham2015-08-312-3/+13
* feature/performace: Fix broken buildKotresh HR2015-06-281-1/+1
* features/bit-rot-stub: deny access to bad objectsRaghavendra Bhat2015-06-271-0/+5
* Logging: Porting the performance translatorarao2015-06-272-17/+143
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* quick-read: Do a null check before unrefRavishankar N2015-04-171-2/+4
* Performance: Replace ASSERTS in xlator fini() with info messages, for the kno...Poornima G2015-03-101-1/+7
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2014-11-251-8/+3
* build: MacOSX Porting fixesHarshavardhana2014-04-241-3/+3
* performance/quick-read: Allocated memory not freed when not used.Christopher R. Hertel2014-02-081-2/+3
* quick-read: Remove unref of a freed iobuf.Poornima2014-02-071-1/+0
* Fix for 'use after free' errors reported by coverity.Poornima2014-02-051-0/+1
* xlator: NULL terminate volume_options structSantosh Kumar Pradhan2013-05-221-0/+1
* quick-read: prune cache on write/[f]truncateAnand Avati2013-05-201-0/+43
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* quick-read: various fixesAnand Avati2013-01-291-1/+12
* quick-read: refactorAnand Avati2013-01-283-3340/+413
* 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
* performance/quick-read: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-021-3/+16
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-12/+4
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-4/+3
* io-cache,quick-read: bring down log levelAnand Avati2012-06-071-2/+3
* performance/quick-read: fix race-conditions in qr_unlink.Raghavendra G2012-05-233-46/+80
* mount/fuse: Use state->lk_lock to print lock information on EAGAIN.Mohammed Junaid2012-05-151-1/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-103-42/+15
* quick-read, md-cache: selectively cache xattr data to conserve memoryBrian Foster2012-05-081-1/+20
* performance/quick-read: disable reading from cache if unlink hasRaghavendra G2012-04-181-0/+4
* performance/quick-read: open shouldn't be worried about checkingRaghavendra G2012-04-022-73/+0
* performance/quick-read: fix build errors.Raghavendra G2012-03-282-9/+13
* performance/quick-read: make unlink aware of open-behind behaviour of quick-r...Raghavendra G2012-03-283-24/+336
* core: adding extra data for fopsAmar Tumballi2012-03-221-158/+170
* performance/quick-read: implement finiRaghavendra G2012-03-141-0/+51
* Print non-zero timestamps in statedumpv3.3.0qa27Vijay Bellur2012-03-111-5/+7
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-212-39/+24