summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
6 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
10 dayslibceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha1-2/+6
10 dayslibceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei1-2/+2
10 dayslibceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-2/+2
10 dayslibceph: tolerate addrvecs with multiple entries of the same typeKefu Chai1-9/+9
10 dayslibceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer1-2/+3
10 dayslibceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha1-4/+9
2026-08-03libceph: remove debugfs files before client teardownDouya Le1-2/+2
2026-08-03libceph: reject zero bucket types in crush_decodeDouya Le1-0/+2
2026-08-03libceph: Reject monmaps advertising zero monitorsRaphael Zimmer1-1/+1
2026-08-03libceph: refresh auth->authorizer_buf{,_len} after authorizer updateShuangpeng Bai1-1/+8
2026-08-03libceph: guard missing CRUSH type name lookupZhao Zhang1-1/+4
2026-08-03libceph: Fix multiplication overflow in decode_new_up_state_weight()Raphael Zimmer1-1/+4
2026-08-03libceph: bound get_version reply decode to front lenDouya Le1-1/+1
2026-05-23libceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer1-1/+4
2026-05-23libceph: Fix potential out-of-bounds access in crush_decode()Raphael Zimmer2-5/+5
2026-05-23libceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer1-1/+2
2026-05-23libceph: Fix potential out-of-bounds access in osdmap_decode()Raphael Zimmer1-1/+1
2026-05-14libceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer2-1/+3
2026-05-07libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer1-1/+1
2026-03-19libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov1-0/+5
2026-03-19libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer1-3/+3
2026-03-19libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov1-1/+8
2026-03-19libceph: reject preamble if control segment is emptyIlya Dryomov1-9/+8
2026-03-19libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer1-2/+4
2026-03-04libceph: define and enforce CEPH_MAX_KEY_LENIlya Dryomov3-5/+7
2026-01-17libceph: make calc_target() set t->paused, not just clear itIlya Dryomov1-2/+9
2026-01-17libceph: reset sparse-read state in osd_fault()Sam Edwards1-0/+3
2026-01-17libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov1-1/+1
2026-01-17libceph: make free_choose_arg_map() resilient to partial allocationTuo Li1-8/+12
2026-01-17libceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov1-1/+3
2026-01-17libceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang1-0/+2
2026-01-02libceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
2025-11-27libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-11-27libceph: replace BUG_ON with bounds check for map->max_osdziming zhang1-7/+11
2025-11-27ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko1-4/+7
2025-11-27libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-3/+2
2025-11-27libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-173/+144
2025-10-09libceph: add empty check to ceph_con_get_out_msg()Max Kellermann3-9/+8
2025-10-09libceph: pass the message pointer instead of loading con->out_msgMax Kellermann3-105/+112
2025-10-09libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann2-4/+3
2025-10-09libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers2-57/+23
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-23net: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov1-3/+4
2025-07-04libceph: Rename hmac_sha256() to ceph_hmac_sha256()Eric Biggers1-6/+6
2025-04-26Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-23/+0
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-04-03ceph: Remove osd_client deadcodeDr. David Alan Gilbert1-23/+0