summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2022-05-25libceph: use swap() macro instead of taking tmp variableGuo Zhengkui-4/+1
2022-05-18libceph: fix misleading ceph_osdc_cancel_request() commentIlya Dryomov-2/+7
2022-05-18libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov-183/+119
2022-04-25libceph: disambiguate cluster/pool full log messageIlya Dryomov-1/+5
2022-03-01libceph: drop else branches in prepare_read_data{,_cont}Jeff Layton-6/+2
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov-20/+103
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov-62/+154
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-16/+17
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko-38/+11
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar-4/+5
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar-12/+12
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques-51/+9
2021-11-08libceph: drop ->monmap and err initializationJean Sacren-2/+1
2021-06-28libceph: fix doc warnings in cls_lock_client.cBaokun Li-3/+9
2021-06-28libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin-6/+1
2021-06-28libceph: fix some spelling mistakesZheng Yongjun-4/+4
2021-06-28libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov-3/+2
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov-14/+13
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov-11/+14
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-20/+38
2021-05-04libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov-6/+14
2021-04-27libceph: don't set global_id until we get an auth ticketIlya Dryomov-13/+23
2021-04-27libceph: bump CephXAuthenticate encoding versionIlya Dryomov-1/+1
2021-03-25net: ceph: Fix a typo in osdmap.cLu Wei-1/+1
2021-02-16libceph: remove osdtimeout option entirelyIlya Dryomov-6/+0
2021-02-16libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov-6/+5
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov-1/+1
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov-27/+27
2021-01-04libceph: zero out session key and connection secretIlya Dryomov-43/+62
2020-12-28libceph: align session_key and con_secret to 16 bytesIlya Dryomov-2/+10
2020-12-28libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov-1/+2
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-1914/+6384
2020-12-14libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov-28/+0
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov-16/+5
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov-24/+4046
2020-12-14libceph: introduce connection modes and ms_mode optionIlya Dryomov-6/+87
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov-2/+4
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov-55/+195
2020-12-14libceph: factor out finish_auth()Ilya Dryomov-22/+30
2020-12-14libceph: drop ac->ops->name fieldIlya Dryomov-2/+0
2020-12-14libceph: amend cephx init_protocol() and build_request()Ilya Dryomov-28/+49
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov-48/+194
2020-12-14libceph: safer en/decoding of cephx requests and repliesIlya Dryomov-21/+26
2020-12-14libceph: more insight into ticket expiry and invalidationIlya Dryomov-14/+25
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov-212/+216
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov-1496/+1504
2020-12-14libceph: separate msgr1 protocol implementationIlya Dryomov-50/+88
2020-12-14libceph: export remaining protocol independent infrastructureIlya Dryomov-82/+75
2020-12-14libceph: export zero_pageIlya Dryomov-8/+9
2020-12-14libceph: rename and export con->flags bitsIlya Dryomov-43/+34