Re: [PATCH v3 00/15] netfs: Miscellaneous fixes
From: Christian Brauner
Date: Tue Jun 30 2026 - 05:02:35 EST
On Thu, 25 Jun 2026 15:06:18 +0100, David Howells wrote:
> netfs: Miscellaneous fixes
>
> Hi Christian,
>
> Here are some miscellaneous fixes for netfslib. I separated them from my
> netfs-next branch. Various Sashiko review comments[1][2][3] are addressed:
>
> [...]
Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes
[01/15] netfs: Fix decision whether to disallow write-streaming due to fscache use
https://git.kernel.org/vfs/vfs/c/61c79e2cac37
[02/15] netfs: Fix netfs_create_write_req() to handle async cache object creation
https://git.kernel.org/vfs/vfs/c/f43e809738d8
[03/15] cachefiles: Fix double fput
https://git.kernel.org/vfs/vfs/c/4c6fe3b4ba06
[04/15] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
https://git.kernel.org/vfs/vfs/c/f1ef918f8183
[05/15] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
https://git.kernel.org/vfs/vfs/c/72c00e84e611
[06/15] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
https://git.kernel.org/vfs/vfs/c/eea815a087cd
[07/15] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
https://git.kernel.org/vfs/vfs/c/11cf15dacff6
[08/15] iov_iter: Remove unused variable in kunit_iov_iter.c
https://git.kernel.org/vfs/vfs/c/8cb836bfb87d
[09/15] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
https://git.kernel.org/vfs/vfs/c/132e70406412
[10/15] netfs: Fix kdoc warning
https://git.kernel.org/vfs/vfs/c/46163ade2426
[11/15] netfs: Replace wb_lock with a bit lock for asynchronicity
https://git.kernel.org/vfs/vfs/c/1b157b933689
[12/15] netfs: Fix writethrough to use collection offload
https://git.kernel.org/vfs/vfs/c/6ed47a3ca47e
[13/15] netfs: Fix writeback error handling
https://git.kernel.org/vfs/vfs/c/70d669edd0bb
[14/15] netfs: Fix folio state after ENOMEM whilst under writeback iteration
https://git.kernel.org/vfs/vfs/c/a009d3cfb306
[15/15] netfs: Fix DIO write retry for filesystems without a ->prepare_write()
https://git.kernel.org/vfs/vfs/c/b43370a12abb