linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ilya Dryomov <idryomov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Ceph updates for 5.15-rc1
Date: Wed,  8 Sep 2021 19:02:57 +0200	[thread overview]
Message-ID: <20210908170257.18646-1-idryomov@gmail.com> (raw)

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

             reply	other threads:[~2021-09-08 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 17:02 Ilya Dryomov [this message]
2021-09-08 23:31 ` [GIT PULL] Ceph updates for 5.15-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210908170257.18646-1-idryomov@gmail.com \
    --to=idryomov@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).