summaryrefslogtreecommitdiffstats
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* fscache: remove FSCACHE_OLD_API Kconfig optionYue Hu2022-04-081-3/+0
* fscache: Use wrapper fscache_set_cache_state() directly when relinquishingYue Hu2022-04-081-1/+1
* fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FSYue Hu2022-04-082-1/+7
* fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu2022-04-081-3/+2
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-11/+0
|\
| * fscache: export fscache_end_operation()Jeffle Xu2022-03-181-11/+0
* | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-13/+15
|/
* fscache: Fix the volume collision wait conditionDavid Howells2022-01-211-2/+2
* 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