summaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski2022-12-071-0/+8
* fscache: add tracepoint when failing cookieJeff Layton2022-08-091-0/+2
* fscache: don't leak cookie access refs if invalidation is in progress or failedJeff Layton2022-08-091-2/+5
* fscache: Fix invalidation/lookup raceDavid Howells2022-07-051-1/+14
* fscache: Introduce fscache_cookie_is_dropped()Yue Hu2022-07-051-3/+8
* fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FSYue Hu2022-04-081-1/+3
* fscache: Add a tracepoint for cookie use/unuseDavid Howells2022-01-111-4/+25
* fscache: Implement cookie invalidationDavid Howells2022-01-071-1/+87
* fscache: Implement cookie user counting and resource pinningDavid Howells2022-01-071-1/+217
* fscache: Implement simple cookie state machineDavid Howells2022-01-071-42/+271
* fscache: Implement cookie-level access helpersDavid Howells2022-01-071-0/+98
* fscache: Implement cookie registrationDavid Howells2022-01-071-0/+497
* fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-071-1071/+0
* fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-271-10/+21
* fscache: Fix fscache_cookie_put() to not deref after decDavid Howells2021-08-271-4/+6
* fscache: Fix cookie key hashingDavid Howells2021-08-271-13/+1
* fscache: Change %p in format strings to something elseDavid Howells2021-08-271-9/+7
* fscache: Remove the object list procfileDavid Howells2021-08-271-2/+0
* fscache: Procfile to display cookiesDavid Howells2021-08-271-0/+103
* fscache: Add a cookie debug ID and use that in tracesDavid Howells2021-08-271-9/+20
* docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 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