summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
46 hourslibceph: make calc_target() set t->paused, not just clear itIlya Dryomov1-2/+9
46 hourslibceph: return the handler error from mon_handle_auth_done()Ilya Dryomov1-1/+1
46 hourslibceph: make free_choose_arg_map() resilient to partial allocationTuo Li1-8/+12
46 hourslibceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov1-1/+3
46 hourslibceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang1-0/+2
8 dayslibceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
2025-12-07libceph: replace BUG_ON with bounds check for map->max_osdziming zhang1-7/+11
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-09-19libceph: 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
2023-02-09use less confusing names for iov_iter direction initializersAl Viro2-9/+9
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-2/+2
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton3-39/+9
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton1-9/+6
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoJason Wang1-1/+1
2022-08-03libceph: print fsid and epoch with osd idDaichi Mukai1-7/+23
2022-08-03libceph: check pointer before assigned to "c->rules[]"Li Qiong1-1/+1
2022-05-25libceph: use swap() macro instead of taking tmp variableGuo Zhengkui1-4/+1
2022-05-18libceph: fix misleading ceph_osdc_cancel_request() commentIlya Dryomov1-2/+7
2022-05-18libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov1-183/+119
2022-04-25libceph: disambiguate cluster/pool full log messageIlya Dryomov1-1/+5
2022-03-01libceph: drop else branches in prepare_read_data{,_cont}Jeff Layton1-6/+2
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov4-20/+103
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov1-62/+154
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-16/+17
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko6-38/+11
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar1-4/+5
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar2-12/+12
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques1-51/+9
2021-11-08libceph: drop ->monmap and err initializationJean Sacren1-2/+1
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
2021-04-28libceph: don't set global_id until we get an auth ticketIlya Dryomov1-13/+23
2021-04-28libceph: bump CephXAuthenticate encoding versionIlya Dryomov1-1/+1
2021-03-26net: ceph: Fix a typo in osdmap.cLu Wei1-1/+1
2021-02-16libceph: remove osdtimeout option entirelyIlya Dryomov1-6/+0
2021-02-16libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov1-6/+5
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov1-1/+1