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
* all: fix the format string exceptionsAmar Tumballi2018-11-091-1/+1
* mdcache: Fix asan reported potential heap buffer overflowShyamsundarR2018-10-021-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
* md-cache: Invalidate cache entry for open() with O_TRUNCSoumya Koduri2016-10-261-0/+48
* xlators/md-cache: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-131-3/+1
* md-cache: Process all the cache invalidation flagsPoornima G2016-08-301-5/+38
* dht, md-cache, upcall: Add invalidation of IATT when the layout changesPoornima G2016-08-301-5/+7
* md-cache: Register the list of xattrs with cache-invalidationPoornima G2016-08-301-5/+143
* md-cache: Fix wrong cache time update for xattrsPoornima G2016-08-271-2/+0
* md-cache: Do not use features.cache-invalidation for both md-cache and upcallPoornima G2016-08-271-2/+2
* md-cache: Add cache hit and miss countersPoornima G2016-08-271-7/+101
* md-cache: Add logging to increase debuggabilityPoornima G2016-08-151-8/+48
* md-cache/upcall: In case of mode bit change invalidate xattrPoornima G2016-08-041-1/+4
* md-cache: fix indention to silence CoverityNiels de Vos2016-07-211-2/+2
* md-cache: Add cache invalidation support to invalidate the meta data cachePoornima G2016-07-201-22/+236
* core: add a basis function to reduce verbose codeZhou Zhengping2016-07-181-16/+0
* "md-cache: Enable caching of stat fetched from readdirpPoornima G2016-07-111-4/+1