summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-082-1/+5
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-073-7/+74
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-054-2/+343
* mgmt/Glusterd : Reply to CLI error: graph constructionKaushik BV2010-10-051-0/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-0421-63/+63
* stat-prefetch: reduce the stat-prefetch mem-pool sizeAmar Tumballi2010-10-041-1/+1
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-022-11/+11
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-014-12/+12
* check if the table is NULL before accessing itRaghavendra Bhat2010-10-011-1/+6
* io-threads: fix NULL dereference in 'reconfigure()'Amar Tumballi2010-09-271-6/+5
* performance/quick-read: fix memory leaks.Raghavendra G2010-09-221-3/+1
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-183-0/+251
* performance/write-behind: dump contents of wb-fileRaghavendra G2010-09-161-8/+154
* performance/io-cache: fix memory leak in ioc_mknod.Raghavendra G2010-09-141-0/+7
* io-threads: return -1 in case of 'init()' failuresAmar Tumballi2010-09-131-1/+1
* performance/io-cache: Fix clang errors.Sachidananda2010-09-131-51/+37
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-043-9/+10
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-042-7/+10
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-043-12/+13
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-045-14/+14
* dump total entries cached in stat-prefetch to state-dump fileRaghavendra Bhat2010-09-022-1/+79
* changes to client to make use of the rdma functionality.Raghavendra G2010-08-302-6/+4
* performance/stat-prefetch: while removing an entry from cache, remove it from...Raghavendra G2010-08-282-141/+109
* 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