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.20-rc1
Date: Thu, 11 Aug 2022 17:24:46 +0200 [thread overview]
Message-ID: <20220811152446.281723-1-idryomov@gmail.com> (raw)
Hi Linus,
The following changes since commit 3d7cb6b04c3f3115719235cc6866b10326de34cd:
Linux 5.19 (2022-07-31 14:03:01 -0700)
are available in the Git repository at:
https://github.com/ceph/ceph-client.git tags/ceph-for-5.20-rc1
for you to fetch changes up to a8af0d682ae0c9cf62dd0ad6afdb1480951d6a10:
libceph: clean up ceph_osdc_start_request prototype (2022-08-03 14:05:39 +0200)
----------------------------------------------------------------
We have a good pile of various fixes and cleanups from Xiubo, Jeff,
Luis and others, almost exclusively in the filesystem. Several patches
touch files outside of our normal purview to set the stage for bringing
in Jeff's long awaited ceph+fscrypt series in the near future. All of
them have appropriate acks and sat in linux-next for a while.
----------------------------------------------------------------
Daichi Mukai (1):
libceph: print fsid and epoch with osd id
Hu Weiwen (1):
ceph: don't truncate file in atomic_open
Jason Wang (1):
libceph: fix ceph_pagelist_reserve() comment typo
Jeff Layton (8):
fs: change test in inode_insert5 for adding to the sb list
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
fscrypt: add fscrypt_context_for_new_inode
ceph: don't leak snap_rwsem in handle_cap_grant
ceph: convert to generic_file_llseek
ceph: call netfs_subreq_terminated with was_async == false
ceph: switch back to testing for NULL folio->private in ceph_dirty_folio
libceph: clean up ceph_osdc_start_request prototype
Li Qiong (1):
libceph: check pointer before assigned to "c->rules[]"
Luis Henriques (2):
ceph: use correct index when encoding client supported features
ceph: prevent a client from exceeding the MDS maximum xattr size
Xiubo Li (13):
ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED
fs/dcache: export d_same_name() helper
ceph: wait for the first reply of inflight async unlink
ceph: add session already open notify support
ceph: choose auth MDS for getxattr with the Xs caps
ceph: fix the incorrect comment for the ceph_mds_caps struct
ceph: fix incorrect old_size length in ceph_mds_request_args
ceph: make change_auth_cap_ses a global symbol
ceph: update the auth cap when the async create req is forwarded
ceph: don't get the inline data for new creating files
ceph: flush the dirty caps immediatelly when quota is approaching
ceph: make f_bsize always equal to f_frsize
ceph: remove useless check for the folio
drivers/block/rbd.c | 6 +-
fs/ceph/addr.c | 59 ++++++--------
fs/ceph/caps.c | 38 ++++-----
fs/ceph/dir.c | 79 ++++++++++++++++---
fs/ceph/file.c | 123 ++++++++++++------------------
fs/ceph/inode.c | 13 +++-
fs/ceph/mds_client.c | 165 ++++++++++++++++++++++++++++++++++++++--
fs/ceph/mds_client.h | 13 ++--
fs/ceph/mdsmap.c | 22 +++++-
fs/ceph/super.c | 19 +++--
fs/ceph/super.h | 31 ++++++--
fs/ceph/xattr.c | 12 ++-
fs/crypto/fname.c | 36 +++++++--
fs/crypto/fscrypt_private.h | 9 +--
fs/crypto/hooks.c | 6 +-
fs/crypto/policy.c | 35 +++++++--
fs/dcache.c | 15 +++-
fs/inode.c | 10 ++-
include/linux/ceph/ceph_fs.h | 8 +-
include/linux/ceph/mdsmap.h | 1 +
include/linux/ceph/osd_client.h | 5 +-
include/linux/dcache.h | 2 +
include/linux/fscrypt.h | 5 ++
include/linux/mmdebug.h | 10 +++
net/ceph/osd_client.c | 15 ++--
net/ceph/osdmap.c | 32 ++++++--
net/ceph/pagelist.c | 2 +-
27 files changed, 538 insertions(+), 233 deletions(-)
next reply other threads:[~2022-08-11 15:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-11 15:24 Ilya Dryomov [this message]
2022-08-11 20:03 ` Linus Torvalds
2022-08-11 20:55 ` Ilya Dryomov
2022-08-11 21:08 ` Jeff Layton
2022-08-11 21:22 ` Al Viro
2022-08-11 21:23 ` Al Viro
2022-08-11 21:30 ` Jeff Layton
2022-08-11 21:38 ` Al Viro
2022-08-11 21:52 ` Linus Torvalds
2022-08-11 22:04 ` Al Viro
2022-08-11 22:22 ` Linus Torvalds
2022-08-11 22:43 ` Linus Torvalds
2022-08-12 3:58 ` Linus Torvalds
2022-08-14 19:08 ` Al Viro
2022-08-14 20:03 ` Linus Torvalds
2022-08-14 20:29 ` Linus Torvalds
2022-08-14 21:20 ` Nick Desaulniers
2022-08-11 22:44 ` Al Viro
2022-08-11 21:29 ` Linus Torvalds
2022-08-11 21:32 ` 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=20220811152446.281723-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
all inboxes | Powered by JetHome®