Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2026-06-16 10:12:36 to 2026-07-22 13:06:22 UTC [more...]

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (29+ messages)
` [PATCH v7 01/29] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH v7 02/29] netfs: handle single writeback rolling buffer allocation failure
` [PATCH v7 03/29] netfs: release readahead folios on iterator preparation failure
` [PATCH v7 04/29] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH v7 05/29] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v7 06/29] afs: Fix double-unmap of directory block
` [PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front
` [PATCH v7 09/29] Add a function to kmap one page of a multipage bio_vec
` [PATCH v7 10/29] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v7 11/29] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v7 12/29] netfs: Add some tools for managing bvecq chains
` [PATCH v7 13/29] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v7 14/29] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v7 15/29] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v7 16/29] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v7 17/29] netfs: Remove the writethrough code
` [PATCH v7 18/29] cachefiles,netfs: sunset ondemand mode
` [PATCH v7 19/29] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v7 20/29] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v7 21/29] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v7 22/29] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v7 23/29] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v7 24/29] netfs: Remove netfs_extract_user_iter()
` [PATCH v7 25/29] iov_iter: Remove ITER_FOLIOQ
` [PATCH v7 26/29] netfs: Remove folio_queue and rolling_buffer
` [PATCH v7 27/29] netfs: Check for too much data being read
` [PATCH v7 28/29] netfs: Limit the minimum trigger for progress reporting

[PATCH] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-07-22 12:55 UTC  (3+ messages)

[PATCH 6.12 0745/1276] netfs: Fix writeback error handling
 2026-07-21 15:19 UTC  (3+ messages)
` [PATCH 6.12 0749/1276] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 6.12 0750/1276] cifs: Fix missing credit release on failure in cifs_issue_read()

[PATCH 6.18 1016/1611] netfs: Fix netfs_create_write_req() to handle async cache object creation
 2026-07-21 15:19 UTC  (5+ messages)
` [PATCH 6.18 1017/1611] netfs: Fix writethrough to use collection offload
` [PATCH 6.18 1018/1611] netfs: Fix writeback error handling
` [PATCH 6.18 1019/1611] netfs: Fix folio state after ENOMEM whilst under writeback iteration
` [PATCH 6.18 1026/1611] cifs: Fix missing credit release on failure in cifs_issue_read()

[PATCH 7.1 1393/2077] netfs: Fix netfs_create_write_req() to handle async cache object creation
 2026-07-21 15:18 UTC  (7+ messages)
` [PATCH 7.1 1394/2077] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
` [PATCH 7.1 1395/2077] netfs: Fix writethrough to use collection offload
` [PATCH 7.1 1396/2077] netfs: Fix writeback error handling
` [PATCH 7.1 1397/2077] netfs: Fix folio state after ENOMEM whilst under writeback iteration
` [PATCH 7.1 1408/2077] cifs: Fix missing credit release on failure in cifs_issue_read()
` [PATCH 7.1 1411/2077] netfs: Fix barriering when walking subrequest list

