]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Dec 2019 18:56:37 +0000 (10:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Dec 2019 18:56:37 +0000 (10:56 -0800)
commitb217c2957de3710c1a4201f7ac22f4aae4f1d2e2
tree5cae84a65aa8b83801ac4742bb4acd164d4869e2
parent4d1aaae2cd535622389f5a81b8707cd76e77b2b4
parent1189cd1072bfb6d4db7d4d45ea6d1e7aa8bdaa05
Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "A fix to avoid a corner case when scheduling cap reclaim in batches
  from Xiubo, a patch to add some observability into cap waiters from
  Jeff and a couple of cleanups"

* tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client:
  ceph: add more debug info when decoding mdsmap
  ceph: switch to global cap helper
  ceph: trigger the reclaim work once there has enough pending caps
  ceph: show tasks waiting on caps in debugfs caps file
  ceph: convert int fields in ceph_mount_options to unsigned int