summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch/src/stat-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* md-cache: replace stat-prefetch with md-cache in a backward compatible wayAnand Avati2012-02-201-4268/+0
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-4/+4
* performanc/stat-prefetch: check if loc->gfid is present before checking loc->...Raghavendra Bhat2012-02-021-5/+10
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-4/+10
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-4/+2
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-92/+56
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-32/+12
* performance/stat-prefetch: fix memory leakRaghavendra G2011-08-231-1/+8
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* performance/stat-prefetch: dump cache and list of ops waiting for lookup comp...Raghavendra G2011-06-141-0/+178
* performance/stat-prefetch: return ESTALE if inode's gfid is not the same as c...Raghavendra G2011-05-311-0/+9
* stat-prefetch: fix dirname(3) usageAnand Avati2011-05-301-2/+8
* remove excessive logs due to log enhancementAmar Tumballi2011-04-131-1/+2
* performance/stat-prefetch: logging enhancementsAmar Tumballi2011-03-171-417/+813
* performance/stat-prefetch: whitespace related changes to adhere to coding gui...Raghavendra G2011-03-171-177/+162
* 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
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-081-1/+2
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* 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-021-1/+78
* performance/stat-prefetch: while removing an entry from cache, remove it from...Raghavendra G2010-08-281-141/+108
* 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
* 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-231-32/+52
* fop namespace cleanup.Amar Tumballi2010-03-311-134/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-161-28/+28
* performance/stat-prefetch: remove the usage of THIS.Raghavendra G2009-12-061-1/+2
* 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