summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
5 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
9 dayslibceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha1-2/+6
9 dayslibceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei1-2/+2
9 dayslibceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-2/+2
9 dayslibceph: tolerate addrvecs with multiple entries of the same typeKefu Chai1-9/+9
9 dayslibceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer1-2/+3
9 dayslibceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha1-4/+9
13 dayslibceph: remove debugfs files before client teardownDouya Le1-2/+2
13 dayslibceph: reject zero bucket types in crush_decodeDouya Le1-0/+2
13 dayslibceph: Reject monmaps advertising zero monitorsRaphael Zimmer1-1/+1
13 dayslibceph: refresh auth->authorizer_buf{,_len} after authorizer updateShuangpeng Bai1-1/+8
13 dayslibceph: guard missing CRUSH type name lookupZhao Zhang1-1/+4
13 dayslibceph: Fix multiplication overflow in decode_new_up_state_weight()Raphael Zimmer1-1/+4
13 dayslibceph: bound get_version reply decode to front lenDouya Le1-1/+1
2026-06-19use less confusing names for iov_iter direction initializersAl Viro2-9/+9
2026-06-01libceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer1-1/+4
2026-06-01libceph: Fix potential out-of-bounds access in crush_decode()Raphael Zimmer2-5/+5
2026-06-01libceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer1-1/+2
2026-06-01libceph: Fix potential out-of-bounds access in osdmap_decode()Raphael Zimmer1-1/+1
2026-06-01libceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer2-1/+3
2026-06-01libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer1-1/+1
2026-04-18libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov1-0/+5
2026-04-18libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer1-3/+3
2026-04-18libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov1-1/+8
2026-04-18libceph: reject preamble if control segment is emptyIlya Dryomov1-9/+8
2026-04-18libceph: 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-19libceph: make calc_target() set t->paused, not just clear itIlya Dryomov1-2/+9
2026-01-19libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov1-1/+1
2026-01-19libceph: make free_choose_arg_map() resilient to partial allocationTuo Li1-8/+12
2026-01-19libceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov1-1/+3
2026-01-19libceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang1-0/+2
2026-01-19libceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
2025-12-07libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-12-07libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-10-02libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov1-3/+4
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov1-2/+12
2023-10-20libceph: use kernel_connect()Jordan Rife1-2/+2
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov1-0/+1
2023-07-23libceph: harden msgr2.1 frame segment length checksIlya Dryomov1-15/+26
2022-05-25libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov1-183/+119
2021-06-29libceph: fix doc warnings in cls_lock_client.cBaokun Li1-3/+9
2021-06-29libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin1-6/+1
2021-06-29libceph: fix some spelling mistakesZheng Yongjun3-4/+4
2021-06-29libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov2-3/+2
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov3-14/+13
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov3-11/+14
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-20/+38
2021-05-04libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov1-6/+14