summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2 dayslibceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer
2 dayslibceph: Fix potential out-of-bounds access in crush_decode()Raphael Zimmer
2 dayslibceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer
2 dayslibceph: Fix potential out-of-bounds access in osdmap_decode()Raphael Zimmer
8 dayslibceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer
8 dayslibceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer
2026-03-25libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov
2026-03-25libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer
2026-03-25libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov
2026-03-25libceph: reject preamble if control segment is emptyIlya Dryomov
2026-03-25libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer
2026-03-04libceph: define and enforce CEPH_MAX_KEY_LENIlya Dryomov
2026-01-17libceph: make calc_target() set t->paused, not just clear itIlya Dryomov
2026-01-17libceph: reset sparse-read state in osd_fault()Sam Edwards
2026-01-17libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov
2026-01-17libceph: make free_choose_arg_map() resilient to partial allocationTuo Li
2026-01-17libceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov
2026-01-17libceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang
2026-01-11libceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov
2025-12-07libceph: replace BUG_ON with bounds check for map->max_osdziming zhang
2025-12-07libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang
2025-12-07libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov
2025-12-07ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko
2025-09-19libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov
2024-10-17libceph: init the cursor when preparing sparse read in msgr2Xiubo Li
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov
2024-03-01libceph: fail sparse-read if the data length doesn't matchXiubo Li
2024-02-16libceph: just wait for more data to be available on the socketXiubo Li
2024-02-16libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li
2023-10-09libceph: use kernel_connect()Jordan Rife
2023-08-24libceph: do not include crypto/algapi.hHerbert Xu
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton
2023-08-22libceph: add sparse read support to OSD clientJeff Layton
2023-08-22libceph: add sparse read support to msgr1Jeff Layton
2023-08-22libceph: support sparse reads on msgr2 secure codepathJeff Layton
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersJeff Layton
2023-08-22libceph: add spinlock around osd->o_requestsJeff Layton
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-07-13libceph: harden msgr2.1 frame segment length checksIlya Dryomov
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-03libceph: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye