]> 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)
commitcabe7b2b24597326e65dd3ca4881ae3fa1ba7fa6
tree5cae84a65aa8b83801ac4742bb4acd164d4869e2
parenta0d90e21be1afadc1281425162bfbff3c3af8633
parent2b5f6d4f33ed2942d3e0f2e21c411854f6d3decd
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