]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb677ab09ad6a7e56878ccf22a87ae0e75a80a2f
tree276c725a455a87c26f46f390c8834d2fc3e554b3
parent505f1148e4706b5f9f4239c7001861bda87705ba
parent060efe51142721ff15bbc0f041134c6274af7c76
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