summaryrefslogtreecommitdiff
path: root/fs/fscache
AgeCommit message (Expand)Author
2021-10-04fscache: Remove an unused static variableDavid Howells
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1David Howells
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decDavid Howells
2021-08-27fscache: Fix cookie key hashingDavid Howells
2021-08-27fscache: Change %p in format strings to something elseDavid Howells
2021-08-27fscache: Remove the object list procfileDavid Howells
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells
2021-08-27fscache: Procfile to display cookiesDavid Howells
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells
2021-08-25fscache: Select netfs stats if fscache stats are enabledDavid Howells
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/operations.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: convert caching/fscache.txt to ReST formatMauro Carvalho Chehab
2020-05-05docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
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: Fix hanging wait on page discarded by writebackDavid Howells
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12FS-Cache: fix dereference of NULL user_key_payloadEric Biggers
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann