]> 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)
commit45b751e2547dfe9fa43aff2bdbd48bd3cc50db3f
tree276c725a455a87c26f46f390c8834d2fc3e554b3
parent48ee3d679d3c1e8a4de81af5f5b6df28aca687fe
parent529e39328ebdfc6b38c16efda98e59a3c82f5184
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