All of lore.kernel.org
 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 fixes for 6.8-rc1
Date: Fri, 19 Jan 2024 17:02:08 +0100	[thread overview]
Message-ID: <20240119160212.1466841-1-idryomov@gmail.com> (raw)

Hi Linus,

The following changes since commit 0dd3ee31125508cd67f7e7172247f05b7fd1753a:

  Linux 6.7 (2024-01-07 12:18:38 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2a965d1b15d28065b35ab4ebd1e51558fcd91aa5:

  ceph: get rid of passing callbacks in __dentry_leases_walk() (2024-01-15 15:54:54 +0100)

----------------------------------------------------------------
Assorted CephFS fixes and cleanups with nothing standing out.

----------------------------------------------------------------
Al Viro (2):
      ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing
      ceph: get rid of passing callbacks in __dentry_leases_walk()

Eric Biggers (1):
      ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION

Venky Shankar (1):
      ceph: reinitialize mds feature bit even when session in open

Wenchao Hao (1):
      ceph: fix invalid pointer access if get_quota_realm return ERR_PTR

Xiubo Li (7):
      ceph: skip reconnecting if MDS is not ready
      libceph: remove MAX_EXTENTS check for sparse reads
      ceph: try to allocate a smaller extent map for sparse read
      ceph: fix deadlock or deadcode of misusing dget()
      ceph: rename create_session_open_msg() to create_session_full_msg()
      ceph: send oldest_client_tid when renewing caps
      ceph: remove duplicated code in ceph_netfs_issue_read()

 fs/ceph/Kconfig                 |  1 +
 fs/ceph/addr.c                  |  8 +++++---
 fs/ceph/caps.c                  |  9 +++------
 fs/ceph/dir.c                   | 21 +++++++++++++--------
 fs/ceph/export.c                |  2 --
 fs/ceph/file.c                  |  8 ++++++--
 fs/ceph/mds_client.c            | 35 +++++++++++++++++++++++++----------
 fs/ceph/quota.c                 | 39 ++++++++++++++++++++++-----------------
 fs/ceph/super.h                 | 14 ++++++++++++++
 include/linux/ceph/osd_client.h |  7 +++++--
 net/ceph/osd_client.c           | 17 ++++-------------
 11 files changed, 98 insertions(+), 63 deletions(-)

             reply	other threads:[~2024-01-19 16:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19 16:02 Ilya Dryomov [this message]
2024-01-19 18:03 ` [GIT PULL] Ceph fixes for 6.8-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=20240119160212.1466841-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 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.