summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger_v1.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: just wait for more data to be available on the socketXiubo Li2024-02-071-12/+13
* libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li2024-02-071-4/+4
* libceph: add sparse read support to msgr1Jeff Layton2023-08-221-8/+90
* libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells2023-06-271-21/+37
* ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-40/+20
* libceph: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-5/+2
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton2022-10-041-3/+3
* libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-021-6/+48
* libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov2021-01-211-1/+1
* libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2020-12-141-208/+212
* libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-141-0/+1502