[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
 2026-07-19 12:32 UTC  (3+ messages)

[PATCH] cachefiles,netfs: sunset ondemand mode
 2026-07-17  9:39 UTC  (5+ messages)

[PATCH v6 00/24] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-16 10:30 UTC  (25+ messages)
` [PATCH v6 01/24] mm: Make readahead store folio count in readahead_control
` [PATCH v6 02/24] netfs: Bulk load the readahead-provided folios up front
` [PATCH v6 03/24] Add a function to kmap one page of a multipage bio_vec
` [PATCH v6 04/24] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v6 05/24] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v6 06/24] netfs: Add some tools for managing bvecq chains
` [PATCH v6 07/24] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v6 08/24] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v6 12/24] netfs: Remove the writethrough code
` [PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
` [PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v6 16/24] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v6 17/24] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v6 19/24] netfs: Remove netfs_extract_user_iter()
` [PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ
` [PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer
` [PATCH v6 22/24] netfs: Check for too much data being read
` [PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting
` [PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request

[syzbot] [netfs?] WARNING in netfs_writepages (3)
 2026-07-06 21:44 UTC 

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:51 UTC  (8+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:34 UTC  (22+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
` [PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v5 19/21] netfs: Check for too much data being read
` [PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] netfs: release readahead folios on iterator preparation failure
 2026-07-04  5:21 UTC 

[PATCH] netfs: handle single writeback rolling buffer allocation failure
 2026-07-04  5:12 UTC 

[PATCH] netfs: Fix barriering when walking subrequest list
 2026-07-03  9:52 UTC  (3+ messages)

[PATCH] cifs: Fix missing credit release on failure in cifs_issue_read()
 2026-07-02 14:22 UTC  (3+ messages)

[PATCH v3 00/15] netfs: Miscellaneous fixes
 2026-06-30  9:01 UTC  (23+ messages)
` [PATCH v3 01/15] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v3 02/15] netfs: Fix netfs_create_write_req() to handle async cache object creation
` [PATCH v3 03/15] cachefiles: Fix double fput
` [PATCH v3 04/15] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
` [PATCH v3 05/15] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH v3 06/15] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH v3 07/15] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
` [PATCH v3 08/15] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH v3 09/15] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH v3 10/15] netfs: Fix kdoc warning
` [PATCH v3 11/15] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH v3 12/15] netfs: Fix writethrough to use collection offload
` [PATCH v3 13/15] netfs: Fix writeback error handling
` [PATCH v3 14/15] netfs: Fix folio state after ENOMEM whilst under writeback iteration
` [PATCH v3 15/15] netfs: Fix DIO write retry for filesystems without a ->prepare_write()

[PATCH] netfs: Fix kernel-doc parameter name for netfs_resize_file()
 2026-06-30  8:38 UTC  (2+ messages)

[RFC PATCH 0/3] fs: support tasks with a null root or cwd
 2026-06-29  9:19 UTC  (5+ messages)
` [RFC PATCH 1/3] fs: Add documentation to some `struct fs_struct` fields
` [RFC PATCH 2/3] fs: support tasks with a null root or cwd
` [RFC PATCH 3/3] fs: add KUnit tests for "

[PATCH 1/1] cachefiles: avoid slab out-of-bounds read when tracing short aux data
 2026-06-28 11:28 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Read in netfs_unbuffered_write
 2026-06-25 13:16 UTC  (5+ messages)

[PATCH] cachefiles: reject copen before OPEN delivery completes
 2026-06-24 20:11 UTC 

[PATCH v2 00/14] netfs: Miscellaneous fixes
 2026-06-24 14:21 UTC  (17+ messages)
` [PATCH v2 01/14] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v2 02/14] cachefiles: Fix double fput
` [PATCH v2 03/14] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
` [PATCH v2 04/14] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH v2 05/14] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH v2 06/14] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
` [PATCH v2 07/14] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH v2 08/14] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH v2 09/14] netfs: Fix kdoc warning
` [PATCH v2 10/14] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH v2 11/14] netfs: Fix writethrough to use collection offload
` [PATCH v2 12/14] netfs: Fix writeback error handling
` [PATCH v2 13/14] netfs: Fix folio state after ENOMEM whilst under writeback iteration
` [PATCH v2 14/14] netfs: Fix DIO write retry for filesystems without a ->prepare_write()

[PATCH] netfs: Fix UAF in netfs_unbuffered_write() on failed preparation
 2026-06-24 11:02 UTC  (9+ messages)

[PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph
 2026-06-20 13:14 UTC 

[bug report] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
 2026-06-20  9:41 UTC 

[PATCH 00/11] netfs: Miscellaneous fixes
 2026-06-19 14:06 UTC  (12+ messages)
` [PATCH 01/11] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH 02/11] cachefiles: Fix double fput
` [PATCH 03/11] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
` [PATCH 04/11] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH 05/11] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH 06/11] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
` [PATCH 07/11] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH 08/11] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH 09/11] netfs: Fix kdoc warning
` [PATCH 10/11] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH 11/11] netfs: Fix writethrough to use collection offload

[PATCH] cachefiles: Fix double unlock in nomem_d_alloc error path
 2026-06-17  8:50 UTC 

[PATCH v4 00/30] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-16 12:51 UTC  (6+ messages)
` [PATCH v4 29/30] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v4 30/30] CHANGES


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox