Merge branch 'for-5.12/block' into for-next
authorJens Axboe <axboe@kernel.dk>
Fri, 12 Feb 2021 15:28:13 +0000 (08:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Feb 2021 15:28:13 +0000 (08:28 -0700)
commit3f36597d164f55e4c1482ce9df0c991012a5d022
tree401aa945fa8b7bddd95b47500dffab4a6faa42af
parente0756cfc7d7cd08c98a53b6009c091a3f6a50be6
parentf885056a48ccf4ad4332def91e973f3993fa8695
Merge branch 'for-5.12/block' into for-next

* for-5.12/block: (104 commits)
  mm: simplify swapdev_block
  sd_zbc: clear zone resources for non-zoned case
  block: introduce blk_queue_clear_zone_settings()
  zonefs: use zone write granularity as block size
  block: introduce zone_write_granularity limit
  block: use blk_queue_set_zoned in add_partition()
  nullb: use blk_queue_set_zoned() to setup zoned devices
  nvme: cleanup zone information initialization
  block: document zone_append_max_bytes attribute
  block: use bi_max_vecs to find the bvec pool
  md/raid10: remove dead code in reshape_request
  block: mark the bio as cloned in bio_iov_bvec_set
  block: set BIO_NO_PAGE_REF in bio_iov_bvec_set
  block: remove a layer of indentation in bio_iov_iter_get_pages
  block: turn the nr_iovecs argument to bio_alloc* into an unsigned short
  block: remove the 1 and 4 vec bvec_slabs entries
  block: streamline bvec_alloc
  block: factor out a bvec_alloc_gfp helper
  block: move struct biovec_slab to bio.c
  block: reuse BIO_INLINE_VECS for integrity bvecs
  ...
block/bfq-iosched.c
block/blk-cgroup.c
block/genhd.c
block/partitions/core.c
drivers/block/null_blk/zoned.c
drivers/nvdimm/pmem.c
drivers/nvme/host/core.c
drivers/nvme/host/multipath.c
drivers/nvme/host/pci.c
fs/block_dev.c
fs/btrfs/volumes.c