aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-11/+0
2022-03-18fscache: export fscache_end_operation()Gravatar Jeffle Xu 1-11/+0
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-13/+15
2022-01-21fscache: Fix the volume collision wait conditionGravatar David Howells 1-2/+2
2022-01-11fscache: Add a tracepoint for cookie use/unuseGravatar David Howells 1-4/+25
2022-01-10nfs: Implement cache I/O by accessing the cache directlyGravatar David Howells 1-0/+8
2022-01-07fscache, cachefiles: Display stat of culling eventsGravatar David Howells 1-2/+5
2022-01-07fscache, cachefiles: Display stats of no-space eventsGravatar David Howells 1-0/+8
2022-01-07fscache, cachefiles: Store the volume coherency dataGravatar David Howells 1-2/+12
2022-01-07fscache: Provide a function to resize a cookieGravatar David Howells 3-2/+35
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackGravatar David Howells 1-0/+38
2022-01-07fscache: Implement higher-level write I/O interfaceGravatar David Howells 1-0/+104
2022-01-07fscache: Provide read/write stat counters for the cacheGravatar David Howells 1-0/+9
2022-01-07fscache: Count data storage objects in a cacheGravatar David Howells 1-0/+2
2022-01-07fscache: Provide a means to begin an operationGravatar David Howells 3-0/+163
2022-01-07fscache: Implement cookie invalidationGravatar David Howells 3-1/+94
2022-01-07fscache: Implement cookie user counting and resource pinningGravatar David Howells 3-1/+234
2022-01-07fscache: Implement simple cookie state machineGravatar David Howells 1-42/+271
2022-01-07fscache: Add a function for a cache backend to note an I/O errorGravatar David Howells 1-0/+20
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeGravatar David Howells 1-3/+86
2022-01-07fscache: Implement functions add/remove a cacheGravatar David Howells 1-0/+70
2022-01-07fscache: Implement cookie-level access helpersGravatar David Howells 3-0/+102
2022-01-07fscache: Implement volume-level access helpersGravatar David Howells 3-0/+88
2022-01-07fscache: Implement cache-level access helpersGravatar David Howells 3-0/+66
2022-01-07fscache: Implement cookie registrationGravatar David Howells 6-1/+564
2022-01-07fscache: Implement volume registrationGravatar David Howells 5-1/+372
2022-01-07fscache: Implement cache registrationGravatar David Howells 4-0/+312
2022-01-07fscache: Implement a hash functionGravatar David Howells 2-0/+42
2022-01-07fscache: Introduce new driverGravatar David Howells 6-0/+363
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 14-5879/+0
2022-01-07fscache, cachefiles: Disable configurationGravatar David Howells 1-0/+3
2021-10-04fscache: Remove an unused static variableGravatar David Howells 1-1/+0
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1Gravatar David Howells 2-0/+4
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tGravatar David Howells 4-20/+32
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decGravatar David Howells 3-6/+8
2021-08-27fscache: Fix cookie key hashingGravatar David Howells 3-13/+42
2021-08-27fscache: Change %p in format strings to something elseGravatar David Howells 3-14/+11
2021-08-27fscache: Remove the object list procfileGravatar David Howells 7-440/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffGravatar David Howells 8-156/+0
2021-08-27fscache: Procfile to display cookiesGravatar David Howells 3-0/+111
2021-08-27fscache: Add a cookie debug ID and use that in tracesGravatar David Howells 3-16/+28
2021-08-25fscache: Select netfs stats if fscache stats are enabledGravatar David Howells 1-0/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 6-1/+124
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+1
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTGravatar Mauro Carvalho Chehab 2-5/+5
2020-05-05docs: filesystems: caching/operations.txt: convert it to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-05-05docs: filesystems: convert caching/fscache.txt to ReST formatGravatar Mauro Carvalho Chehab 1-4/+4
2020-05-05docs: filesystems: convert caching/object.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-2/+1