CEPH-Devel archive mirror
 help / color / mirror / Atom feed
[PATCH] ceph: bound num_split_inos and num_split_realms in ceph_handle_snap()
 2026-05-19 19:47 UTC  (2+ messages)

[PATCH v3] libceph: Fix multiplication overflow in __decode_pg_upmap_items()
 2026-05-19 19:09 UTC  (2+ messages)

[PATCH v2] libceph: Fix out-of-bounds writes with oversized monitor reply messages
 2026-05-19 18:58 UTC  (2+ messages)

[PATCH v2] libceph: Fix multiplication overflow in __decode_pg_upmap_items()
 2026-05-19 10:59 UTC  (5+ messages)

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-05-19  8:56 UTC  (26+ messages)
` [PATCH v2 01/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v2 02/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v2 03/21] mm: Make readahead store folio count in readahead_control
` [PATCH v2 04/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v2 07/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v2 08/21] netfs: Add some tools for managing bvecq chains
` [PATCH v2 09/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v2 10/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v2 11/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v2 12/21] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH v2 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v2 14/21] cifs: Remove support for ITER_FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH v2 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v2 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v2 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v2 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v2 19/21] netfs: Check for too much data being read
` [PATCH v2 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v2 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[bug report] libceph: out-of-bounds writes with oversized monitor reply messages
 2026-05-18 18:40 UTC  (5+ messages)
  ` [PATCH] libceph: Fix "

[GIT PULL] Ceph fixes for 7.1-rc4
 2026-05-15 22:14 UTC  (2+ messages)

[PATCH] libceph: Fix multiplication overflow in __decode_pg_upmap_items()
 2026-05-15 18:40 UTC  (5+ messages)
` [bug report] libceph: Multiplication overflow that leads to out-of-bounds writes "

[PATCH] crypto: krb5 - wait for async aead completion before freeing buffer
 2026-05-15 12:05 UTC  (6+ messages)
` [PATCH v2] crypto: krb5 - filter out async aead implementations at alloc

Partnership Inquiry - Link Insertion & Guest Post Rates for ceph.io
 2026-05-15  9:25 UTC 

[PATCH v2] libceph: Fix potential null-ptr-deref in decode_choose_args()
 2026-05-13  6:47 UTC  (2+ messages)

[PATCH] libceph: Reject message if choose_args_map contains invalid bucket_index
 2026-05-12 15:40 UTC  (2+ messages)

[PATCH v2] libceph: Use non-asserting rbtree insertion function in decode_choose_args()
 2026-05-12 14:39 UTC  (2+ messages)

[PATCH v6 00/24] netfs: Miscellaneous fixes
 2026-05-12 13:22 UTC  (28+ messages)
` [PATCH v6 01/24] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v6 02/24] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v6 03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v6 04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v6 05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v6 06/24] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v6 07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v6 08/24] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v6 09/24] netfs: fix error handling "
` [PATCH v6 10/24] netfs: Fix overrun check "
` [PATCH v6 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v6 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v6 13/24] netfs: Fix streaming write being overwritten
` [PATCH v6 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v6 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v6 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v6 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v6 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v6 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v6 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v6 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v6 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v6 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v6 24/24] afs: Fix the locking used by afs_get_link()

[PATCH] libceph: Use non-asserting rbtree insertion function in decode_choose_args()
 2026-05-11 19:37 UTC  (2+ messages)

[PATCH] libceph: Fix potential out-of-bounds access in osdmap_decode()
 2026-05-11 19:25 UTC  (7+ messages)

[PATCH] libceph: accept addrvecs with multiple entries of the same type
 2026-05-11 18:11 UTC  (6+ messages)

[PATCH v2] libceph: reject monitor replies with oversized data segment
 2026-05-11 16:24 UTC  (11+ messages)
` [PATCH v3] "
    ` [PATCH v4] libceph, ceph: reject oversized mon and MDS data segments
    ` [PATCH v5] "

[PATCH] ceph: put folios not suitable for writeback
 2026-05-11  8:45 UTC  (3+ messages)

[PATCH] lib: free pagelist on error in iov_iter_extract_pages()
 2026-05-11  6:35 UTC 

[PATCH v4 00/11] ceph: manual client session reset
 2026-05-08 17:49 UTC  (24+ messages)
