summaryrefslogtreecommitdiffstats
path: root/xlators/features/upcall/src/upcall.c
Commit message (Expand)AuthorAgeFilesLines
* lcov: improve line coverageAmar Tumballi2019-06-031-73/+35
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-3/+17
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-7/+7
* Land part 2 of clang-format changesGluster Ant2018-09-121-1651/+1554
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-5/+5
* md-cache: Do not invalidate cache post set/remove xattrPoornima G2018-07-111-9/+4
* upcall: Fix coverity issues NEGATIVE_RETURNSPoornima G2018-03-051-2/+2
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-271-2/+16
* Revert "glusterfsd: Memleak in glusterfsd process while brick mux is on"Mohit Agrawal2018-02-191-10/+2
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-151-2/+10
* Upcall: Add new GD2 fields to upcall xlator optionsSoumya Koduri2017-11-171-2/+8
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* gfapi: Duplicate the buffer sent in setxattr callsPoornima G2017-08-071-2/+2
* upcall: Update the access time in missing casesPoornima G2017-06-091-17/+51
* upcall: correct the cleanup path in init() when GF_CALLOC() failsNiels de Vos2017-04-101-9/+10
* marker: Fix inode value in loc, in setxattr fopPoornima G2017-02-201-0/+4
* upcall: Resolve dict leak from up_(f)removexattr in upcall code pathMohit Agrawal2017-01-161-22/+14
* md-cache, afr: Reduce the window of stale readPoornima G2016-10-201-111/+219
* upcall: Mark the clients as accessed on readdirp entriesPoornima G2016-08-311-1/+42
* md-cache: Register the list of xattrs with cache-invalidationPoornima G2016-08-301-5/+112
* features/upcall: segment fault while join thread reaper_thr in fini()Ryan Ding2016-08-291-4/+5
* upcall: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-251-1/+0
* md-cache/upcall: In case of mode bit change invalidate xattrPoornima G2016-08-041-0/+9
* dict: Don't expose get_new_dict/dict_destroyPranith Kumar K2016-07-251-7/+8
* upcall: Invalidation for xattr should also carry a valid statPoornima G2016-07-051-40/+79
* upcall: pass dict with xattrs on xattr invalidationPoornima G2016-05-191-67/+121
* upcall: Add support to invalidate xattrsNiels de Vos2016-05-111-7/+339
* Upcall/cache-invalidation: Use parent stbuf while updating parent entrySoumya Koduri2016-02-161-4/+4
* upcall: add seek() FOPNiels de Vos2016-02-041-0/+57
* Upcall: Read gfid from iatt in case of invalid inodeSoumya Koduri2015-12-011-4/+4
* BZ 789278: Coverity bug fixes for logically dead codeAkhil Bhansali2015-09-151-29/+0
* Revert "Upcall/gfapi: Return ENOTSUP when upcall feature is disabled"Niels de Vos2015-06-281-49/+0
* Upcall/gfapi: Return ENOTSUP when upcall feature is disabledSoumya Koduri2015-06-271-0/+49
* Upcall: Fix an issue with invalidating parent entriesSoumya Koduri2015-06-261-8/+8
* Upcall/cache-invalidation: Ignore fops with frame->root->client not setSoumya Koduri2015-06-091-1/+3
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* Upcall: Send stat as part of cache_invalidation notificationsSoumya Koduri2015-05-051-81/+72
* Upcall: Cleanup expired client entriesSoumya Koduri2015-05-041-0/+40
* Upcall: Handle missing fops in the upcall xlatorSoumya Koduri2015-05-031-105/+943
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-04-301-5/+7
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-1/+1
* Upcall: Added xlator options to enable cache-invalidationSoumya Koduri2015-03-311-25/+63
* Upcall: New xlator to store various states and send cbk eventsSoumya Koduri2015-03-171-0/+956