aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04fscache: Remove an unused static variableDavid Howells1-1/+0
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1David Howells2-0/+4
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells4-20/+32
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decDavid Howells3-6/+8
2021-08-27fscache: Fix cookie key hashingDavid Howells3-13/+42
2021-08-27fscache: Change %p in format strings to something elseDavid Howells3-14/+11
2021-08-27fscache: Remove the object list procfileDavid Howells7-440/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells8-156/+0
2021-08-27fscache: Procfile to display cookiesDavid Howells3-0/+111
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells3-16/+28
2021-08-25fscache: Select netfs stats if fscache stats are enabledDavid Howells1-0/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells6-1/+124
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+1
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab2-5/+5
2020-05-05docs: filesystems: caching/operations.txt: convert it to ReSTMauro Carvalho Chehab1-1/+1
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab1-1/+1
2020-05-05docs: filesystems: convert caching/fscache.txt to ReST formatMauro Carvalho Chehab1-4/+4
2020-05-05docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-7/+8
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner10-50/+10
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner3-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen1-3/+7
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells3-23/+5
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri3-4/+6
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig3-19/+4
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig3-19/+5
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox2-2/+2
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells3-117/+265
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells4-13/+21
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells8-89/+140
2018-04-04fscache: Add more tracepointsDavid Howells4-7/+76
2018-04-04fscache: Add tracepointsDavid Howells5-39/+63
2018-04-04fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells1-1/+2
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells1-6/+9
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells1-1/+0
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-3/+4
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-12/+1
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells3-12/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann1-1/+2