aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/page.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells1-57/+55
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-2/+77
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells1-2/+5
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells1-17/+35
2009-11-19FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells1-7/+48
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells1-6/+23
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-0/+6
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells1-5/+22
2009-04-03FS-Cache: Implement data I/O part of netfs APIDavid Howells1-0/+816