summaryrefslogtreecommitdiffstats
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* fscache: Add a tracepoint for cookie use/unuseDavid Howells2022-01-111-4/+25
* nfs: Implement cache I/O by accessing the cache directlyDavid Howells2022-01-101-0/+8
* fscache, cachefiles: Display stat of culling eventsDavid Howells2022-01-071-2/+5
* fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-0/+8
* fscache, cachefiles: Store the volume coherency dataDavid Howells2022-01-071-2/+12
* fscache: Provide a function to resize a cookieDavid Howells2022-01-073-2/+35
* vfs, fscache: Implement pinning of cache usage for writebackDavid Howells2022-01-071-0/+38
* fscache: Implement higher-level write I/O interfaceDavid Howells2022-01-071-0/+104
* fscache: Provide read/write stat counters for the cacheDavid Howells2022-01-071-0/+9
* fscache: Count data storage objects in a cacheDavid Howells2022-01-071-0/+2
* fscache: Provide a means to begin an operationDavid Howells2022-01-073-0/+163
* fscache: Implement cookie invalidationDavid Howells2022-01-073-1/+94
* fscache: Implement cookie user counting and resource pinningDavid Howells2022-01-073-1/+234
* fscache: Implement simple cookie state machineDavid Howells2022-01-071-42/+271
* fscache: Add a function for a cache backend to note an I/O errorDavid Howells2022-01-071-0/+20
* fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells2022-01-071-3/+86
* fscache: Implement functions add/remove a cacheDavid Howells2022-01-071-0/+70
* fscache: Implement cookie-level access helpersDavid Howells2022-01-073-0/+102
* fscache: Implement volume-level access helpersDavid Howells2022-01-073-0/+88
* fscache: Implement cache-level access helpersDavid Howells2022-01-073-0/+66
* fscache: Implement cookie registrationDavid Howells2022-01-076-1/+564
* fscache: Implement volume registrationDavid Howells2022-01-075-1/+372
* fscache: Implement cache registrationDavid Howells2022-01-074-0/+312
* fscache: Implement a hash functionDavid Howells2022-01-072-0/+42
* fscache: Introduce new driverDavid Howells2022-01-076-0/+363
* fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-0714-5879/+0
* fscache, cachefiles: Disable configurationDavid Howells2022-01-071-0/+3
* fscache: Remove an unused static variableDavid Howells2021-10-041-1/+0
* fscache: Fix some kerneldoc warnings shown up by W=1David Howells2021-10-042-0/+4
* 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