mbox series

[GIT,PULL] Ceph updates for 5.19-rc1

Message ID 20220602131131.22117-1-idryomov@gmail.com
State New
Headers show
Series [GIT,PULL] Ceph updates for 5.19-rc1 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.19-rc1

Message

Ilya Dryomov June 2, 2022, 1:11 p.m. UTC
Hi Linus,

The following changes since commit 4b0986a3613c92f4ec1bdc7f60ec66fea135991f:

  Linux 5.18 (2022-05-22 09:52:31 -1000)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.19-rc1

for you to fetch changes up to af7dc8e5124daf017ebc85c8ea97212e1e2e62fe:

  MAINTAINERS: move myself from ceph "Maintainer" to "Reviewer" (2022-05-25 20:45:14 +0200)

----------------------------------------------------------------
A big pile of assorted fixes and improvements for the filesystem with
nothing in particular standing out, except perhaps that the fact that
the MDS never really maintained atime was made official and thus it's
no longer updated on the client either.

We also have a MAINTAINERS update: Jeff is transitioning his filesystem
maintainership duties to Xiubo.

----------------------------------------------------------------
Colin Ian King (1):
      ceph: remove redundant variable ino

Guo Zhengkui (1):
      libceph: use swap() macro instead of taking tmp variable

Jakob Koschel (3):
      rbd: replace usage of found with dedicated list iterator variable
      ceph: use dedicated list iterator variable
      ceph: replace usage of found with dedicated list iterator variable

Jeff Layton (1):
      MAINTAINERS: move myself from ceph "Maintainer" to "Reviewer"

Luis Henriques (2):
      ceph: fix statfs for subdir mounts
      ceph: fix decoding of client session messages flags

Venky Shankar (1):
      ceph: allow ceph.dir.rctime xattr to be updatable

Xiubo Li (14):
      ceph: remove unused CEPH_MDS_LEASE_RELEASE related code
      ceph: stop forwarding the request when exceeding 256 times
      ceph: stop retrying the request when exceeding 256 times
      ceph: update the dlease for the hashed dentry when removing
      ceph: no need to invalidate the fscache twice
      ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check
      ceph: rename unsafe_request_wait()
      ceph: flush the mdlog for filesystem sync
      ceph: disable updating the atime since cephfs won't maintain it
      ceph: try to choose the auth MDS if possible for getattr
      ceph: redirty the page for writepage on failure
      ceph: fix possible deadlock when holding Fwb to get inline_data
      ceph: try to queue a writeback if revoking fails
      ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE

 MAINTAINERS             |   4 +-
 drivers/block/rbd.c     |  13 +++---
 fs/ceph/addr.c          |  42 ++++++++++-------
 fs/ceph/caps.c          |  75 +++++++++++++++++++-----------
 fs/ceph/inode.c         |  35 ++++++++++++--
 fs/ceph/mds_client.c    | 121 +++++++++++++++++++++++++++++++++++++-----------
 fs/ceph/mds_client.h    |   2 +-
 fs/ceph/quota.c         |  19 ++++----
 fs/ceph/super.c         |   1 +
 fs/ceph/super.h         |  29 ++++++++++--
 fs/ceph/xattr.c         |  10 +++-
 net/ceph/crush/mapper.c |   5 +-
 12 files changed, 253 insertions(+), 103 deletions(-)