Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2026-05-08 17:41:00 to 2026-06-16 10:09:27 UTC [more...]

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

[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] netfs: Fix UAF in netfs_unbuffered_write() on failed preparation
 2026-05-30  1:14 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Read in netfs_unbuffered_write
 2026-05-29 20:01 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 250/461] netfs: Fix cancellation of a DIO and single read subrequests
 2026-05-28 19:48 UTC  (21+ messages)
` [PATCH 7.0 251/461] netfs: Fix missing locking around retry adding new subreqs
` [PATCH 7.0 252/461] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 7.0 253/461] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH 7.0 254/461] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH 7.0 255/461] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH 7.0 256/461] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 7.0 257/461] netfs: Fix overrun check in netfs_extract_user_iter()
` [PATCH 7.0 258/461] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH 7.0 259/461] netfs: Defer the emission of trace_netfs_folio()
` [PATCH 7.0 260/461] netfs: Fix streaming write being overwritten
` [PATCH 7.0 261/461] netfs: Fix potential deadlock in write-through mode
` [PATCH 7.0 262/461] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH 7.0 263/461] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH 7.0 264/461] netfs: Fix early put of sink folio in netfs_read_gaps()
` [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

Patch "netfs: Fix potential uninitialised var in netfs_extract_user_iter()" has been added to the 7.0-stable tree
 2026-05-23  9:23 UTC 

Patch "netfs: Fix potential uninitialised var in netfs_extract_user_iter()" has been added to the 6.18-stable tree
 2026-05-23  9:23 UTC 

Patch "netfs: Fix potential uninitialised var in netfs_extract_user_iter()" has been added to the 6.12-stable tree
 2026-05-23  9:23 UTC 

Patch "netfs: Fix potential uninitialised var in netfs_extract_user_iter()" has been added to the 6.6-stable tree
 2026-05-23  9:23 UTC 

[PATCH 6.12 634/666] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-23  9:22 UTC  (3+ messages)

[PATCH 6.6 473/508] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:24 UTC 

[PATCH 6.18 926/957] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:23 UTC 

[PATCH 7.0 1104/1146] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:22 UTC 

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 6.18-stable tree
 2026-05-20 15:01 UTC 

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 6.6-stable tree
 2026-05-20 15:01 UTC 

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 6.12-stable tree
 2026-05-20 14:52 UTC 

[RFC PATCH 01/36] net: Perform special handling for a splice from a bvecq
 2026-05-19 10:36 UTC  (34+ messages)
` [RFC PATCH 02/36] netfs: Add a facility to splice TCP receive buffers into "
` [RFC PATCH 03/36] netfs: Add some TCP receive queue helpers
` [RFC PATCH 04/36] cifs, nls: Provide unicode size determination func
` [RFC PATCH 05/36] cifs: Introduce an ALIGN8() macro
` [RFC PATCH 06/36] cifs: Rename mid_q_entry to smb_message
` [RFC PATCH 07/36] cifs: Add "Has dynamic part" flag form SMB2/3 StructureSize LSB
` [RFC PATCH 09/36] cifs: Institute message managing struct
` [RFC PATCH 10/36] cifs: Split crypt_message() into encrypt and decrypt variants
` [RFC PATCH 11/36] cifs: Add new AEAD alloc and setup routines that draw from an iterator
` [RFC PATCH 12/36] cifs: [WIP] Rewrite base Rx to put data off the socket into a bvecq
` [RFC PATCH 13/36] cifs: Remove validate_t2()
` [RFC PATCH 14/36] cifs: Remove cifs_io_subrequest::got_bytes
` [RFC PATCH 15/36] cifs: Pass smb_message to cifs_verify_signature()
` [RFC PATCH 16/36] cifs: Rewrite base TCP transmission
` [RFC PATCH 17/36] cifs: Don't use corking
` [RFC PATCH 20/36] cifs: Pass smb_message structs down into the transport layer
` [RFC PATCH 21/36] cifs: Add a tracepoint to trace the smb_message refcount
` [RFC PATCH 22/36] cifs: Trace smb1/2_copy_to_prepped_buffers()
` [RFC PATCH 23/36] cifs: Clean up mid->callback_data and kill off mid->creator
` [RFC PATCH 24/36] cifs: Add netmem allocation functions
` [RFC PATCH 25/36] cifs: Add more pieces to smb_message
` [RFC PATCH 26/36] cifs: Convert SMB2 Negotiate Protocol request
` [RFC PATCH 27/36] cifs: Convert SMB2 Session Setup request
` [RFC PATCH 28/36] cifs: Convert SMB2 Logoff request
` [RFC PATCH 29/36] cifs: Convert SMB2 Tree Connect request
` [RFC PATCH 30/36] cifs: Convert SMB2 Tree Disconnect request
` [RFC PATCH 31/36] cifs: Convert SMB2 Read request
` [RFC PATCH 32/36] cifs: Convert SMB2 Write request
` [RFC PATCH 33/36] cifs: [WIP] Don't copy new-style smb_messages to a set of pages
` [RFC PATCH 34/36] cifs: [WIP] Rearrange Create request subfuncs
` [RFC PATCH 35/36] cifs: [WIP] Convert SMB2 Posix Mkdir request
` [RFC PATCH 36/36] cifs: [WIP] Convert SMB2 Open request

[PATCH] cifs: Fix undefined variables
 2026-05-19  0:54 UTC  (2+ messages)

[PATCH] netfs: change kernel-doc function parameter to match code
 2026-05-19  0:18 UTC 

[PATCH] cachefiles: Fix error return when vfs_mkdir() fails
 2026-05-15 13:33 UTC  (2+ messages)

[PATCH v6 00/24] netfs: Miscellaneous fixes
 2026-05-12 13:22 UTC  (28+ messages)
` [PATCH v6 01/24] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v6 02/24] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v6 03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v6 04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v6 05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v6 06/24] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v6 07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v6 08/24] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v6 09/24] netfs: fix error handling "
` [PATCH v6 10/24] netfs: Fix overrun check "
` [PATCH v6 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v6 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v6 13/24] netfs: Fix streaming write being overwritten
` [PATCH v6 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v6 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v6 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v6 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v6 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v6 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v6 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v6 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v6 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v6 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v6 24/24] afs: Fix the locking used by afs_get_link()

[PATCH 2/5] docs: fix repeated word 'that' across documentation
 2026-05-09 21:12 UTC  (8+ messages)
` [PATCH v2 2/4] "


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