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: Avoid using invalid osd indices from primary_tempRaphael Zimmer1-2/+3
10 dayslibceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha1-4/+9
14 dayslibceph: remove debugfs files before client teardownDouya Le1-2/+2
14 dayslibceph: reject zero bucket types in crush_decodeDouya Le1-0/+2
14 dayslibceph: refresh auth->authorizer_buf{,_len} after authorizer updateShuangpeng Bai1-1/+8
14 dayslibceph: guard missing CRUSH type name lookupZhao Zhang1-1/+4
14 dayslibceph: Fix multiplication overflow in decode_new_up_state_weight()Raphael Zimmer1-1/+4
14 dayslibceph: bound get_version reply decode to front lenDouya Le1-1/+1
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-04-18libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer1-2/+4
2026-01-19libceph: make calc_target() set t->paused, not just clear itIlya Dryomov1-2/+9
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: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
2025-12-07libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov1-2/+12
2023-10-25libceph: use kernel_connect()Jordan Rife1-2/+2
2023-08-30libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov1-2/+4
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2022-05-25libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov1-183/+119
2020-10-12libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov1-0/+5
2020-10-12libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov1-3/+3
2020-10-12libceph: move a dout in queue_con_delay()Ilya Dryomov1-1/+1
2020-10-12libceph: switch to the new "osd blocklist add" commandIlya Dryomov1-15/+52
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-4/+4
2020-10-12libceph: multiple workspaces for CRUSH computationsIlya Dryomov1-15/+151
2020-10-03libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-16/+16
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov4-4/+4
2020-08-03libceph: just have osd_req_op_init() return a pointerJeff Layton1-23/+16
2020-08-03libceph: dump class and method names on method callsIlya Dryomov1-0/+3
2020-08-03libceph: use target_copy() in send_linger()Ilya Dryomov1-3/+1
2020-06-16libceph: don't omit used_replica in target_copy()Ilya Dryomov1-0/+1
2020-06-16libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov1-0/+1
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov2-13/+8
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-60/+490
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-10/+3
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-2/+1
2020-06-02libceph: support for alloc hint flagsIlya Dryomov1-1/+7
2020-06-01libceph: read_from_replica optionIlya Dryomov2-1/+43
2020-06-01libceph: support for balanced and localized readsIlya Dryomov3-6/+189
2020-06-01libceph: crush_location infrastructureIlya Dryomov2-0/+152
2020-06-01libceph: decode CRUSH device/bucket types and namesIlya Dryomov2-3/+85