summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* Multiple xlators: perform gettimeofday() not under lockYaniv Kaul2018-10-163-4/+20
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-122-12/+15
* performance/nl-cache: clang fixIraj Jamali2018-10-121-1/+3
* performance/write-behind: NULL pointer passed to a nonnull parameterShwetha Acharya2018-10-111-0/+6
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-103-9/+9
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-082-9/+44
* mdcache: Fix asan reported potential heap buffer overflowShyamsundarR2018-09-281-0/+1
* glusterd: Update op-version from 4.2 to 5.0ShyamsundarR2018-09-131-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-1215-15373/+14685
* Land clang-format changesGluster Ant2018-09-1228-721/+637
* performance/write-behind: remove the request from wip queue in wb_fulfill_req...Raghavendra G2018-09-111-0/+1
* xlators: add classification flag to someAmar Tumballi2018-09-043-0/+3
* IO cache : fix coverity issue in page.cSunny Kumar2018-09-041-3/+3
* Multiple files: calloc -> mallocYaniv Kaul2018-09-043-2/+3
* multiple xlators: move from strlen() to sizeof()Yaniv Kaul2018-08-312-3/+3
* IO cache : fix coverity issues in io-cache.cSunny Kumar2018-08-301-3/+8
* performance/write-behind: fix fulfill and readdirp raceRaghavendra G2018-08-231-33/+136
* Revert "performance/write-behind: better invalidation in readdirp"Raghavendra G2018-08-211-28/+23
* write-behind: coverity fixesBhumika Goyal2018-08-201-3/+7
* performance/readdir-ahead: keep stats of cached dentries in sync with modific...Krutika Dhananjay2018-08-183-20/+606
* performance/md-cache: Use bitwise AND instead of logical ANDVijay Bellur2018-08-161-1/+1
* performance/quick-read: handle rollover of generation counterRaghavendra G2018-08-132-36/+108
* performance/quick-read: don't update with stale data after invalidationRaghavendra G2018-08-042-44/+233
* Revert "performance/readdir-ahead: Invalidate cached dentries if they're modi...Raghavendra G2018-08-033-597/+19
* performance/ob: stringent synchronization between rename/unlink and openRaghavendra G2018-08-032-67/+330
* 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