summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/io-cache: Remove dead assignments.Sachidananda2010-08-231-5/+0
* performance/stat-prefetch: use SP_STACK_UNWIND instead of STACK_UNWIND_STRICT.Raghavendra G2010-08-211-2/+2
* xlators/performance: quick-read.c remove dead assignmentsSachidananda2010-08-171-4/+0
* log added in case of invalid options provided for the io-threads volumeKaushik BV2010-08-121-3/+10
* fuse resolve related changesAmar Tumballi2010-08-111-1/+1
* performance/io-cache: Disable caching when files are opened with GF_OPEN_NOWBRaghavendra G2010-08-062-0/+6
* Remove dead variables.Sachidananda2010-08-021-2/+1
* Remove unused variables.Sachidananda2010-08-021-18/+8
* Remove unused variablesSachidananda2010-08-021-2/+0
* Remove dead variables reported by clang.Sachidananda2010-08-021-13/+4
* Remove dead variables reported by clang.Sachidananda2010-08-021-1/+1
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-281-4/+6
* Delete dead assignments.Sachidananda2010-07-201-6/+1
* performance/symlink-cache convert STACK_UNWIND to STACK_UNWIND_STRICTshishir gowda2010-07-201-4/+4
* performance/stat-prefetch convert STACK_UNWIND TO STACK_UNWIND_STRICTshishir gowda2010-07-201-2/+2
* dump total cache used in quickread in the statedump informationRaghavendra Bhat2010-07-191-1/+4
* typo error: should check for less than instead of greater thanRaghavendra Bhat2010-07-131-1/+1
* dump total files cached in quick-read in statedump informationRaghavendra Bhat2010-07-121-0/+24
* performance/io-cache: implement mknod fop.Raghavendra G2010-07-081-1/+85
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-062-151/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-022-6/+7
* performance/write-behind: explicitly enforce ordering of overlapping writes.Raghavendra G2010-07-021-173/+279
* io-threads: initialize conf->w_attrAnand Avati2010-06-221-0/+2
* performance/io-cache: destroy table->mem_pool in fini.Raghavendra G2010-06-221-1/+8
* Revert "performance/write-behind: explicitly enforce ordering of overlapping ...Anand V. Avati2010-06-151-126/+128
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-086-5/+7
* quick-read: fix size parameter to GF_CALLOC of priv to fix mem corruptionAnand Avati2010-06-071-1/+1
* performance/quick-read: fix the size-to-be pruned.Raghavendra G2010-06-031-2/+2
* performance/quick-read: set default cache-size value to 128MB.Raghavendra G2010-06-031-1/+3
* performance/write-behind: explicitly enforce ordering of overlapping writes.Raghavendra G2010-05-261-128/+126
* performance/quick-read: implement an upper size limit for the cache.Raghavendra G2010-05-263-254/+610
* write-behind: update default values for better small file performanceAnand Avati2010-05-131-2/+2
* performance/read-ahead: don't set ra_file in fd->ctx unless all memebers of r...Raghavendra G2010-05-041-5/+15
* crash fixed in stat-prefetch.cPradeep Patil2010-05-031-1/+1
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-037-19/+0
* performance/io-cache: Dump private informationVijay Bellur2010-04-291-0/+34
* performance/quick-read: don't try to validate again if qr_readv is called jus...Raghavendra G2010-04-272-4/+13
* stat-prefetch: Remove checks for loc->parentShehjar Tikoo2010-04-231-32/+0
* Memory accounting changesVijay Bellur2010-04-2319-151/+528
* performance/quick-read: read directly from backend for fds opened with O_DIRE...Raghavendra G2010-04-082-2/+12
* performance/quick-read: make use of nanosecond resolution of mtime to decide ...Raghavendra G2010-04-081-2/+5
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-083-5/+14
* fop namespace cleanup.Amar Tumballi2010-03-311-134/+0
* performance/write-behind: Resume all the consecutive non-write operations in ...Raghavendra G2010-03-291-3/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-1614-213/+169
* quick-read: Store and propagate wbflags argument in open fopShehjar Tikoo2010-03-042-12/+22
* io-threads: more fixesAnand Avati2010-02-272-7/+14
* performance/write-behind: fix data corruption while aggregating the adjacent ...Raghavendra G2010-02-221-4/+55
* performance/write-behind: refactor __wb_collapse_write_bufsRaghavendra G2010-02-221-36/+38
* performance/io-cache: set path in local during lookup.Raghavendra G2010-02-221-0/+40