summaryrefslogtreecommitdiffstats
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* 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
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
* fscache: Fix dead object requeueDavid Howells2017-01-311-2/+24
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-312-0/+11
* FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-01-311-0/+1
* Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-301-0/+2
|\
| * FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
* | drop redundant ->owner initializationsAl Viro2016-05-293-3/+0
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2015-11-111-1/+1