]> exis.tech > repos - linux.git/commit
Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2026 23:15:53 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2026 23:15:53 +0000 (16:15 -0700)
commit5422e496b313b9b0b2f6df068902d6c79925d5e9
treee4d2c72b2aec88d1fd1857e0464abe8742e13e30
parent5f80d9113360c08111ae7471f662f3f89f23ce32
parent7e1f9e2cd2d0e780c394a4402c40e125109fec72
Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-client

Pull ceph updates from Ilya Dryomov:
 "This adds support for manual client session reset in CephFS, allowing
  operators to get out of tricky livelock situations involving caps and
  file locks without evicting the problematic client instance on the MDS
  side or rebooting the client node both of which can be disruptive"

* tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-client:
  ceph: add manual reset debugfs control and tracepoints
  ceph: add client reset state machine and session teardown
  ceph: add diagnostic timeout loop to wait_caps_flush()
  ceph: harden send_mds_reconnect and handle active-MDS peer reset
  ceph: use proper endian conversion for flock_len in reconnect
  ceph: convert inode flags to named bit positions and atomic bitops
  rbd: switch to dynamic root device
drivers/block/rbd.c
fs/ceph/file.c
fs/ceph/mds_client.c