All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Ceph updates for 5.19-rc1
@ 2022-06-02 13:11 Ilya Dryomov
  2022-06-02 16:07 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Dryomov @ 2022-06-02 13:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ceph-devel, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Ceph updates for 5.19-rc1
  2022-06-02 13:11 [GIT PULL] Ceph updates for 5.19-rc1 Ilya Dryomov
@ 2022-06-02 16:07 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-06-02 16:07 UTC (permalink / raw)
  To: Ilya Dryomov; +Cc: Linus Torvalds, ceph-devel, linux-kernel

The pull request you sent on Thu,  2 Jun 2022 15:11:31 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17d8e3d90b6989419806c1926b894d7d7483a25b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-02 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 13:11 [GIT PULL] Ceph updates for 5.19-rc1 Ilya Dryomov
2022-06-02 16:07 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.