Subject netfs: Keep track of folios in a segmented bio_vec[] chain
Author dhowells@redhat.com
Date 2026-07-16 10:30:00 +0000 UTC
Version
Cc asmadeus@codewreck.org axboe@kernel.dk ceph-devel@vger.kernel.org chenxiaosong@chenxiaosong.com christian@brauner.io dhowells@redhat.com ericvh@kernel.org hch@infradead.org idryomov@gmail.com leon@kernel.org linux-afs@lists.infradead.org linux-block@vger.kernel.org linux-cifs@vger.kernel.org linux-erofs@lists.ozlabs.org linux-fsdevel@vger.kernel.org linux-kernel@vger.kernel.org linux-mm@kvack.org linux-nfs@vger.kernel.org marc.dionne@auristor.com metze@samba.org netfs@lists.linux.dev pc@manguebit.org sfrench@samba.org sprasad@microsoft.com stable@vger.kernel.org tom@talpey.com v9fs@lists.linux.dev willy@infradead.org xiang@kernel.org
Patches (24)
Name Content [All]
[PATCH v6 01/24] mm: Make readahead store folio count in readahead_control [Body]
[PATCH v6 02/24] netfs: Bulk load the readahead-provided folios up front [Body]
[PATCH v6 03/24] Add a function to kmap one page of a multipage bio_vec [Body]
[PATCH v6 04/24] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages() [Body]
[PATCH v6 05/24] iov_iter: Add a segmented queue of bio_vec[] [Body]
[PATCH v6 06/24] netfs: Add some tools for managing bvecq chains [Body]
[PATCH v6 07/24] netfs: Add a function to extract from an iter into a bvecq [Body]
[PATCH v6 08/24] afs: Fix afs_edit_dir_remove() to get, not find, block 0 [Body]
[PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq [Body]
[PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq [Body]
[PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter() [Body]
[PATCH v6 12/24] netfs: Remove the writethrough code [Body]
[PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode [Body]
[PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases [Body]
[PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints [Body]
[PATCH v6 16/24] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer [Body]
[PATCH v6 17/24] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter() [Body]
[PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer() [Body]
[PATCH v6 19/24] netfs: Remove netfs_extract_user_iter() [Body]
[PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ [Body]
[PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer [Body]
[PATCH v6 22/24] netfs: Check for too much data being read [Body]
[PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting [Body]
[PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request [Body]
Session 2026-07-16
ID (for dev) 5a7794e5-cdf8-4015-b2b0-d12a9f2507d4
Status finished
Triaged OK [Log] [Trajectory]
Execution Log [Link]
Test Base Patched Verdict