aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger_v1.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li1-12/+13
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li1-4/+4
2023-08-22libceph: add sparse read support to msgr1Jeff Layton1-8/+90
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells1-21/+37
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells1-40/+20
2023-02-03libceph: use bvec_set_page to initialize bvecsChristoph Hellwig1-5/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton1-3/+3
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov1-6/+48
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov1-1/+1
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov1-208/+212
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov1-0/+1502