summaryrefslogtreecommitdiff
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao2023-01-301-2/+1
* fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao2023-01-301-5/+6
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski2022-12-071-0/+8
* | fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells2022-11-231-2/+5
|/
* fscache: add tracepoint when failing cookieJeff Layton2022-08-091-0/+2
* fscache: don't leak cookie access refs if invalidation is in progress or failedJeff Layton2022-08-091-2/+5
* fscache: Fix invalidation/lookup raceDavid Howells2022-07-051-1/+14
* fscache: Introduce fscache_cookie_is_dropped()Yue Hu2022-07-051-3/+8
* fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu2022-07-051-2/+2
* 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