summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* md-cache: fix several NULL dereferencesXavi Hernandez2020-07-081-66/+129
* md-cache: avoid clearing cache when not necessaryXavi Hernandez2020-04-211-72/+93
* write-behind: fix data corruptionXavi Hernandez2020-04-201-2/+2
* open-behind: fix missing fd referenceXavi Hernandez2020-04-201-11/+16
* To fix readdir-ahead memory leakHuangShujun2020-02-111-0/+1
* Detach iot_worker to release its resourcesLiguang Li2019-11-061-0/+1
* perf/write-behind: Clear frame->local on conflict errorN Balachandran2019-10-041-0/+4
* performance/md-cache: Do not skip caching of null character xattr valuesAnoop C S2019-08-281-19/+12
* performance/readdir-ahead: fix deadlockRaghavendra Gowdappa2019-03-081-1/+2
* io-threads: Prioritize fops with NO_ROOT_SQUASH pidSusant Palai2019-03-061-1/+3
* md-cache: Adapt integer data types to avoid integer overflowDavid Spisla2019-02-251-3/+3
* performance/write-behind: fix use-after-free in readdirpRaghavendra Gowdappa2019-02-221-18/+22
* performance/write-behind: handle call-stub leaksRaghavendra Gowdappa2019-02-191-0/+8
* performance/md-cache: introduce an option to control invalidation of inodesRaghavendra Gowdappa2019-02-181-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
* New xlator option to control enable/disable of xlators in Gd2Aravinda VK2018-12-079-0/+72
* all: add xlator_api to many translatorsAmar Tumballi2018-12-067-3/+99
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0541-137/+137
* io-cache: xdata needs to be passed for readv operationsSoumya Koduri2018-12-042-2/+16
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-302-6/+1
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-284-10/+10
* coverity: Fix coverity issuesMohammed Rafi KC2018-11-261-1/+3
* md-cache: request ACLs related xattrs when mode changeKinglong Mee2018-11-121-0/+62
* md-cache: new option "cache-glusterfs-acl" for virtual glusterfs ACLsKinglong Mee2018-11-061-3/+21
* md-cache: request cached xattrs at getxattr/fgetxattrKinglong Mee2018-11-061-4/+32
* md-cache: extends xa_time when previous attributes equals cached attributesKinglong Mee2018-11-061-7/+15
* md-cache: remove xattr setting after new file createdKinglong Mee2018-11-061-3/+0
* all: fix the format string exceptionsAmar Tumballi2018-11-059-40/+38
* md-cache: removexattr must be send to glusterfsdKinglong Mee2018-11-021-6/+14
* md-cache: request cached xattrs at stat/fstatKinglong Mee2018-10-231-0/+20
* md-cache: fix dict leak of cached xattrKinglong Mee2018-10-221-0/+13
* xlators: some high severity coverity fixesBhumika Goyal2018-10-221-0/+2
* performance/write-behind: Fix NULL dereference issueVarsha Rao2018-10-221-2/+2
* Multiple xlators: perform gettimeofday() not under lockYaniv Kaul2018-10-163-4/+20
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-122-12/+15
* performance/nl-cache: clang fixIraj Jamali2018-10-121-1/+3