messages from 2026-07-13 11:35:09 to 2026-07-29 10:20:11 UTC [more...]
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-07-29 10:17 UTC (26+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers
[PATCH v3] libceph: Avoid using invalid osd indices from primary_temp
2026-07-29 7:43 UTC (2+ messages)
[PATCH v2] ceph: remove the inline data support
2026-07-29 1:28 UTC
[PATCH 0/1] libceph: fix a monmap use-after-free in ceph_compare_options()
2026-07-28 23:15 UTC (9+ messages)
` [PATCH 1/1] libceph: use RCU to protect monmap "
[PATCH] ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctls
2026-07-28 11:30 UTC (2+ messages)
[PATCH 0/4] netfs: Miscellaneous fixes
2026-07-28 8:36 UTC (6+ 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 v2] libceph: Assign requests to homeless osd if calculated osd exceeds max_osd
2026-07-28 8:32 UTC (5+ messages)
[PATCH] ceph: remove the inline data support
2026-07-28 8:01 UTC (2+ messages)
[PATCH v2] ceph: fix denial of service issue in ceph_update_snap_trace()
2026-07-27 9:46 UTC (2+ messages)
[PATCH v3] libceph: Fix multiplication overflow in __decode_pg_upmap_items()
2026-07-27 8:47 UTC (3+ messages)
[PATCH] ceph: fix mds random selection readiness predicate
2026-07-27 8:44 UTC (3+ messages)
[Security][Ceph] OSDMap new_state decode overflow causes out-of-bounds read in kernel client
2026-07-25 9:27 UTC (3+ messages)
[GIT PULL] Ceph fixes for 7.2-rc5
2026-07-24 21:03 UTC (2+ messages)
[PATCH net] libceph: bound pg_temp/pg_upmap osd list length to CEPH_PG_MAX_SIZE
2026-07-24 14:18 UTC (5+ messages)
[PATCH 0/1] libceph: fix debugfs osdmap UAF during stop
2026-07-23 18:55 UTC (4+ messages)
` [PATCH 1/1] libceph: unpublish osdmap before destroying it on stop
[PATCH 0/2] ceph: GFP_NOFS fix for cap flush writeback recursion
2026-07-23 17:11 UTC (5+ messages)
` [PATCH 1/2] ceph: use GFP_NOFS for cap flush allocation in writeback path
` [PATCH 2/2] ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
[PATCH] ceph: do not cache negative dentries for snapped directories
2026-07-23 16:52 UTC (2+ messages)
[PATCH] ceph: avoid fs reclaim while using `current->journal_info`
2026-07-23 4:34 UTC (3+ messages)
[PATCH v3] libceph: Reject monmaps advertising zero monitors
2026-07-22 20:48 UTC (2+ messages)
[PATCH v5 0/2] libceph: reject zero bucket types and clean up type 0 uses
2026-07-22 20:16 UTC (2+ messages)
[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 v3] ceph: revalidate ki_pos for O_APPEND writes after cap acquisition
2026-07-22 1:18 UTC (3+ messages)
[PATCH] fs/ceph/ioctl: add owner/capability checks for CEPH_IOC_SET_LAYOUT*
2026-07-21 6:40 UTC (2+ messages)
[PATCH v2] ceph: revalidate ki_pos for O_APPEND writes after cap acquisition
2026-07-21 4:54 UTC (3+ messages)
[PATCH v3] libceph: reset OSD session when keepalive2 acks stop arriving
2026-07-20 22:42 UTC
[PATCH] ceph: Change system_unbound_wq with system_dfl_wq
2026-07-20 14:49 UTC (3+ messages)
` "
[PATCH] ceph: parallelize object copy in ceph_do_objects_copy()
2026-07-20 12:39 UTC
[PATCH] ceph: revalidate ki_pos for O_APPEND writes after cap acquisition
2026-07-18 2:17 UTC (3+ messages)
Survey: Is anyone using 32-bit builds of the CephFS kernel client?
2026-07-17 6:26 UTC (2+ messages)
[PATCH 0/2] ceph: fix UAF bugs in cap flushing and MDS session handling
2026-07-16 17:43 UTC (5+ messages)
` [PATCH 1/2] ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock
` [PATCH 2/2] ceph: fix UAF in check_new_map() on session "
[PATCH 4/4] ceph: release unused cap reservation on readdir error
2026-07-16 17:24 UTC (6+ messages)
` [PATCH] fix: release unused ceph "
` [PATCH 4/4] "
[PATCH v6 00/24] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-16 10:30 UTC (25+ messages)
` [PATCH v6 01/24] mm: Make readahead store folio count in readahead_control
` [PATCH v6 02/24] netfs: Bulk load the readahead-provided folios up front
` [PATCH v6 03/24] Add a function to kmap one page of a multipage bio_vec
` [PATCH v6 04/24] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v6 05/24] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v6 06/24] netfs: Add some tools for managing bvecq chains
` [PATCH v6 07/24] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v6 08/24] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v6 12/24] netfs: Remove the writethrough code
` [PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
` [PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints
` [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
[PATCH v2 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-07-16 4:50 UTC (14+ messages)
` [PATCH v2 1/5] ceph: convert oldest_tid to atomic64_t
` [PATCH v2 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v2 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v2 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v2 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
[PATCH 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-07-16 4:04 UTC (18+ messages)
` [PATCH 1/5] ceph: convert oldest_tid to atomic64_t
` [PATCH 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
[PATCH] ceph: fix use-after-dereference of NULL ci in __ceph_remove_cap()
2026-07-14 17:46 UTC (2+ messages)
[PATCH v2 0/2] libceph: validate OSD sparse-read extent maps (+KUnit)
2026-07-14 17:43 UTC (4+ messages)
` [PATCH v2 1/2] libceph: validate OSD extent maps before cursor advance
` [PATCH v2 2/2] libceph: add KUnit coverage for OSD sparse-read extent validation
[PATCH] ceph: Move a variable assignment behind a condition check in __ceph_remove_cap()
2026-07-14 7:33 UTC (4+ messages)
` "
Dear ceph-devel@vger.kernel.org,
2026-07-14 5:16 UTC
[PATCH] fs/ceph/mds_client: use detach_cap_releases() in ceph_send_cap_releases()
2026-07-14 4:45 UTC (2+ messages)
[PATCH v2 00/15] ceph: add binary logging (BLOG) for CephFS
2026-07-14 4:08 UTC (9+ messages)
` [PATCH v2 01/15] ceph: add BLOG public headers
` [PATCH v2 02/15] ceph: add BLOG deserialization support
` [PATCH v2 03/15] ceph: add BLOG page-fragment allocator
` [PATCH v2 04/15] ceph: add BLOG magazine batch allocator
[PATCH] libceph: validate OSD extent maps before cursor advance
2026-07-13 22:27 UTC (2+ messages)
[PATCH] ceph: bound copied dentry name length in NFS export get_name
2026-07-13 22:18 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