aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells1-3/+2
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells1-1/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-4/+3
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-49/+137
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells1-2/+5
2013-09-10fscache: check consistency does not decrement refcountMilosz Tanski1-1/+2
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells1-0/+71
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells1-54/+26
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-5/+4
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-4/+4
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