mbox series

[GIT,PULL] Block fixes for 5.12-rc6

Message ID 979a3929-25ec-0b24-20fa-6803e6dfbe30@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.12-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.12-2021-04-02

Message

Jens Axboe April 2, 2021, 9:28 p.m. UTC
Hi Linus,

- Remove comment that never came to fruition in 22 years of development
  (Christoph)

- Remove unused request flag (Christoph)

- Fix for null_blk fake timeout handling (Damien)

- Fix for IOCB_NOWAIT being ignored for O_DIRECT on raw bdevs (Pavel)

- Error propagation fix for multiple split bios (Yufen)

Please pull!


The following changes since commit e82fc7855749aa197740a60ef22c492c41ea5d5f:

  block: don't create too many partitions (2021-03-27 09:22:18 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.12-2021-04-02

for you to fetch changes up to f06c609645ecd043c79380fac94145926603fb33:

  block: remove the unused RQF_ALLOCED flag (2021-04-02 11:18:31 -0600)

----------------------------------------------------------------
block-5.12-2021-04-02

----------------------------------------------------------------
Christoph Hellwig (2):
      block: update a few comments in uapi/linux/blkpg.h
      block: remove the unused RQF_ALLOCED flag

Damien Le Moal (1):
      null_blk: fix command timeout completion handling

Pavel Begunkov (1):
      block: don't ignore REQ_NOWAIT for direct IO

Yufen Yu (1):
      block: only update parent bi_status when bio fail

 block/bio.c                       |  2 +-
 block/blk-mq-debugfs.c            |  1 -
 drivers/block/null_blk/main.c     | 26 +++++++++++++++++++++-----
 drivers/block/null_blk/null_blk.h |  1 +
 fs/block_dev.c                    |  4 ++++
 include/linux/blkdev.h            |  2 --
 include/uapi/linux/blkpg.h        | 28 ++--------------------------
 7 files changed, 29 insertions(+), 35 deletions(-)

Comments

pr-tracker-bot@kernel.org April 2, 2021, 11:18 p.m. UTC | #1
The pull request you sent on Fri, 2 Apr 2021 15:28:15 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.12-2021-04-02

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

Thank you!