messages from 2026-07-16 10:33:05 to 2026-07-30 10:25:19 UTC [more...]
[PATCH 0/4] netfs: Miscellaneous fixes
2026-07-30 10:25 UTC (7+ 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] smb: client: set replay flag on the read send-error retry path
2026-07-29 22:10 UTC (2+ messages)
[PATCH] smb: client: fix request buffer leak in smb2_new_read_req()
2026-07-29 22:00 UTC
[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 (7+ 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 (30+ 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 v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request
[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] cachefiles,netfs: sunset ondemand mode
2026-07-17 9:39 UTC (3+ messages)
[PATCH v6 00/24] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-16 10:30 UTC (10+ messages)
` [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
page: | 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