Message ID | 20220425122143.56815-1-jefflexu@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | fscache,erofs: fscache-based on-demand read semantics | expand |
On Mon, Apr 25, 2022 at 08:21:22PM +0800, Jeffle Xu wrote: > changes since v9: > - rebase to 5.18-rc3 > - cachefiles: extract cachefiles_in_ondemand_mode() helper; add barrier > pair between enqueuing and flushing requests; make the xarray > structures non-conditionally defined in struct cachefiles_cache > (patch 2) (David Howells) > - cacehfiles: use refcount_t for unbind_pincount; run "cachefiles_open = 0;" > cleanup only when unbind_pincount is decreased to 0 (patch 3) > (David Howells) > - cachefiles: rename CACHEFILES_IOC_CREAD ioctl to > CACHEFILES_IOC_READ_COMPLETE (patch 5) (David Howells) > - cachefiles: fix the error message when the argument to the 'bind' > command is invalid (patch 6) (David Howells) > - cachefiles: update the documentation polished by David (patch 8) > - erofs: tweak the code arrangement of erofs_fscache_meta_readpage() > (patch 17) (Gao Xiang) > - erofs: add comment on error cases (patch 20) (Gao Xiang) > - update Tested-by tags in the cover letter > > > Kernel Patchset > --------------- > Git tree: > > https://github.com/lostjeffle/linux.git jingbo/dev-erofs-fscache-v10 > Come to an agreement with David on IRC, I will push out this series to -next later for wider testing aiming for 5.19. Thanks, Gao Xiang