Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2026-08-04 10:04:11 to 2026-09-02 17:36:57 UTC [more...]

[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-09-02 17:33 UTC  (21+ messages)
` [PATCH v11 01/36] block: Fix start and length check added to iov_iter_extract_bvecs()
` [PATCH v11 02/36] mm: Make readahead store folio count in readahead_control
` [PATCH v11 03/36] mm: Add a bulk end-writeback tool
` [PATCH v11 04/36] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v11 05/36] Add a function to kmap one page of a multipage bio_vec
` [PATCH v11 06/36] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v11 07/36] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v11 08/36] netfs: Add some tools for managing bvecq chains
` [PATCH v11 09/36] netfs: Make mempool available for bvecq
` [PATCH v11 10/36] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v11 11/36] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v11 12/36] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v11 13/36] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v11 14/36] netfs: Remove the writethrough code
` [PATCH v11 15/36] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v11 16/36] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v11 17/36] netfs: Add some functions to wrap the all-queued handling
` [PATCH v11 18/36] netfs: Make deprecated PG_private_2 support optional
` [PATCH v11 19/36] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v11 20/36] netfs: Add the cache object ID to netfs_read/write tracepoints

[PATCH] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-02 11:27 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph
 2026-09-02  7:52 UTC  (2+ messages)

client side "current->alloc_tag not set WARNING: ./include/linux/alloc_tag.h:161" at accessing CIFS share
 2026-09-01 23:19 UTC 

Function to do end-writeback in bulk
 2026-09-01  7:17 UTC  (7+ messages)

[PATCH AUTOSEL 6.18] netfs: Fix DIO write retry for filesystems without a ->prepare_write()
 2026-08-31 13:27 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-6.12] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH AUTOSEL 6.18-6.1] cachefiles: Fix double fput

[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
 2026-08-31  7:55 UTC  (13+ messages)
` [PATCH v4 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v4 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v4 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v4 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v4 05/10] netfs: Fix subreq ref leak
` [PATCH v4 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v4 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v4 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v4 09/10] netfs: Fix read progress reporting
` [PATCH v4 10/10] cachefiles: Fix potential UAF/KASAN warning

[PATCH] cachefiles: convert deprecated simple_strtoul() to kstrtoul() in percentage command handlers
 2026-08-29 22:44 UTC 

[PATCH] cachefiles: set HAVE_DATA only after successful writes
 2026-08-28  2:34 UTC 

[PATCH] netfs: remove unused netfs_is_cache_enabled function
 2026-08-27 19:03 UTC 

[PATCH v3 00/10] netfs, cachefiles: Miscellaneous fixes
 2026-08-27  9:38 UTC  (11+ messages)
` [PATCH v3 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v3 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v3 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v3 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v3 05/10] netfs: Fix subreq ref leak
` [PATCH v3 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v3 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v3 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v3 09/10] netfs: Fix read progress reporting
` [PATCH v3 10/10] cachefiles: Fix potential UAF/KASAN warning

[PATCH] cachefiles: fix out-of-bounds read in coherency trace
 2026-08-27  8:05 UTC  (3+ messages)

[PATCH 6.12 08/77] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
 2026-08-25 13:25 UTC 

[PATCH v2 0/9] netfs, cachefiles: Miscellaneous fixes
 2026-08-25 13:20 UTC  (10+ messages)
` [PATCH v2 1/9] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v2 2/9] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v2 3/9] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v2 4/9] netfs: Fix i_size update for partial transfer
` [PATCH v2 5/9] netfs: Fix subreq ref leak
` [PATCH v2 6/9] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v2 7/9] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v2 8/9] netfs: Fix read progress reporting
` [PATCH v2 9/9] cachefiles: Fix potential UAF/KASAN warning

[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-24 19:47 UTC  (39+ messages)
` [PATCH v10 01/35] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v10 02/35] netfs: Fix read progress reporting
` [PATCH v10 03/35] cachefiles,netfs: sunset ondemand mode
` [PATCH v10 04/35] cachefiles: Fix potential UAF/KASAN warning
` [PATCH v10 05/35] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v10 06/35] mm: Make readahead store folio count in readahead_control
` [PATCH v10 07/35] netfs: Bulk load the readahead-provided folios up front
` [PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v10 11/35] netfs: Add some tools for managing bvecq chains
` [PATCH v10 12/35] netfs: Make mempool available for bvecq
` [PATCH v10 13/35] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v10 14/35] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v10 15/35] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v10 16/35] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v10 17/35] netfs: Remove the writethrough code
` [PATCH v10 18/35] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v10 19/35] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v10 20/35] netfs: Add some functions to wrap the all-queued handling
` [PATCH v10 21/35] netfs: Make deprecated PG_private_2 support optional
` [PATCH v10 22/35] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v10 23/35] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v10 24/35] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v10 25/35] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v10 26/35] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v10 27/35] netfs: Remove netfs_extract_user_iter()
` [PATCH v10 28/35] iov_iter: Remove ITER_FOLIOQ
` [PATCH v10 29/35] netfs: Remove folio_queue and rolling_buffer
` [PATCH v10 30/35] netfs: Simplify read abandonment
  ` READ_PLUS in NetFS? "
` [PATCH v10 31/35] netfs: Check for too much data being read
` [PATCH v10 32/35] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v10 33/35] netfs: Rework writeback to use a separate list of regions to be unlocked
` [PATCH v10 34/35] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v10 35/35] netfs: Clean up now-unused code
` [PATCH v10 36/35] cachefiles: Preset the state xattr when creating a new file

[PATCH 0/3] netfs, cachefiles: Miscellaneous fixes
 2026-08-24 12:02 UTC  (4+ messages)
` [PATCH 1/3] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/3] netfs: Fix read progress reporting
` [PATCH 3/3] cachefiles: Fix potential UAF/KASAN warning

Patch "netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()" has been added to the 6.12-stable tree
 2026-08-24  9:06 UTC 

[PATCH] cachefiles: Fix debug parameter sysfs path
 2026-08-22  7:50 UTC 

[BUG] smb: client: data loss - writeback subrequest is dropped, not retried, when the AEAD allocation fails
 2026-08-19  9:01 UTC 

[PATCH] smb: client: set replay flag on the read send-error retry path
 2026-08-18  0:18 UTC  (2+ messages)

[PATCH] smb: client: fix request buffer leak in smb2_new_read_req()
 2026-08-18  0:16 UTC  (2+ messages)

[PATCH] cachefiles: Fix OOB access in coherency trace
 2026-08-16 18:55 UTC 

[syzbot] [netfs?] KASAN: slab-out-of-bounds Read in cachefiles_set_object_xattr
 2026-08-14  9:05 UTC 

[syzbot] [netfs?] general protection fault in netfs_prepare_write
 2026-08-14  2:16 UTC  (2+ messages)
` [PATCH] netfs: break unbuffered write when netfs_alloc_subrequest() fails

