aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/page.c
Commit message (Expand)AuthorAgeFilesLines
* FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich2011-07-211-9/+5
* FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-0/+44
* fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang2011-05-251-13/+0
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-28/+8
* FS-Cache: Remove unneeded null checksDan Carpenter2010-06-011-20/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fscache: add missing unlockDan Carpenter2010-03-241-0/+1
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-57/+55
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-2/+77
* FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2009-11-191-2/+5
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-17/+35
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-191-7/+48
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-6/+23
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+6
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-191-5/+22
* FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-031-0/+816