mbox series

[GIT,PULL] Ceph fixes for 5.4-rc8

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.4-rc8

Message

Ilya Dryomov Nov. 15, 2019, 5:03 p.m. UTC
Hi Linus,

The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.4-rc8

for you to fetch changes up to 633739b2fedb6617d782ca252797b7a8ad754347:

  rbd: silence bogus uninitialized warning in rbd_object_map_update_finish() (2019-11-14 19:00:53 +0100)

----------------------------------------------------------------
Two fixes for the buffered reads and O_DIRECT writes serialization
patch that went into -rc1 and a fixup for a bogus warning on older
gcc versions.

----------------------------------------------------------------
Ilya Dryomov (1):
      rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()

Jeff Layton (2):
      ceph: take the inode lock before acquiring cap refs
      ceph: increment/decrement dio counter on async requests

 drivers/block/rbd.c |  2 +-
 fs/ceph/file.c      | 29 ++++++++++++++++++++++-------
 2 files changed, 23 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 15, 2019, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 15 Nov 2019 18:03:09 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.4-rc8

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

Thank you!