summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* Indicate timezone offsets in timestampsCsaba Henk2020-06-152-10/+5
* open-behind: rewrite of internal logicXavi Hernandez2020-06-042-823/+485
* md-cache: fix several NULL dereferencesXavi Hernandez2020-04-231-66/+129
* md-cache: avoid clearing cache when not necessaryXavi Hernandez2020-04-161-72/+93
* write-behind: fix data corruptionXavi Hernandez2020-04-031-2/+2
* open-behind: fix missing fd referenceXavi Hernandez2020-03-171-11/+16
* multiple: fix bad type castXavi Hernandez2020-01-103-9/+13
* xlator/performance/io-threads: structure loggingyatipadia2020-01-062-23/+33
* xlator/io-cache: structure loggingyatipadia2020-01-064-100/+112
* md-cache.c: move cache-swift-metadata to off by defaultYaniv Kaul2019-12-201-1/+1
* To fix readdir-ahead memory leakHuangShujun2019-12-101-0/+1
* performance/open-behind: seek fop should open_and_resumePranith Kumar K2019-10-111-0/+27
* performance/read-ahead: update expected offset before unwinding read responseRaghavendra G2019-10-111-2/+2
* xlators: fixes logically dead code.yatipadia2019-10-031-5/+0
* perf/write-behind: Clear frame->local on conflict errorN Balachandran2019-09-251-0/+4
* performance/md-cache: Do not skip caching of null character xattr valuesAnoop C S2019-08-201-19/+12
* [core] fix return of local in __nlc_inode_ctx_getRinku Kothiya2019-07-251-22/+14
* Detach iot_worker to release its resourcesLiguang Li2019-07-151-0/+1
* quick-read: rename cache-invalidation key to avoid redundant keysAtin Mukherjee2019-07-081-4/+5
* md-cache: only update generation for inode at upcall and NULL statKinglong Mee2019-06-191-20/+36
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-4/+0
* libglusterfs: cleanup iovec functionsXavi Hernandez2019-06-114-35/+8
* lcov: improve line coverageAmar Tumballi2019-06-031-39/+19
* performance/write-behind: remove request from wip list in wb_writev_cbkRaghavendra G2019-05-061-0/+6
* performance/decompounder: remove the translator as the feature is not used an...Amar Tumballi2019-04-297-989/+1
* io-threads.c: Potentially skip a lock.Yaniv Kaul2019-03-121-12/+13
* performance/readdir-ahead: fix deadlockRaghavendra Gowdappa2019-03-071-1/+2
* io-threads: Prioritize fops with NO_ROOT_SQUASH pidSusant Palai2019-03-051-1/+3
* md-cache: Adapt integer data types to avoid integer overflowDavid Spisla2019-02-201-3/+3
* performance/write-behind: handle call-stub leaksRaghavendra Gowdappa2019-02-191-0/+8
* performance/write-behind: fix use-after-free in readdirpRaghavendra Gowdappa2019-02-191-18/+22
* core: implement a global thread poolXavi Hernandez2019-02-181-5/+7
* md-cache.c: minor reduction of work under lock.Yaniv Kaul2019-02-181-4/+3
* performance/md-cache: change the op-version of "global-cache-invalidation"Raghavendra Gowdappa2019-02-121-1/+1
* performance/md-cache: introduce an option to control invalidation of inodesRaghavendra Gowdappa2019-02-111-10/+44
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-011-6/+1
* readdir-ahead: do not zero-out iatt in fop cbkRavishankar N2019-01-311-20/+4
* performance/readdir-ahead: Fix deadlock in readdir ahead.Mohammed Rafi KC2019-01-231-4/+14
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-113-5/+5
* performance/md-cache: Fix a crash when statfs caching is enabledVijay Bellur2019-01-111-2/+2
* performance/io-threads: Improve debuggability in statedumpVijay Bellur2019-01-071-6/+23
* multiple-files: clang-scan fixesAmar Tumballi2018-12-311-1/+1
* core: Fixed typos in nl-cache and logging-guidelines.mdN Balachandran2018-12-261-2/+2
* performance/io-cache: update pages with write dataRaghavendra Gowdappa2018-12-182-4/+90
* performance/rda: Fixed dict_t memory leakN Balachandran2018-12-141-8/+0
* clang: Fix various missing checks for empty listShyamsundarR2018-12-142-21/+18
* all: remove code which is not being considered in buildAmar Tumballi2018-12-134-417/+0
* symlink-cache: remove from the buildAmar Tumballi2018-12-131-1/+1
* write-behind/bit-rot: fix identifierrishubhjain2018-12-111-1/+1
* performance/readdir-ahead: update stats from prefetched dentriesRaghavendra Gowdappa2018-12-072-6/+93