Merge branch 'for-5.20/block' into for-5.20/drivers-post
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Jul 2022 03:02:54 +0000 (21:02 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Jul 2022 03:02:54 +0000 (21:02 -0600)
commit1e89db9bd676df24bded8da2053fe24ccfb4587a
treeadf8ec7eea28238884879a336beb23fae76aed4c
parentca85855bdcae8f84f1512e88b4c75009ea17ea2f
parentbf14fad19ffbb3d37a1bb1324f966973e7d4a7b6
Merge branch 'for-5.20/block' into for-5.20/drivers-post

* for-5.20/block: (162 commits)
  mmc: fix disk/queue leak in case of adding disk failure
  ublk_drv: fix an IS_ERR() vs NULL check
  ublk: remove UBLK_IO_F_INTEGRITY
  ublk_drv: remove unneeded semicolon
  ublk_drv: fix missing error return code in ublk_add_dev()
  ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warning
  blktrace: Fix the blk_fill_rwbs() kernel-doc header
  fs/buffer: Fix the ll_rw_block() kernel-doc header
  fs/zonefs: Use the enum req_op type for tracing request operations
  fs/xfs: Use the enum req_op and blk_opf_t types
  PM: Use the enum req_op and blk_opf_t types
  fs/ocfs2: Use the enum req_op and blk_opf_t types
  fs/ntfs3: Use enum req_op where appropriate
  fs/nilfs2: Use the enum req_op and blk_opf_t types
  fs/nfs: Use enum req_op where appropriate
  fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
  fs/iomap: Use the new blk_opf_t type
  fs/hfsplus: Use the enum req_op and blk_opf_t types
  fs/gfs2: Use the enum req_op and blk_opf_t types
  fs/f2fs: Use the enum req_op and blk_opf_t types
  ...
13 files changed:
block/blk-merge.c
drivers/block/xen-blkfront.c
drivers/md/dm-raid.c
drivers/md/raid5.c
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c
drivers/nvme/host/rdma.c
drivers/nvme/host/tcp.c
drivers/target/target_core_iblock.c
drivers/ufs/core/ufshcd.c
fs/btrfs/extent_io.c
fs/btrfs/inode.c