aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/fscache (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells10-3065/+0
2023-01-30fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao1-2/+1
2023-01-30fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao1-5/+6
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-12-07fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski1-0/+8
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-23fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells1-2/+5
2022-08-09fscache: add tracepoint when failing cookieJeff Layton1-0/+2
2022-08-09fscache: don't leak cookie access refs if invalidation is in progress or failedJeff Layton1-2/+5
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells1-1/+14
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu1-3/+8
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu1-2/+2
2022-04-08fscache: remove FSCACHE_OLD_API Kconfig optionYue Hu1-3/+0
2022-04-08fscache: Use wrapper fscache_set_cache_state() directly when relinquishingYue Hu1-1/+1
2022-04-08fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FSYue Hu2-1/+7
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu1-3/+2
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-11/+0
2022-03-18fscache: export fscache_end_operation()Jeffle Xu1-11/+0
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-13/+15
2022-01-21fscache: Fix the volume collision wait conditionDavid Howells1-2/+2
2022-01-11fscache: Add a tracepoint for cookie use/unuseDavid Howells1-4/+25
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells1-0/+8
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells1-2/+5
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-0/+8
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells1-2/+12
2022-01-07fscache: Provide a function to resize a cookieDavid Howells3-2/+35
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells1-0/+38
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells1-0/+104
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells1-0/+9
2022-01-07fscache: Count data storage objects in a cacheDavid Howells1-0/+2
2022-01-07fscache: Provide a means to begin an operationDavid Howells3-0/+163
2022-01-07fscache: Implement cookie invalidationDavid Howells3-1/+94
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells3-1/+234
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-42/+271
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+20
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-3/+86
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+70
2022-01-07fscache: Implement cookie-level access helpersDavid Howells3-0/+102
2022-01-07fscache: Implement volume-level access helpersDavid Howells3-0/+88
2022-01-07fscache: Implement cache-level access helpersDavid Howells3-0/+66
2022-01-07fscache: Implement cookie registrationDavid Howells6-1/+564
2022-01-07fscache: Implement volume registrationDavid Howells5-1/+372
2022-01-07fscache: Implement cache registrationDavid Howells4-0/+312
2022-01-07fscache: Implement a hash functionDavid Howells2-0/+42
2022-01-07fscache: Introduce new driverDavid Howells6-0/+363
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells14-5879/+0
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-0/+3
2021-10-04fscache: Remove an unused static variableDavid Howells1-1/+0
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1David Howells2-0/+4
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells4-20/+32