aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+4
2012-12-20FS-Cache: Provide proper invalidationDavid Howells1-0/+60
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells1-4/+14
2012-12-20FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells1-0/+8
2009-11-19FS-Cache: Add a retirement stat counterDavid Howells1-0/+2
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells1-0/+1
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells1-1/+3
2009-11-19FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells1-4/+4
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells1-1/+8
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-0/+2
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIDavid Howells1-0/+444
2009-04-03FS-Cache: Provide a slab for cookie allocationDavid Howells1-0/+56