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(-) -- Jens Axboe