summaryrefslogtreecommitdiff
path: root/fs/fscache
AgeCommit message (Expand)AuthorFilesLines
2022-01-07fscache: Provide a function to resize a cookieDavid Howells3-2/+35
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells1-0/+38
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells1-0/+104
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells1-0/+9
2022-01-07fscache: Count data storage objects in a cacheDavid Howells1-0/+2
2022-01-07fscache: Provide a means to begin an operationDavid Howells3-0/+163
2022-01-07fscache: Implement cookie invalidationDavid Howells3-1/+94
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells3-1/+234
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-42/+271
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+20
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-3/+86
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+70
2022-01-07fscache: Implement cookie-level access helpersDavid Howells3-0/+102
2022-01-07fscache: Implement volume-level access helpersDavid Howells3-0/+88
2022-01-07fscache: Implement cache-level access helpersDavid Howells3-0/+66
2022-01-07fscache: Implement cookie registrationDavid Howells6-1/+564
2022-01-07fscache: Implement volume registrationDavid Howells5-1/+372
2022-01-07fscache: Implement cache registrationDavid Howells4-0/+312
2022-01-07fscache: Implement a hash functionDavid Howells2-0/+42
2022-01-07fscache: Introduce new driverDavid Howells6-0/+363
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells14-5879/+0
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-0/+3
2021-10-05fscache: Remove an unused static variableDavid Howells1-1/+0
2021-10-05fscache: 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-04Merge 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-11Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-09Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-06-28keys: 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