summaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: Fix out of bound read in long cookie keysEric Sandeen2018-10-181-3/+7
* fscache: Fix incomplete initialisation of inline key spaceDavid Howells2018-10-181-19/+4
* fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-07-251-3/+4
* fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-111-1/+1
* fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-061-56/+238
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-9/+9
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-19/+69
* fscache: Add more tracepointsDavid Howells2018-04-041-1/+2
* fscache: Add tracepointsDavid Howells2018-04-041-17/+29
* fscache: Detect multiple relinquishment of a cookieDavid Howells2018-04-041-1/+2
* sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-201-3/+4
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-1/+1
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-311-0/+5
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-3/+2
* FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-021-1/+2
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-4/+3
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-041-1/+1
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-49/+137
* FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells2013-09-271-2/+5
* fscache: check consistency does not decrement refcountMilosz Tanski2013-09-101-1/+2
* FS-Cache: Add interface to check consistency of a cached objectDavid Howells2013-09-061-0/+71
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-54/+26
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-5/+4
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-191-4/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+4
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+60
* FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-201-4/+14
* FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells2012-12-201-0/+8
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-191-0/+2
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+1
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-191-1/+3
* FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells2009-11-191-4/+4
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-1/+8
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+2
* FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-031-0/+444
* FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-031-0/+56