linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Ceph updates for 5.15-rc1
@ 2021-09-08 17:02 Ilya Dryomov
  2021-09-08 23:31 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Dryomov @ 2021-09-08 17:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ceph-devel, linux-kernel

Hi Linus,

The following changes since commit 7d2a07b769330c34b4deabeed939325c77a7ec2f:

  Linux 5.14 (2021-08-29 15:04:50 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 05a444d3f90a3c3e6362e88a1bf13e1a60f8cace:

  ceph: fix dereference of null pointer cf (2021-09-03 10:55:51 +0200)

----------------------------------------------------------------
We have:

- a set of patches to address fsync stalls caused by depending on
  periodic rather than triggered MDS journal flushes in some cases
  (Xiubo Li)

- a fix for mtime effectively not getting updated in case of competing
  writers (Jeff Layton)

- a couple of fixes for inode reference leaks and various WARNs after
  "umount -f" (Xiubo Li)

- a new ceph.auth_mds extended attribute (Jeff Layton)

- a smattering of fixups and cleanups from Jeff, Xiubo and Colin.

----------------------------------------------------------------
Colin Ian King (1):
      ceph: fix dereference of null pointer cf

Jeff Layton (11):
      ceph: fix memory leak on decode error in ceph_handle_caps
      ceph: fix comment about short copies in ceph_write_end
      ceph: remove some defunct forward declarations
      ceph: add a new vxattr to return auth mds for an inode
      ceph: cancel delayed work instead of flushing on mdsc teardown
      ceph: remove redundant initializations from mdsc and session
      ceph: add ceph_change_snap_realm() helper
      ceph: print more information when we can't find snaprealm
      ceph: request Fw caps before updating the mtime in ceph_write_iter
      ceph: lockdep annotations for try_nonblocking_invalidate
      ceph: drop the mdsc_get_session/put_session dout messages

Xiubo Li (8):
      ceph: make ceph_create_session_msg a global symbol
      ceph: make iterate_sessions a global symbol
      ceph: flush mdlog before umounting
      ceph: flush the mdlog before waiting on unsafe reqs
      ceph: reconnect to the export targets on new mdsmaps
      ceph: remove the capsnaps when removing caps
      ceph: don't WARN if we're force umounting
      ceph: don't WARN if we're forcibly removing the session caps

 fs/ceph/addr.c               |   2 +-
 fs/ceph/cache.h              |   6 -
 fs/ceph/caps.c               | 266 ++++++++++++++++++++++++++++---------------
 fs/ceph/file.c               |  32 +++---
 fs/ceph/inode.c              |  11 +-
 fs/ceph/mds_client.c         | 218 +++++++++++++++++++++++++----------
 fs/ceph/mds_client.h         |   5 +
 fs/ceph/mdsmap.c             |  12 +-
 fs/ceph/metric.c             |   4 +-
 fs/ceph/snap.c               |  59 ++++++----
 fs/ceph/strings.c            |   1 +
 fs/ceph/super.h              |   9 +-
 fs/ceph/xattr.c              |  19 ++++
 include/linux/ceph/ceph_fs.h |   1 +
 14 files changed, 438 insertions(+), 207 deletions(-)

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

* Re: [GIT PULL] Ceph updates for 5.15-rc1
  2021-09-08 17:02 [GIT PULL] Ceph updates for 5.15-rc1 Ilya Dryomov
@ 2021-09-08 23:31 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-08 23:31 UTC (permalink / raw)
  To: Ilya Dryomov; +Cc: Linus Torvalds, ceph-devel, linux-kernel

The pull request you sent on Wed,  8 Sep 2021 19:02:57 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8a05abd0c93841a7bbcf777ec1677a1ad9155793

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:[~2021-09-08 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 17:02 [GIT PULL] Ceph updates for 5.15-rc1 Ilya Dryomov
2021-09-08 23:31 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).