summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
...
* performance/open-behind: don't use anonymous fds for reads by defaultRaghavendra G2018-08-021-1/+1
* performance/md-cache: update cache only from fops issued after previous inval...Raghavendra G2018-08-021-98/+238
* performance/write-behind: synchronize rename with cached writes on srcRaghavendra G2018-08-021-0/+40
* performance/write-behind: better invalidation in readdirpRaghavendra G2018-07-281-23/+28
* performance/readdir-ahead: Invalidate cached dentries if they're modified whi...Krutika Dhananjay2018-07-283-19/+597
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-224-10/+10
* performance/read-ahead: stricter adherence to force-atime-updateRaghavendra G2018-07-191-12/+18
* 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/quick-read: provide an invalidation based on ctimeRaghavendra G2018-06-182-1/+49
* performance/io-cache: fix a missing unlockVijay Bellur2018-05-311-1/+1
* performance/open-behind: open pending fds before permission changeRaghavendra G2018-05-291-1/+60
* performance/read-ahead: throwaway read-ahead cache of all fds on writes on an...Raghavendra G2018-05-291-28/+32
* Revert "performance/write-behind: fix flush stuck by former failed writes"Raghavendra G2018-05-291-7/+2
* performance/quick-read: Use generation numbers to avoid updating the cache wi...Raghavendra G2018-05-282-27/+51
* build: Disallow unresolved symbol referencesPrashanth Pai2018-05-181-1/+1
* readdir-ahead: Fix an issue with parallel-readdir and readdir-optimizePoornima G2018-05-171-1/+1
* performance/md-cache: purge cache on ENOENT/ESTALE errorsRaghavendra G2018-04-251-87/+438
* gluster: Sometimes Brick process is crashed at the time of stopping brickMohit Agrawal2018-04-191-1/+1
* xlators/performance: Add pass-through optionVarsha Rao2018-04-118-9/+103
* quick-read: Provide statistics to the monitorPoornima G2018-03-282-26/+89
* nl-cache: Provide statistics to the monitorPoornima G2018-03-241-9/+61
* md-cache: Provide statistics to the monitorPoornima G2018-03-241-9/+57
* nl-cache: Fix coverity issue RESOURCE_LEAKPoornima G2018-03-061-0/+3
* nl-cache: Fix coverity issue RETURN_LOCALPoornima G2018-03-061-1/+1
* quick-read: Fix coverity issue CHECKED_RETURNPoornima G2018-03-051-2/+3
* io-cache: Fix coverity issue NEGATIVE_RETURNSPoornima G2018-03-051-1/+1
* md-cache: Fix coverity issue FORWARD_NULLPoornima G2018-03-021-3/+4
* perfomance/io-threads: Add option to disable client disconnect featureVarsha Rao2018-02-282-1/+24
* io-cache: Fix coverity issuePoornima G2018-02-271-4/+2
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-272-3/+10
* performance/io-threads: nuke everything from a client when it disconnectsVarsha Rao2018-02-271-2/+37
* write-behind: Make aggregate size configurablePoornima G2018-02-261-5/+21
* md-cache: Modify options to be gd2 compatiblePoornima G2018-02-261-2/+28
* nl-cache: Change the options to be gd2 compatiblePoornima G2018-02-261-0/+6
* performance/io-threads: Add threads to priority based stagnant queuesVarsha Rao2018-02-222-5/+200
* xlators/features/namespace: Add namespace xlator and link into brick graphVarsha Rao2018-02-211-47/+11
* Revert "glusterfsd: Memleak in glusterfsd process while brick mux is on"Mohit Agrawal2018-02-192-8/+2
* build: add --without-server optionNiels de Vos2018-02-191-0/+2
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-152-2/+8
* io-threads: Implement put fopPoornima G2018-02-121-0/+13
* performance/io-threads: expose io-thread queue depthsVarsha Rao2018-02-082-45/+70
* core: add some examples of site.h usageJeff Darcy2018-01-302-2/+2
* performance/read-ahead: volume option fixes for GD2Csaba Henk2018-01-221-0/+7
* performance/write-behind: volume option fixes for GD2Csaba Henk2018-01-221-0/+18
* md-cache: Implement dynamic configuration of xattr list for cachingPoornima G2018-01-221-275/+158
* readdir-ahead: Cleanup the xattr request codePoornima G2018-01-191-40/+2
* md-cache: Serve nameless lookup from cachePoornima G2018-01-181-10/+8
* readdir-ahead: Add parallel-readdir option in readdir-aheadPoornima G2018-01-182-0/+16