summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch
Commit message (Expand)AuthorAgeFilesLines
* performance/stat-prefetch: logging enhancementsAmar Tumballi2011-03-171-417/+813
* performance/stat-prefetch: whitespace related changes to adhere to coding gui...Raghavendra G2011-03-173-220/+204
* check the op_ret for less than zero in sp_create_cbk since posix can send neg...Raghavendra Bhat2011-02-221-1/+1
* check the value of op_ret pointer not the addressRaghavendra Bhat2011-01-071-1/+1
* stat-prefetch: changes to incorporate gfidv3.1.1qa11Anand Avati2010-11-251-1/+7
* Copyright changesVijay Bellur2010-10-111-1/+1
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-081-1/+2
* Change GNU GPL to GNU AGPLPranith K2010-10-043-9/+9
* 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-021-7/+7
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-2/+2
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+3
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+4
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+4
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* dump total entries cached in stat-prefetch to state-dump fileRaghavendra Bhat2010-09-022-1/+79
* performance/stat-prefetch: while removing an entry from cache, remove it from...Raghavendra G2010-08-282-141/+109
* performance/stat-prefetch: use SP_STACK_UNWIND instead of STACK_UNWIND_STRICT.Raghavendra G2010-08-211-2/+2
* Remove dead variables.Sachidananda2010-08-021-2/+1
* performance/stat-prefetch convert STACK_UNWIND TO STACK_UNWIND_STRICTshishir gowda2010-07-201-2/+2
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-061-98/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-2/+3
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* crash fixed in stat-prefetch.cPradeep Patil2010-05-031-1/+1
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* stat-prefetch: Remove checks for loc->parentShehjar Tikoo2010-04-231-32/+0
* Memory accounting changesVijay Bellur2010-04-233-32/+89
* fop namespace cleanup.Amar Tumballi2010-03-311-134/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-162-29/+29
* performance/stat-prefetch: remove the usage of THIS.Raghavendra G2009-12-062-1/+3
* performance/stat-prefetch: fix memory leak.Raghavendra G2009-12-061-1/+4
* performance/stat-prefetch: don't check whether previous lookups have been fai...Raghavendra G2009-12-051-9/+0
* performance/stat-prefetch: add "caller" arguement to sp_process_inode_ctx.Raghavendra G2009-12-041-21/+37
* performance/stat-prefetch: implement sp_check_and_create_inode_ctx.Raghavendra G2009-12-041-161/+122
* performance/stat-prefetch: refactor sp_lookup_cbk to use sp_update_inode_ctx.Raghavendra G2009-12-041-29/+10
* performance/stat-prefetch: dont check for inode context in fops like create, ...Raghavendra G2009-12-041-259/+262
* performance/stat-prefetch: don't access stat if lookup has been failed.Raghavendra G2009-12-031-1/+1
* performance/stat-prefetch: get inode context from local->loc.inode instead of...Raghavendra G2009-12-021-4/+9
* performance/stat-prefetch: fix access to inode table.Raghavendra G2009-12-021-13/+23
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbkAnand Avati2009-12-011-1/+5
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-011-14/+106
* performance/stat-prefetch: don't use same variable for getting inode context ...Raghavendra G2009-12-011-5/+5
* performance/stat-prefetch: fix errors in handling memory allocation failures ...Raghavendra G2009-12-011-3/+3
* performance/stat-prefetch: Changed rbthash to make use of 1 bucketVijay Bellur2009-11-262-16/+66
* Changed rbthash_table_init() to take a mem-pool argument.Vijay Bellur2009-11-261-5/+8
* performance/stat-prefetch: Add refcounting to cache objectsRaghavendra G2009-11-241-6/+88
* performance/stat-prefetch: remove lock member in sp_fd_ctx_t.Raghavendra G2009-11-242-36/+22
* performance/stat-prefetch: don't free the cache in readdir if the offset is n...Raghavendra G2009-11-241-5/+2
* performance/stat-prefetch: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-242-93/+105
* performance/stat-prefetch: don't cache dentries corresponding to directory.Raghavendra G2009-11-191-0/+4