messages from 2026-07-22 13:06:05 to 2026-08-27 13:43:36 UTC [more...]
[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
2026-08-27 13:42 UTC (6+ 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 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] block: Fix start and length check added to iov_iter_extract_bvecs()
2026-08-26 20:54 UTC (10+ messages)
` [PATCH v2] "
[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
Function to do end-writeback in bulk
2026-08-24 19:27 UTC (6+ messages)
[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 (3+ 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 (8+ messages)
` [PATCH 1/4] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH 2/4] netfs: handle single writeback rolling buffer allocation failure
` [PATCH 3/4] netfs: release readahead folios on iterator preparation failure
` [PATCH 4/4] netfs: Fix folio_queue ENOMEM in writeback by adding a mempool
[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 (27+ messages)
` [PATCH v8 01/25] mm: Make readahead store folio count in readahead_control
` [PATCH v8 02/25] netfs: Bulk load the readahead-provided folios up front
` [PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v8 06/25] netfs: Add some tools for managing bvecq chains
` [PATCH v8 07/25] netfs: Make mempool available for bvecq
` [PATCH v8 08/25] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v8 09/25] afs: Use a bvecq to hold dir content rather than folioq
` [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
[syzbot] [netfs?] WARNING in netfs_writepages (3)
2026-07-27 13:03 UTC (7+ messages)
[PATCH v2] netfs: fix writeback ENOMEM by using __GFP_NOFAIL for rolling buffer
2026-07-27 11:08 UTC (3+ messages)
[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
2026-07-23 12:44 UTC (6+ messages)
` Is writeback_iter() missing some error handling? -- was "
[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-22 13:02 UTC (5+ messages)
` [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 v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox