mbox series

[GIT,PULL] Ceph fixes for 5.16-rc6

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.16-rc6

Message

Ilya Dryomov Dec. 15, 2021, 12:46 p.m. UTC
Hi Linus,

The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.16-rc6

for you to fetch changes up to fd84bfdddd169c219c3a637889a8b87f70a072c2:

  ceph: fix up non-directory creation in SGID directories (2021-12-01 17:08:27 +0100)

----------------------------------------------------------------
An SGID directory handling fix (marked for stable), a metrics
accounting fix and two fixups to appease static checkers.

----------------------------------------------------------------
Christian Brauner (1):
      ceph: fix up non-directory creation in SGID directories

Hu Weiwen (1):
      ceph: fix duplicate increment of opened_inodes metric

Jeff Layton (1):
      ceph: initialize i_size variable in ceph_sync_read

Xiubo Li (1):
      ceph: initialize pathlen variable in reconnect_caps_cb

 fs/ceph/caps.c       | 16 ++++++++--------
 fs/ceph/file.c       | 20 ++++++++++++++++----
 fs/ceph/mds_client.c |  3 +--
 3 files changed, 25 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 15, 2021, 7:15 p.m. UTC | #1
The pull request you sent on Wed, 15 Dec 2021 13:46:25 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.16-rc6

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

Thank you!