Message ID | 20240814203850.2240469-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | netfs: Read/write improvements | expand |
On Wed, 14 Aug 2024 21:38:20 +0100, David Howells wrote: > This set of patches includes a couple of fixes: > > (1) Revert the removal of waits on PG_private_2 from netfs_release_page() > and netfs_invalidate_page(). > > (2) Make cachefiles take the sb_writers lock around set/removexattr. > > [...] Applied to the vfs.netfs branch of the vfs/vfs.git tree. Patches in the vfs.netfs 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.netfs [01/25] cachefiles: Fix non-taking of sb_writers around set/removexattr https://git.kernel.org/vfs/vfs/c/4ca422fc1c25 [02/25] netfs: Adjust labels in /proc/fs/netfs/stats https://git.kernel.org/vfs/vfs/c/2d8e8e0dcfa8 [03/25] netfs: Record contention stats for writeback lock https://git.kernel.org/vfs/vfs/c/b946f63b34fa [04/25] netfs: Reduce number of conditional branches in netfs_perform_write() https://git.kernel.org/vfs/vfs/c/922d33ef048c [05/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode https://git.kernel.org/vfs/vfs/c/4c1daf044aed [06/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream https://git.kernel.org/vfs/vfs/c/a479f52b4401 [07/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown https://git.kernel.org/vfs/vfs/c/e1de76429131 [08/25] netfs: Remove NETFS_COPY_TO_CACHE https://git.kernel.org/vfs/vfs/c/2a4e83a305ef [09/25] netfs: Set the request work function upon allocation https://git.kernel.org/vfs/vfs/c/52c62b5f6dc0 [10/25] netfs: Use bh-disabling spinlocks for rreq->lock https://git.kernel.org/vfs/vfs/c/45268b70a77d [11/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios https://git.kernel.org/vfs/vfs/c/3e73d92929db [12/25] iov_iter: Provide copy_folio_from_iter() https://git.kernel.org/vfs/vfs/c/7a51f5cf0851 [13/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs https://git.kernel.org/vfs/vfs/c/97b15fbddd0c [14/25] netfs: Use new folio_queue data type and iterator instead of xarray iter https://git.kernel.org/vfs/vfs/c/b33aa21f3b7f [15/25] netfs: Provide an iterator-reset function https://git.kernel.org/vfs/vfs/c/7306dffdd871 [16/25] netfs: Simplify the writeback code https://git.kernel.org/vfs/vfs/c/5fb0299ed8df [17/25] afs: Make read subreqs async https://git.kernel.org/vfs/vfs/c/05fd361eb083 [18/25] netfs: Speed up buffered reading https://git.kernel.org/vfs/vfs/c/6437a28f5de1 [19/25] netfs: Remove fs/netfs/io.c https://git.kernel.org/vfs/vfs/c/85112b95630c [20/25] cachefiles, netfs: Fix write to partial block at EOF https://git.kernel.org/vfs/vfs/c/3b5a6483e8d2 [21/25] netfs: Cancel dirty folios that have no storage destination https://git.kernel.org/vfs/vfs/c/3cca08a1c4c5 [22/25] cifs: Use iterate_and_advance*() routines directly for hashing https://git.kernel.org/vfs/vfs/c/c86e6c334311 [23/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray https://git.kernel.org/vfs/vfs/c/04c9967360ea [24/25] cifs: Don't support ITER_XARRAY https://git.kernel.org/vfs/vfs/c/7d0f7f2d1e8b