mbox series

[GIT,PULL] Ceph fixes for 5.18-rc7

Message ID 20220513171259.30821-1-idryomov@gmail.com
State New
Headers show
Series [GIT,PULL] Ceph fixes for 5.18-rc7 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.18-rc7

Message

Ilya Dryomov May 13, 2022, 5:12 p.m. UTC
Hi Linus,

The following changes since commit c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a:

  Linux 5.18-rc6 (2022-05-08 13:54:17 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.18-rc7

for you to fetch changes up to 642d51fb0775a41dd6bb3d99b5a40c24df131c20:

  ceph: check folio PG_private bit instead of folio->private (2022-05-10 09:48:31 +0200)

----------------------------------------------------------------
Two fixes to properly maintain xattrs on async creates and thus
preserve SELinux context on newly created files and to avoid improper
usage of folio->private field which triggered BUG_ONs, both marked for
stable.

----------------------------------------------------------------
Jeff Layton (1):
      ceph: fix setting of xattrs on async created inodes

Xiubo Li (1):
      ceph: check folio PG_private bit instead of folio->private

 fs/ceph/addr.c | 11 +++++++----
 fs/ceph/file.c | 16 +++++++++++++---
 2 files changed, 20 insertions(+), 7 deletions(-)