summaryrefslogtreecommitdiff
path: root/fs/fscache
AgeCommit message (Expand)Author
2022-01-21fscache: Fix the volume collision wait conditionDavid Howells
2022-01-11fscache: Add a tracepoint for cookie use/unuseDavid Howells
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells
2022-01-07fscache: Provide a function to resize a cookieDavid Howells
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells
2022-01-07fscache: Count data storage objects in a cacheDavid Howells
2022-01-07fscache: Provide a means to begin an operationDavid Howells
2022-01-07fscache: Implement cookie invalidationDavid Howells
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells
2022-01-07fscache: Implement simple cookie state machineDavid Howells
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells
2022-01-07fscache: Implement cookie-level access helpersDavid Howells
2022-01-07fscache: Implement volume-level access helpersDavid Howells
2022-01-07fscache: Implement cache-level access helpersDavid Howells
2022-01-07fscache: Implement cookie registrationDavid Howells
2022-01-07fscache: Implement volume registrationDavid Howells
2022-01-07fscache: Implement cache registrationDavid Howells
2022-01-07fscache: Implement a hash functionDavid Howells
2022-01-07fscache: Introduce new driverDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2022-01-07fscache, cachefiles: Disable configurationDavid Howells
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