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 5.9-rc3
Date: Fri, 28 Aug 2020 14:20:00 +0200 [thread overview]
Message-ID: <20200828122000.1422-1-idryomov@gmail.com> (raw)
Hi Linus,
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
are available in the Git repository at:
https://github.com/ceph/ceph-client.git tags/ceph-for-5.9-rc3
for you to fetch changes up to 496ceaf12432b3d136dcdec48424312e71359ea7:
ceph: don't allow setlease on cephfs (2020-08-24 20:06:54 +0200)
----------------------------------------------------------------
We have an inode number handling change, prompted by s390x which is
a 64-bit architecture with a 32-bit ino_t, a patch to disallow leases
to avoid potential data integrity issues when CephFS is re-exported
via NFS or CIFS and a fix for the bulk of W=1 compilation warnings.
----------------------------------------------------------------
Ilya Dryomov (1):
libceph: add __maybe_unused to DEFINE_CEPH_FEATURE
Jeff Layton (2):
ceph: fix inode number handling on arches with 32-bit ino_t
ceph: don't allow setlease on cephfs
fs/ceph/caps.c | 14 ++++----
fs/ceph/debugfs.c | 4 +--
fs/ceph/dir.c | 31 +++++++---------
fs/ceph/file.c | 5 +--
fs/ceph/inode.c | 19 +++++-----
fs/ceph/mds_client.h | 2 +-
fs/ceph/quota.c | 4 +--
fs/ceph/super.h | 73 ++++++++++++++++++++------------------
include/linux/ceph/ceph_features.h | 8 ++---
9 files changed, 79 insertions(+), 81 deletions(-)
next reply other threads:[~2020-08-28 12:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-28 12:20 Ilya Dryomov [this message]
2020-08-28 19:58 ` [GIT PULL] Ceph fixes for 5.9-rc3 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=20200828122000.1422-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