summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-021-0/+4
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-7/+8
|\
| * libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-7/+8
* | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-151-1/+1
|/
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-12/+56
* libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2020-12-141-4/+4
* libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-141-1495/+0
* libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-50/+88
* libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-82/+75
* libceph: export zero_pageIlya Dryomov2020-12-141-8/+9
* libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-43/+34
* libceph: rename and export con->state statesIlya Dryomov2020-12-141-51/+39
* libceph: make con->state an intIlya Dryomov2020-12-141-10/+6
* libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov2020-12-141-2/+0
* libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov2020-12-141-10/+17
* libceph: factor out ceph_con_get_out_msg()Ilya Dryomov2020-12-141-20/+39
* libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov2020-12-141-5/+6
* libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov2020-12-141-4/+3
* libceph: handle discarding acked and requeued messages separatelyIlya Dryomov2020-12-141-20/+54
* libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
* libceph: remove redundant session reset log messageIlya Dryomov2020-12-141-4/+3
* libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov2020-12-141-3/+3
* libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov2020-12-141-6/+4
* libceph: split protocol reset bits out of reset_connection()Ilya Dryomov2020-12-141-26/+24
* libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov2020-12-141-3/+0
* libceph: lower exponential backoff delayIlya Dryomov2020-12-141-3/+9
* libceph: include middle_len in process_message() doutIlya Dryomov2020-12-141-1/+2
* libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov2020-10-121-0/+5
* libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov2020-10-121-3/+3
* libceph: move a dout in queue_con_delay()Ilya Dryomov2020-10-121-1/+1
* libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li2020-10-021-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-9/+2
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-231-2/+7
* libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-271-2/+0
* libceph: add function that reset client's entity addrYan, Zheng2019-09-161-0/+6
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-6/+8
|\
| * libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-081-3/+3
| * libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-081-2/+5
| * libceph: fix sa_family just after reading addressJeff Layton2019-07-081-3/+2
* | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-1/+2
|/
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-161-1/+1
|\
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-24/+24
* | libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton2019-05-071-40/+37
|/
* libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-251-2/+6
* libceph: handle an empty authorize replyIlya Dryomov2019-02-181-6/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-211-2/+3
* libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov2018-12-261-1/+1
* libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov2018-12-261-4/+13