[PATCH 0/2] netfs: Miscellaneous fixes
 2026-08-13 13:45 UTC  (3+ messages)
` [PATCH 1/2] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/2] netfs: Fix read progress reporting

[PATCH] cachefiles,netfs: sunset ondemand mode
 2026-08-12 15:10 UTC  (3+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-08-11  8:09 UTC  (3+ messages)
` [PATCH 1/4] netfs: clear PG_private_2 on copy-to-cache append failure

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

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 13:12 UTC  (18+ messages)
` [PATCH v8 10/25] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v8 11/25] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v8 12/25] netfs: Remove the writethrough code
` [PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
` [PATCH v8 14/25] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v8 15/25] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v8 16/25] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v8 17/25] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v8 18/25] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v8 19/25] netfs: Remove netfs_extract_user_iter()
` [PATCH v8 20/25] iov_iter: Remove ITER_FOLIOQ
` [PATCH v8 21/25] netfs: Remove folio_queue and rolling_buffer
` [PATCH v8 22/25] netfs: Check for too much data being read
` [PATCH v8 23/25] netfs: Limit the minimum trigger for progress reporting
` [PATCH v8 24/25] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v8 25/25] cachefiles: Preset the state xattr when creating a new file

[PATCH] netfs: Fix uninitialized return value in netfs_unbuffered_write()
 2026-08-08 12:34 UTC 

[PATCH 7.1 118/438] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-08-07 14:35 UTC  (4+ messages)
` [PATCH 7.1 119/438] netfs: handle single writeback rolling buffer allocation failure
` [PATCH 7.1 120/438] netfs: release readahead folios on iterator preparation failure
` [PATCH 7.1 121/438] netfs: Fix folio_queue ENOMEM in writeback by adding a mempool

[PATCH 6.18 098/396] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-08-07 14:34 UTC  (3+ messages)
` [PATCH 6.18 099/396] netfs: handle single writeback rolling buffer allocation failure
` [PATCH 6.18 100/396] netfs: release readahead folios on iterator preparation failure


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