summaryrefslogtreecommitdiff
path: root/net/ceph/messenger_v1.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-25ceph: 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-15libceph: move msgr1 protocol specific fields to its own structIlya Dryomov1-208/+212
2020-12-15libceph: move msgr1 protocol implementation to its own fileIlya Dryomov1-0/+1502