messages from 2026-06-05 08:10:07 to 2026-06-30 09:01:32 UTC [more...]
[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 0/4] ceph: bound untrusted MDS and monitor reply decoders
2026-06-29 19:58 UTC (12+ messages)
` [PATCH 4/4] ceph: cap delegated inode count in ceph_parse_deleg_inos()
` [PATCH v2 0/4] ceph: bound untrusted MDS and monitor reply decoders
` [PATCH v2 1/4] ceph: bound xattr value length in __build_xattrs()
` [PATCH v2 2/4] ceph: bound MDSCapAuth path and fs_name decode in handle_session()
` [PATCH v2 3/4] ceph: bound num_export_targets array for mds info v2/v3
` [PATCH v2 4/4] ceph: cap delegated inode count in ceph_parse_deleg_inos()
[PATCH] net/ceph/messenger: support IPv6 Link-Local with scope identifier
2026-06-29 19:55 UTC
[PATCH 1/1] libceph: mon_client: bound get_version reply decode to front len
2026-06-29 18:22 UTC (2+ messages)
[PATCH ceph 1/1] libceph: osdmap: guard missing CRUSH type name lookup
2026-06-29 18:17 UTC (3+ messages)
` [PATCH ceph 0/1] libceph: osdmap: missing CRUSH type name can crash locality lookup
[PATCH 1/1] libceph: debugfs: remove client files before teardown
2026-06-29 18:13 UTC (3+ messages)
` [PATCH 0/1] libceph: debugfs: monmap_show use-after-free during client teardown
[bug report] out-of-bounds access in ceph_con_open()
2026-06-29 17:30 UTC (3+ messages)
` [PATCH] libceph: Assign requests to homeless osd if calculated osd exceeds max_osd
[PATCH] libceph: refresh CephX authorizer buffer after update
2026-06-29 17:14 UTC
[bug report] libceph: (linger) requests not removed from need_resend/need_resend_linger in error case
2026-06-29 16:43 UTC (3+ messages)
` [PATCH] libceph: Always remove requests from ceph_osdc_handle_map() structures
[bug report] libceph: potential out-of-bounds access in reopen_osd()
2026-06-29 16:07 UTC (4+ messages)
` [PATCH] libceph: Fix "
[GIT PULL] Ceph updates for 7.2-rc1
2026-06-26 23:38 UTC (2+ messages)
[PATCH] ceph: add 'lazyio' mount option to kclient
2026-06-25 10:06 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 v2] libceph: tolerate addrvecs with multiple entries of the same type
2026-06-22 14:09 UTC (4+ messages)
` [PATCH v3] "
[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 00/15] ceph: add binary logging (BLOG) for CephFS
2026-06-17 14:59 UTC (16+ messages)
` [PATCH 01/15] ceph: add BLOG public headers
` [PATCH 02/15] ceph: add BLOG deserialization support
` [PATCH 03/15] ceph: add BLOG page-fragment allocator
` [PATCH 04/15] ceph: add BLOG magazine batch allocator
` [PATCH 05/15] ceph: add BLOG logger core
` [PATCH 06/15] ceph: add BLOG per-module context management
` [PATCH 07/15] ceph: add Ceph BLOG scaffolding
` [PATCH 08/15] ceph: add bout and boutc wrappers for BLOG
` [PATCH 09/15] ceph: switch MDS request plumbing to struct ceph_journal_info
` [PATCH 10/15] ceph: add BLOG debugfs interface
` [PATCH 11/15] ceph: convert VFS inode and directory paths to bout
` [PATCH 12/15] ceph: convert VFS data I/O "
` [PATCH 13/15] ceph: convert capability and snapshot "
` [PATCH 14/15] ceph: convert remaining helper "
` [PATCH 15/15] selftests: add Ceph BLOG smoke test and collection helpers
[PATCH 1/3] fs/ceph/caps: make __ceph_remove_cap() static
2026-06-16 16:03 UTC (4+ messages)
` [PATCH 2/3] fs/ceph/caps: mark cap remove with RB_CLEAR_NODE() instead of ci=NULL
` [PATCH 3/3] fs/ceph/cap: pass inode pointer around instead of reloading from RAM
[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] ceph: use fscrypt_finalize_bounce_page() for cleanup
2026-06-16 11:05 UTC
[PATCH net] libceph: bound pg_temp/pg_upmap osd list length to CEPH_PG_MAX_SIZE
2026-06-14 17:46 UTC (3+ messages)
[PATCH 00/12] fs/ceph: optimize struct layouts
2026-06-12 16:52 UTC (13+ messages)
` [PATCH 01/12] fs/ceph/super: remove unused field `i_cap_migration_resv`
` [PATCH 02/12] fs/ceph/super: make field `i_truncate_pagecache_size` optional
` [PATCH 03/12] include/ceph/ceph_fs.h: convert `pool_id` to u32
` [PATCH 04/12] fs/ceph/super.h: convert ceph_inode_xattr fields to `bool`
` [PATCH 05/12] fs/ceph/super.h: convert ceph_cap_snap.writing "
` [PATCH 06/12] fs/ceph: consistently use `u32` for `time_warp_seq`
` [PATCH 07/12] fs/ceph/super: reorder fields to eliminate padding holes
` [PATCH 08/12] fs/ceph: remove i_truncate_mutex, use i_fragtree_mutex for both
` [PATCH 09/12] fs/ceph/super.h: add `const` to helpers
` [PATCH 10/12] fs/ceph/super.h: add helper ceph_in_snap()
` [PATCH 11/12] fs/ceph: use ceph_vino() etc. instead of accessing i_vino directly
` [PATCH 12/12] fs/ceph: remove redundant inode number from ceph_inode_info
[PATCH] ceph: fix refcount leak in ceph_readdir()
2026-06-11 14:40 UTC
[PATCH] ceph: fix refcount leak in write_folio_nounlock()
2026-06-11 14:34 UTC
[PATCH] crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS mode
2026-06-11 8:54 UTC (2+ messages)
[PATCH v3] ceph: fix OOB read in ceph_osdc_list_watchers via uncapped outdata_len
2026-06-11 4:14 UTC (3+ messages)
[bug report] libceph: BUG() assertion in ceph_can_shift_osds() triggerable
2026-06-11 4:07 UTC (3+ messages)
` [PATCH] libceph: Reject osdmaps advertising pools of unsupported types
Partnership Inquiry - Link Insertion & Guest Post Rates for ceph.io
2026-06-09 23:04 UTC (3+ messages)
[PATCH] libceph: fix potential out-of-bounds read in decode_new_up_state_weight()
2026-06-08 15:30 UTC (2+ messages)
[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 next] drivers/block/rbd: Use strscpy() to copy strings into arrays
2026-06-08 14:34 UTC (3+ messages)
[PATCH v5 0/2] libceph: reject zero bucket types and clean up type 0 uses
2026-06-05 19:03 UTC (4+ messages)
` [PATCH v5 1/2] libceph: reject zero bucket types in crush_decode
` [PATCH v5 2/2] libceph: crush: use CRUSH_ITEM_TYPE_DEVICE for leaf device checks
[PATCH v5] libceph: Fix out-of-bounds writes with oversized monitor reply messages
2026-06-05 19:01 UTC (2+ messages)
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