CEPH filesystem development
 help / color / mirror / Atom feed
[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 1/1] libceph: debugfs: remove client files before teardown
 2026-06-15  6:31 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] libceph: accept addrvecs with multiple entries of the same type
 2026-06-11 11:32 UTC  (4+ messages)
` [PATCH v2] libceph: tolerate "
  ` [PATCH v3] "

[PATCH] crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS mode
 2026-06-11  8:54 UTC  (3+ messages)

[PATCH 0/4] ceph: bound untrusted MDS and monitor reply decoders
 2026-06-11  5:38 UTC  (18+ messages)
` [PATCH 1/4] ceph: bound xattr value length in __build_xattrs()
` [PATCH 2/4] ceph: bound MDSCapAuth path and fs_name decode in handle_session()
` [PATCH 3/4] ceph: bound num_export_targets array for mds info v2/v3
` [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 v2] ceph: fix OOB read in ceph_osdc_list_watchers via uncapped outdata_len
 2026-06-11  4:14 UTC  (5+ messages)
` [PATCH v3] "

[bug report] libceph: potential out-of-bounds access in reopen_osd()
 2026-06-11  4:12 UTC  (3+ messages)
  ` [PATCH] libceph: Fix "

[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 1/1] libceph: mon_client: bound get_version reply decode to front len
 2026-06-07  9:35 UTC 

[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)

[PATCH v4] libceph: Fix out-of-bounds writes with oversized monitor reply messages
 2026-06-05  8:03 UTC  (7+ messages)

[PATCH v4 1/2] libceph: reject zero bucket types in crush_decode
 2026-06-04 19:43 UTC  (4+ messages)
` [PATCH v4 2/2] libceph: crush: use CRUSH_ITEM_TYPE_DEVICE for leaf device checks

[PATCH v4] ceph: fix writeback_count leak in write_folio_nounlock()
 2026-06-04 19:21 UTC  (2+ messages)

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-04 14:26 UTC  (4+ messages)
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()

[PATCH v2] ceph: Fix ERR_PTR(0) in ceph_mkdir()
 2026-06-04  7:43 UTC 

[PATCH v3] ceph: fix writeback_count leak in write_folio_nounlock()
 2026-06-03 17:00 UTC  (2+ messages)

[PATCH v2] ceph: fix writeback_count leak in write_folio_nounlock()
 2026-06-02 18:26 UTC  (2+ messages)

[PATCH v3 1/1] libceph: reject zero bucket types in crush_decode
 2026-06-02 16:57 UTC  (3+ messages)

[PATCH v2] ceph: fix bare ceph_decode_8 OOB in decode_lockers()
 2026-06-02 16:46 UTC  (4+ messages)
  ` [PATCH v3] ceph: fix two unsafe bare decodes "

[PATCH v2 1/1] libceph: reject zero bucket types in crush_decode
 2026-06-01 18:58 UTC  (2+ messages)

[PATCH v3] libceph: Handle rbtree insertion error in handle_backoff_block()
 2026-06-01 18:55 UTC  (2+ messages)

[PATCH v3] libceph: Fix out-of-bounds writes with oversized monitor reply messages
 2026-06-01 18:48 UTC  (4+ messages)

[PATCH] rbd: check snap_count against RBD_MAX_SNAP_COUNT
 2026-06-01 14:23 UTC  (3+ messages)

[PATCH v2] libceph: Handle rbtree insertion error in handle_backoff_block()
 2026-06-01  7:27 UTC  (3+ messages)

[BUG] KASAN: slab-use-after-free Read in _copy_from_iter (stale ceph authorizer buffer)
 2026-05-30 18:29 UTC 

[PATCH 1/1] libceph: reject zero bucket types in crush_decode
 2026-05-30  8:43 UTC  (3+ messages)

[PATCH v2 0/2] Bounce buffer for mds client decryption when vmalloc()
 2026-05-30  3:06 UTC  (3+ messages)
` [PATCH v2 1/2] ceph: pass fscrypt `tname` buffers directly
` [PATCH v2 2/2] ceph: properly decrypt filenames in vmalloc() buffers

[PATCH 0/2] Bounce buffer for mds client decryption when vmalloc()
 2026-05-30  0:59 UTC  (4+ messages)
` [PATCH 2/2] ceph: properly decrypt filenames in vmalloc() buffers

[PATCH v3] libceph: Reject monmaps advertising zero monitors
 2026-05-29 20:27 UTC  (2+ messages)

[PATCH v2] ceph: fix pre-auth out-of-bounds read in ceph_handle_caps snap-trace
 2026-05-29  0:37 UTC 

[PATCH v2] libceph: Reject monmaps advertising zero monitors
 2026-05-29  7:34 UTC  (3+ messages)

[REPORT] fs/ceph: malicious-MDS kernel OOB read via unbounded snap_trace_len in CEPH_CAP_OP_IMPORT (since v2.6.34)
 2026-05-28 23:23 UTC  (4+ messages)

[PATCH] rbd: cast snap_count to size_t to avoid tautological comparison warning
 2026-05-28 21:20 UTC  (4+ messages)


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