summaryrefslogtreecommitdiff
path: root/fs/fscache/cookie.c
AgeCommit message (Expand)Author
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-01-31fscache: Clear outstanding writes when disabling a cookieDavid Howells
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells
2013-09-10fscache: check consistency does not decrement refcountMilosz Tanski
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells
2012-12-20FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells
2009-11-19FS-Cache: Add a retirement stat counterDavid Howells
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells
2009-11-19FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIDavid Howells
2009-04-03FS-Cache: Provide a slab for cookie allocationDavid Howells