aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-191-0/+2
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+1
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-191-1/+3
* FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells2009-11-191-4/+4
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-1/+8
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+2
* FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-031-0/+444
* FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-031-0/+56