summaryrefslogtreecommitdiffstats
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-274-20/+32
* fscache: Fix fscache_cookie_put() to not deref after decDavid Howells2021-08-273-6/+8
* fscache: Fix cookie key hashingDavid Howells2021-08-273-13/+42
* fscache: Change %p in format strings to something elseDavid Howells2021-08-273-14/+11
* fscache: Remove the object list procfileDavid Howells2021-08-277-440/+0
* fscache, cachefiles: Remove the histogram stuffDavid Howells2021-08-278-156/+0
* fscache: Procfile to display cookiesDavid Howells2021-08-273-0/+111
* fscache: Add a cookie debug ID and use that in tracesDavid Howells2021-08-273-16/+28
* fscache: Select netfs stats if fscache stats are enabledDavid Howells2021-08-251-0/+1
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-236-1/+124
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+1
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
* | docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-052-5/+5
* | docs: filesystems: caching/operations.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-1/+1
* | docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-1/+1
* | docs: filesystems: convert caching/fscache.txt to ReST formatMauro Carvalho Chehab2020-05-051-4/+4
* | docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-7/+8
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-1/+1
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3010-50/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-243-15/+3
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* fscache: fix race between enablement and dropping of objectNeilBrown2018-11-301-0/+3
* 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-183-23/+5
* fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-07-253-4/+6
* fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-07-251-2/+4
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-19/+4
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-19/+5
* fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-112-2/+2
* fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-063-117/+265
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-064-13/+21
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-048-89/+140
* fscache: Add more tracepointsDavid Howells2018-04-044-7/+76
* fscache: Add tracepointsDavid Howells2018-04-045-39/+63
* fscache: Fix hanging wait on page discarded by writebackDavid Howells2018-04-041-4/+9
* fscache: Detect multiple relinquishment of a cookieDavid Howells2018-04-041-1/+2
* fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells2018-04-041-6/+9
* fscache, cachefiles: Fix checker warningsDavid Howells2018-04-041-1/+0
* sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-201-3/+4
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-163-12/+1
|\
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-133-12/+1
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+7
* fscache: fix fscache_objlist_show format processingArnd Bergmann2017-09-131-1/+2
* mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-1/+1
* mm: make pagevec_lookup() update indexJan Kara2017-09-061-3/+2