Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2026-05-28 20:04:56 to 2026-07-06 15:35:33 UTC [more...]

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:33 UTC  (9+ 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 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:27 UTC  (7+ 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] cachefiles,netfs: sunset ondemand mode
 2026-07-06  3:04 UTC 

[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: clear PG_private_2 on copy-to-cache append failure
 2026-07-04  5:06 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  (34+ messages)
` [PATCH v4 01/30] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v4 02/30] cachefiles: Fix double fput
` [PATCH v4 03/30] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH v4 04/30] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH v4 05/30] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH v4 06/30] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH v4 07/30] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH v4 08/30] netfs: Fix kdoc warning
` [PATCH v4 09/30] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v4 10/30] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v4 11/30] mm: Make readahead store folio count in readahead_control
` [PATCH v4 12/30] netfs: Bulk load the readahead-provided folios up front
` [PATCH v4 13/30] Add a function to kmap one page of a multipage bio_vec
` [PATCH v4 14/30] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v4 15/30] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v4 16/30] netfs: Add some tools for managing bvecq chains
` [PATCH v4 17/30] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v4 18/30] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v4 19/30] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v4 20/30] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v4 21/30] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v4 22/30] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v4 23/30] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v4 24/30] netfs: Remove netfs_extract_user_iter()
` [PATCH v4 25/30] iov_iter: Remove ITER_FOLIOQ
` [PATCH v4 26/30] netfs: Remove folio_queue and rolling_buffer
` [PATCH v4 27/30] netfs: Check for too much data being read
` [PATCH v4 28/30] netfs: Limit the minimum trigger for progress reporting
` [PATCH v4 29/30] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v4 30/30] CHANGES

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

[PATCH] netfs: Fix decision whether to disallow write-streaming due to fscache use
 2026-06-08 11:01 UTC 

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-04 14:26 UTC  (7+ messages)
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()

[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
 2026-06-04  6:50 UTC  (4+ messages)

[PATCH] cachefiles: Fix double unlock in nomem_d_alloc error path
 2026-06-02  6:16 UTC 

[PATCH 6.6 129/186] netfs: Fix overrun check in netfs_extract_user_iter()
 2026-05-28 19:50 UTC 

[PATCH 6.12 190/272] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
 2026-05-28 19:49 UTC  (10+ messages)
` [PATCH 6.12 191/272] netfs: Fix overrun check in netfs_extract_user_iter()
` [PATCH 6.12 192/272] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH 6.12 193/272] netfs: Defer the emission of trace_netfs_folio()
` [PATCH 6.12 194/272] netfs: Fix streaming write being overwritten
` [PATCH 6.12 195/272] netfs: Fix potential deadlock in write-through mode
` [PATCH 6.12 196/272] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH 6.12 197/272] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 6.12 198/272] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 6.12 201/272] netfs: Fix folio->private handling in netfs_perform_write()

[PATCH 6.18 233/377] netfs: Fix cancellation of a DIO and single read subrequests
 2026-05-28 19:48 UTC  (16+ messages)
` [PATCH 6.18 234/377] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH 6.18 235/377] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 6.18 236/377] netfs: Fix overrun check in netfs_extract_user_iter()
` [PATCH 6.18 237/377] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH 6.18 238/377] netfs: Defer the emission of trace_netfs_folio()
` [PATCH 6.18 239/377] netfs: Fix streaming write being overwritten
` [PATCH 6.18 240/377] netfs: Fix potential deadlock in write-through mode
` [PATCH 6.18 241/377] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH 6.18 242/377] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH 6.18 243/377] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 6.18 244/377] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 6.18 245/377] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 6.18 246/377] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 6.18 247/377] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 6.18 248/377] netfs: Fix netfs_read_folio() to wait on writeback

[PATCH 7.0 264/461] netfs: Fix early put of sink folio in netfs_read_gaps()
 2026-05-28 19:48 UTC  (7+ messages)
` [PATCH 7.0 265/461] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 7.0 266/461] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 7.0 267/461] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 7.0 268/461] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 7.0 269/461] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH 7.0 377/461] cifs: Fix undefined variables


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