summaryrefslogtreecommitdiffstats
path: root/xlators/performance/md-cache/src/md-cache.c
Commit message (Expand)AuthorAgeFilesLines
* md-cache: Adapt integer data types to avoid integer overflowDavid Spisla2019-02-201-3/+3
* 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
* performance/md-cache: Fix a crash when statfs caching is enabledVijay Bellur2019-01-111-2/+2
* New xlator option to control enable/disable of xlators in Gd2Aravinda VK2018-12-071-0/+8
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-13/+13
* 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-051-1/+1
* 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
* mdcache: Fix asan reported potential heap buffer overflowShyamsundarR2018-09-281-0/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-2694/+2567
* xlators: add classification flag to someAmar Tumballi2018-09-041-0/+1
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* multiple xlators: move from strlen() to sizeof()Yaniv Kaul2018-08-311-1/+1
* performance/md-cache: Use bitwise AND instead of logical ANDVijay Bellur2018-08-161-1/+1
* performance/md-cache: update cache only from fops issued after previous inval...Raghavendra G2018-08-021-98/+238
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* 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/md-cache: purge cache on ENOENT/ESTALE errorsRaghavendra G2018-04-251-87/+438
* xlators/performance: Add pass-through optionVarsha Rao2018-04-111-5/+24
* md-cache: Provide statistics to the monitorPoornima G2018-03-241-9/+57
* md-cache: Fix coverity issue FORWARD_NULLPoornima G2018-03-021-3/+4
* md-cache: Modify options to be gd2 compatiblePoornima G2018-02-261-2/+28
* core: add some examples of site.h usageJeff Darcy2018-01-301-1/+1
* md-cache: Implement dynamic configuration of xattr list for cachingPoornima G2018-01-221-275/+158
* md-cache: Serve nameless lookup from cachePoornima G2018-01-181-10/+8
* md-cache: Cache statfs callsShreyas Siravara2017-12-121-0/+129
* libglusterfs/atomic: Improved atomic supportXavier Hernandez2017-11-141-8/+8
* md-cache: Add additional samba and macOS specific EAs to mdcacheGünther Deschner2017-10-301-6/+60
* md-cache: free "struct mdc_conf" in fini()Niels de Vos2017-10-131-1/+1
* md-cache: avoid checking the xattr value buffer with string functions.Günther Deschner2017-08-011-1/+1
* md-cache: Use correct xattr keynames for virtual glusterfs ACLs.Günther Deschner2017-07-291-2/+8
* md-cache: Fix the dump of stat inode in .meta and statedumpPoornima G2017-06-121-8/+8
* libglusterfs: provide standardized atomic operationsNiels de Vos2017-04-051-48/+54
* build: miscellaneous spelling fixesPatrick Matthäi2017-04-021-1/+1
* md-cache: initialize mdc_counter.lockVitaly Lipatov2017-02-031-0/+1
* md-cache: Cache security.ima xattrsPoornima G2017-01-201-2/+79
* gluster: Typos in logs and commentsN Balachandran2017-01-191-4/+4
* md-cache: Cache updated as a part of invalidate should not update timePoornima G2017-01-081-14/+25
* ec: Invalidations in disperse volume should not update the statPoornima G2017-01-051-2/+2
* dht/md-cache: Filter invalidate if the file is made a linkto filePoornima G2016-12-021-0/+51
* afr,dht,ec: Replace GF_EVENT_CHILD_MODIFIED with event SOME_DESCENDENT_DOWN/UPPoornima G2016-11-211-6/+2