mbox series

[GIT,PULL] Ceph fixes for 5.9-rc3

Message ID 20200828122000.1422-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fixes for 5.9-rc3 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.9-rc3

Message

Ilya Dryomov Aug. 28, 2020, 12:20 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 28, 2020, 7:58 p.m. UTC | #1
The pull request you sent on Fri, 28 Aug 2020 14:20:00 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.9-rc3

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

Thank you!