summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
11 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha
2026-08-23libceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha
2026-08-23libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei
2026-08-23libceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko
2026-08-23libceph: tolerate addrvecs with multiple entries of the same typeKefu Chai
2026-08-23libceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer
2026-08-23libceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha
2026-08-19libceph: remove debugfs files before client teardownDouya Le
2026-08-19libceph: reject zero bucket types in crush_decodeDouya Le
2026-08-19libceph: Reject monmaps advertising zero monitorsRaphael Zimmer
2026-08-19libceph: refresh auth->authorizer_buf{,_len} after authorizer updateShuangpeng Bai
2026-08-19libceph: guard missing CRUSH type name lookupZhao Zhang
2026-08-19libceph: Fix multiplication overflow in decode_new_up_state_weight()Raphael Zimmer
2026-08-19libceph: bound get_version reply decode to front lenDouya Le
2026-06-01libceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer
2026-06-01libceph: Fix potential out-of-bounds access in crush_decode()Raphael Zimmer
2026-06-01libceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer
2026-06-01libceph: Fix potential out-of-bounds access in osdmap_decode()Raphael Zimmer
2026-06-01libceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer
2026-06-01libceph: 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: 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-09-19libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov
2023-10-19libceph: use kernel_connect()Jordan Rife
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-07-23libceph: harden msgr2.1 frame segment length checksIlya Dryomov
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoJason Wang
2022-08-03libceph: print fsid and epoch with osd idDaichi Mukai
2022-08-03libceph: check pointer before assigned to "c->rules[]"Li Qiong
2022-05-25libceph: use swap() macro instead of taking tmp variableGuo Zhengkui