summaryrefslogtreecommitdiffstats
path: root/xlators/performance/nl-cache/src
Commit message (Expand)AuthorAgeFilesLines
* [core] fix return of local in __nlc_inode_ctx_getRinku Kothiya2019-07-251-22/+14
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-111-1/+1
* core: Fixed typos in nl-cache and logging-guidelines.mdN Balachandran2018-12-261-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-055-9/+9
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-2/+1
* all: fix the format string exceptionsAmar Tumballi2018-11-052-4/+4
* performance/nl-cache: clang fixIraj Jamali2018-10-121-1/+3
* Land part 2 of clang-format changesGluster Ant2018-09-122-1522/+1466
* Land clang-format changesGluster Ant2018-09-123-97/+92
* xlators: add classification flag to someAmar Tumballi2018-09-041-0/+1
* multiple xlators: move from strlen() to sizeof()Yaniv Kaul2018-08-311-2/+2
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-222-5/+5
* build: Disallow unresolved symbol referencesPrashanth Pai2018-05-181-1/+1
* xlators/performance: Add pass-through optionVarsha Rao2018-04-111-0/+12
* nl-cache: Provide statistics to the monitorPoornima G2018-03-241-9/+61
* nl-cache: Fix coverity issue RESOURCE_LEAKPoornima G2018-03-061-0/+3
* nl-cache: Fix coverity issue RETURN_LOCALPoornima G2018-03-061-1/+1
* nl-cache: Change the options to be gd2 compatiblePoornima G2018-02-261-0/+6
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-16/+15
* libglusterfs/atomic: Improved atomic supportXavier Hernandez2017-11-142-12/+12
* Fix the conditionalMichael Scherer2017-09-071-1/+1
* nl-cache: Fix a possible crash and stale cachePoornima G2017-06-133-48/+141
* core: fix spelling errorsKaleb S. KEITHLEY2017-06-021-1/+1
* nl-cache: Remove null check validation for frame->local in lookup cbkRavishankar N2017-05-301-1/+2
* nl-cache: In case of nameless operations do not cachePoornima G2017-05-221-4/+7
* nl-cache: Remove the max limit for nl-cache-limit and nl-cache-timeoutPoornima G2017-05-151-2/+0
* nl-cache: free nlc_conf_t in fini()Niels de Vos2017-05-021-0/+5
* core: make the per glusterfs_ctx_t timer-wheel refcountedNiels de Vos2017-05-011-11/+7
* nl-cache: Fix the issue in refd_inode counting and prune the cachePoornima G2017-04-263-6/+13
* Implement negative lookup cachePoornima G2017-04-206-0/+2165