` [PATCH v4 01/11] ceph: convert inode flags to named bit positions and atomic bitops
` [PATCH v4 02/11] ceph: use proper endian conversion for flock_len in reconnect
` [PATCH v4 03/11] ceph: harden send_mds_reconnect and handle active-MDS peer reset
  ` [EXTERNAL] "
` [PATCH v4 04/11] ceph: add diagnostic timeout loop to wait_caps_flush()
  ` [EXTERNAL] "
` [PATCH v4 05/11] ceph: add client reset state machine and session teardown
  ` [EXTERNAL] "
` [PATCH v4 06/11] ceph: add manual reset debugfs control and tracepoints
  ` [EXTERNAL] "
` [PATCH v4 07/11] selftests: ceph: add reset consistency checker
  ` [EXTERNAL] "
` [PATCH v4 08/11] selftests: ceph: add reset stress test
  ` [EXTERNAL] "
` [PATCH v4 09/11] selftests: ceph: add reset corner-case tests
  ` [EXTERNAL] "
` [PATCH v4 10/11] selftests: ceph: add validation harness
  ` [EXTERNAL] "
` [PATCH v4 11/11] selftests: ceph: wire up Ceph reset kselftests and documentation
  ` [EXTERNAL] "
` [EXTERNAL] [PATCH v4 00/11] ceph: manual client session reset

[PATCH v3 00/11] ceph: manual client session reset
 2026-05-06 21:29 UTC  (22+ messages)
` [PATCH v3 01/11] ceph: convert inode flags to named bit positions and atomic bitops
  ` [EXTERNAL] "
` [PATCH v3 02/11] ceph: use proper endian conversion for flock_len in reconnect
` [PATCH v3 03/11] ceph: harden send_mds_reconnect and handle active-MDS peer reset
  ` [EXTERNAL] "
` [PATCH v3 04/11] ceph: add diagnostic timeout loop to wait_caps_flush()
  ` [EXTERNAL] "
` [PATCH v3 05/11] ceph: add client reset state machine and session teardown
  ` [EXTERNAL] "
` [PATCH v3 06/11] ceph: add manual reset debugfs control and tracepoints
  ` [EXTERNAL] "
` [PATCH v3 07/11] selftests: ceph: add reset consistency checker
` [PATCH v3 08/11] selftests: ceph: add reset stress test
` [PATCH v3 09/11] selftests: ceph: add reset corner-case tests
` [PATCH v3 10/11] selftests: ceph: add validation harness
` [PATCH v3 11/11] selftests: ceph: wire up Ceph reset kselftests and documentation

[RFC] rgw/cloud-tier: add exponential backoff on 503 SlowDown
 2026-05-04 18:36 UTC  (2+ messages)

[SECURITY] ceph: msgr2 monitor data_len mismatch can trigger client kernel panic
 2026-05-01 18:23 UTC  (3+ messages)

[PATCH v2] libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()
 2026-04-30  8:29 UTC  (8+ messages)

[PATCH] ceph: fix hanging __ceph_get_caps() with stale `mds_wanted`
 2026-04-29 19:07 UTC  (4+ messages)

[PATCH] ceph: fix potential stray locked folios during umount
 2026-04-29 18:20 UTC  (8+ messages)
  `  "
      `  "
          `  "

[PATCH] Revert "ceph: when filling trace, call ceph_get_inode outside of mutexes"
 2026-04-29 17:39 UTC  (8+ messages)
    `  "
        `  "

[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
 2026-04-28 22:34 UTC  (4+ messages)

[PATCH] ceph: fix generic/639 xfstests failure
 2026-04-28 22:06 UTC  (3+ messages)

[PATCH] ceph: bound encrypted snapshot suffix formatting
 2026-04-28 18:17 UTC  (15+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v5 00/24] netfs: Miscellaneous fixes
 2026-04-28 13:17 UTC  (18+ messages)
` [PATCH v5 08/24] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v5 09/24] netfs: Fix overrun check "
` [PATCH v5 10/24] netfs: Fix potential uninitialised var "
` [PATCH v5 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v5 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v5 13/24] netfs: Fix streaming write being overwritten
` [PATCH v5 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v5 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v5 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v5 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v5 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v5 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v5 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v5 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v5 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v5 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v5 24/24] afs: Fix the locking used by afs_get_link()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).