aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c
AgeCommit message (Expand)Author
2018-11-10fscache: Fix out of bound read in long cookie keysEric Sandeen
2018-11-10fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04fscache: Add more tracepointsDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra
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