aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/cookie.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-19FS-Cache: Add a retirement stat counterGravatar David Howells 1-0/+2
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()Gravatar David Howells 1-0/+1
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedGravatar David Howells 1-1/+3
2009-11-19FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeGravatar David Howells 1-4/+4
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsGravatar David Howells 1-1/+8
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-0/+2
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIGravatar David Howells 1-0/+444
2009-04-03FS-Cache: Provide a slab for cookie allocationGravatar David Howells 1-0/+56