summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* 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
* performance/write-behind: NULL pointer passed to a nonnull parameterShwetha Acharya2018-10-111-0/+6
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-103-9/+9
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-082-9/+44
* mdcache: Fix asan reported potential heap buffer overflowShyamsundarR2018-09-281-0/+1
* glusterd: Update op-version from 4.2 to 5.0ShyamsundarR2018-09-131-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-1215-15373/+14685
* Land clang-format changesGluster Ant2018-09-1228-721/+637
* performance/write-behind: remove the request from wip queue in wb_fulfill_req...Raghavendra G2018-09-111-0/+1
* xlators: add classification flag to someAmar Tumballi2018-09-043-0/+3
* IO cache : fix coverity issue in page.cSunny Kumar2018-09-041-3/+3
* Multiple files: calloc -> mallocYaniv Kaul2018-09-043-2/+3
* multiple xlators: move from strlen() to sizeof()Yaniv Kaul2018-08-312-3/+3
* IO cache : fix coverity issues in io-cache.cSunny Kumar2018-08-301-3/+8
* performance/write-behind: fix fulfill and readdirp raceRaghavendra G2018-08-231-33/+136
* Revert "performance/write-behind: better invalidation in readdirp"Raghavendra G2018-08-211-28/+23
* write-behind: coverity fixesBhumika Goyal2018-08-201-3/+7
* performance/readdir-ahead: keep stats of cached dentries in sync with modific...Krutika Dhananjay2018-08-183-20/+606
* performance/md-cache: Use bitwise AND instead of logical ANDVijay Bellur2018-08-161-1/+1
* performance/quick-read: handle rollover of generation counterRaghavendra G2018-08-132-36/+108
* performance/quick-read: don't update with stale data after invalidationRaghavendra G2018-08-042-44/+233
* Revert "performance/readdir-ahead: Invalidate cached dentries if they're modi...Raghavendra G2018-08-033-597/+19
* performance/ob: stringent synchronization between rename/unlink and openRaghavendra G2018-08-032-67/+330
* performance/open-behind: don't use anonymous fds for reads by defaultRaghavendra G2018-08-021-1/+1
* performance/md-cache: update cache only from fops issued after previous inval...Raghavendra G2018-08-021-98/+238
* performance/write-behind: synchronize rename with cached writes on srcRaghavendra G2018-08-021-0/+40
* performance/write-behind: better invalidation in readdirpRaghavendra G2018-07-281-23/+28
* performance/readdir-ahead: Invalidate cached dentries if they're modified whi...Krutika Dhananjay2018-07-283-19/+597
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-224-10/+10
* performance/read-ahead: stricter adherence to force-atime-updateRaghavendra G2018-07-191-12/+18
* md-cache: Do not invalidate cache post set/remove xattrPoornima G2018-07-111-4/+52
* performance/md-cache: Fix issue on lock being used before init.Zhang Huan2018-06-271-1/+2
* performance/quick-read: provide an invalidation based on ctimeRaghavendra G2018-06-182-1/+49