Syzbot CI
All Series
Statistics
Content
×
Subject
netfs: Keep track of folios in a segmented bio_vec[] chain
Author
dhowells@redhat.com
Date
2026-07-06 15:33:47 +0000 UTC
Version
Version 1
Version 2
Version 3
Version 4
Version 5
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
tom@talpey.com
v9fs@lists.linux.dev
willy@infradead.org
Patches (21)
Name
Content
[All]
[PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
[Body]
[PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
[Body]
[PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
[Body]
[PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
[Body]
[PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
[Body]
[PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
[Body]
[PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
[Body]
[PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
[Body]
[PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
[Body]
[PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
[Body]
[PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
[Body]
[PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
[Body]
[PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
[Body]
[PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
[Body]
[PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
[Body]
[PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
[Body]
[PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
[Body]
[PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
[Body]
[PATCH v5 19/21] netfs: Check for too much data being read
[Body]
[PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
[Body]
[PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request
[Body]
Session 2026-07-06
ID (for dev)
77ad9297-292c-4e4c-8944-d328ce7b251a
Status
finished
Triaged
OK
[Log]
[Trajectory]
Execution Log
[Link]
Test
Base
Patched
Verdict