# SPDX-License-Identifier: GPL-2.0-only kcov-flags-$(CONFIG_CC_HAS_SANCOV_TRACE_PC) += -fsanitize-coverage=trace-pc kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so export CFLAGS_KCOV := $(kcov-flags-y) 6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/ceph/messenger_v1.c
AgeCommit message (Expand)Author
2023-08-22libceph: add sparse read support to msgr1Jeff Layton
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-02-03libceph: use bvec_set_page to initialize bvecsChristoph Hellwig
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov