summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* 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-208-1/+2169
* dht: The xattrs sent in readdirp should be sent in opendir aswellPoornima G2017-04-062-33/+16
* libglusterfs: provide standardized atomic operationsNiels de Vos2017-04-051-48/+54
* reddir-ahead: Fix EOD propagation problemPoornima G2017-04-051-0/+8
* build: miscellaneous spelling fixesPatrick Matthäi2017-04-021-1/+1
* performance/write-behind: Honor the client pid setKotresh HR2017-03-101-0/+3
* events: use attribute(format(/printf)) to catch fmt string errorsKaleb S. KEITHLEY2017-02-261-1/+1
* glusterd, readdir-ahead: Fix backward incompatibilityPoornima G2017-02-181-1/+1
* readdir-ahead: Remove unnecessary loggingPoornima G2017-02-171-6/+0
* performance/decompounder: Have terminal value in options[]Pranith Kumar K2017-02-161-0/+1
* md-cache: initialize mdc_counter.lockVitaly Lipatov2017-02-031-0/+1
* performance/write-behind: access stub only if available duringRaghavendra G2017-02-021-12/+12
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-011-1/+1
* performance/write-behind: do __wb_request_unref within locksRaghavendra G2017-01-261-3/+2
* Readdir-ahead : Honor readdir-optimise option of dhtPoornima G2017-01-243-1/+20
* md-cache: Cache security.ima xattrsPoornima G2017-01-201-2/+79
* gluster: Typos in logs and commentsN Balachandran2017-01-191-4/+4
* readdir-ahead : Perform STACK_UNWIND outside of mutex locksPoornima G2017-01-091-48/+67
* md-cache: Cache updated as a part of invalidate should not update timePoornima G2017-01-081-14/+25
* performance/write-behind: Add debug messagesRaghavendra G2017-01-081-17/+168
* ec: Invalidations in disperse volume should not update the statPoornima G2017-01-051-2/+2
* readdir-ahead: Enhance EOD detection logicPoornima G2017-01-051-1/+1
* performance/readdir-ahead: limit cache sizeRaghavendra G2016-12-222-35/+85
* performance/write-behind: Add more fops for checking dependency withRaghavendra G2016-12-121-0/+317
* dht/md-cache: Filter invalidate if the file is made a linkto filePoornima G2016-12-021-0/+51
* io-cache: Fix a read hangPoornima G2016-11-231-6/+6
* performance/io-threads: Exit threads in fini() as wellPranith Kumar K2016-11-212-11/+32
* afr,dht,ec: Replace GF_EVENT_CHILD_MODIFIED with event SOME_DESCENDENT_DOWN/UPPoornima G2016-11-211-6/+2
* performance/open-behind: Avoid deadlock in statedumpPranith Kumar K2016-11-091-1/+4
* performance/write-behind: fix flush stuck by former failed writesRyan Ding2016-11-011-0/+4
* md-cache: Invalidate cache entry for open() with O_TRUNCSoumya Koduri2016-10-261-0/+48
* performance/io-threads: Exit all threads on PARENT_DOWNPranith Kumar K2016-10-232-17/+40
* performance/write-behind: remove the request from liability queue inRaghavendra G2016-10-161-2/+13
* performance/open-behind: Pass O_DIRECT flags for anon fd reads when requiredKrutika Dhananjay2016-09-222-39/+28
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-1811-11/+24
* xlators/md-cache: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-131-3/+1
* xlators/decompounder: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-131-2/+0
* compound fops: Some fixes to compound fops frameworkAnuradha Talur2016-08-302-90/+90
* 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-303-6/+170
* 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-152-9/+51
* md-cache/upcall: In case of mode bit change invalidate xattrPoornima G2016-08-041-1/+4
* io-threads: distribute work fairly among clientsJeff Darcy2016-07-283-13/+107