OSDN Git Service

Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Feb 2022 17:54:02 +0000 (09:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Feb 2022 17:54:02 +0000 (09:54 -0800)
commitcff7f2237c2b494a07c90f70291588d218b77e14
tree276c725a455a87c26f46f390c8834d2fc3e554b3
parent1eb7de177d4073085e3a1cebf19d5d538d171f10
parent038b8d1d1ab1cce11a158d30bf080ff41a2cfd15
Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "A patch to make it possible to disable zero copy path in the messenger
  to avoid checksum or authentication tag mismatches and ensuing session
  resets in case the destination buffer isn't guaranteed to be stable"

* tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client:
  libceph: optionally use bounce buffer on recv path in crc mode
  libceph: make recv path in secure mode work the same as send path