]> www.infradead.org Git - users/hch/block.git/commit
Merge branch 'for-5.15/block' into for-next
authorJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:46:55 +0000 (13:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:46:55 +0000 (13:46 -0600)
commit4040a44a97d30426c75cb3921bf99ecbb532f52f
tree52c6280a1768a54d72778f5adf5c5d205b72cc45
parente22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93
parent10e7123d5551dec0025f70e61604ab57483a6ed2
Merge branch 'for-5.15/block' into for-next

* for-5.15/block: (115 commits)
  null_blk: add error handling support for add_disk()
  virtio_blk: add error handling support for add_disk()
  block: add error handling for device_add_disk / add_disk
  block: return errors from disk_alloc_events
  block: return errors from blk_integrity_add
  block: call blk_register_queue earlier in device_add_disk
  block: call blk_integrity_add earlier in device_add_disk
  block: create the bdi link earlier in device_add_disk
  block: call bdev_add later in device_add_disk
  block: fold register_disk into device_add_disk
  block: add a sanity check for a live disk in del_gendisk
  block: add an explicit ->disk backpointer to the request_queue
  block: hold a request_queue reference for the lifetime of struct gendisk
  block: pass a request_queue to __blk_alloc_disk
  block: remove the minors argument to __alloc_disk_node
  block: remove alloc_disk and alloc_disk_node
  block: cleanup the lockdep handling in *alloc_disk
  sg: do not allocate a gendisk
  st: do not allocate a gendisk
  nvme: use blk_mq_alloc_disk
  ...

Signed-off-by: Jens Axboe <axboe@kernel.dk>
12 files changed:
block/Makefile
block/blk-cgroup.c
block/blk-core.c
block/blk-iocost.c
block/blk-iolatency.c
block/blk-mq.c
block/blk.h
block/mq-deadline.c
block/partitions/ldm.c
drivers/block/virtio_blk.c
drivers/s390/block/dasd_eckd.c
drivers/scsi/sr.c