-
- Downloads
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Pull block updates from Jens Axboe: - Online capacity resizing (Balbir) - Number of hardware queue change fixes (Bart) - null_blk fault injection addition (Bart) - Cleanup of queue allocation, unifying the node/no-node API (Christoph) - Cleanup of genhd, moving code to where it makes sense (Christoph) - Cleanup of the partition handling code (Christoph) - disk stat fixes/improvements (Konstantin) - BFQ improvements (Paolo) - Various fixes and improvements * tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block: (72 commits) block: return NULL in blk_alloc_queue() on error block: move bio_map_* to blk-map.c Revert "blkdev: check for valid request queue before issuing flush" block: simplify queue allocation bcache: pass the make_request methods to blk_queue_make_request null_blk: use blk_mq_init_queue_data block: add a blk_mq_init_queue_data helper block: move the ->devnode callback to struct block_device_operations block: move the part_stat* helpers from genhd.h to a new header block: move block layer internals out of include/linux/genhd.h block: move guard_bio_eod to bio.c block: unexport get_gendisk block: unexport disk_map_sector_rcu block: unexport disk_get_part block: mark part_in_flight and part_in_flight_rw static block: mark block_depr static block: factor out requeue handling from dispatch code block/diskstats: replace time_in_queue with sum of request times block/diskstats: accumulate all per-cpu counters in one pass block/diskstats: more accurate approximation of io_ticks for slow disks ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/iostats.rst 4 additions, 1 deletionDocumentation/admin-guide/iostats.rst
- Documentation/block/capability.rst 4 additions, 12 deletionsDocumentation/block/capability.rst
- Documentation/scsi/scsi_mid_low_api.txt 0 additions, 21 deletionsDocumentation/scsi/scsi_mid_low_api.txt
- arch/m68k/emu/nfblock.c 1 addition, 2 deletionsarch/m68k/emu/nfblock.c
- arch/xtensa/platforms/iss/simdisk.c 1 addition, 2 deletionsarch/xtensa/platforms/iss/simdisk.c
- block/Makefile 1 addition, 2 deletionsblock/Makefile
- block/bfq-cgroup.c 52 additions, 35 deletionsblock/bfq-cgroup.c
- block/bfq-iosched.c 12 additions, 6 deletionsblock/bfq-iosched.c
- block/bfq-iosched.h 1 addition, 0 deletionsblock/bfq-iosched.h
- block/bio.c 65 additions, 515 deletionsblock/bio.c
- block/blk-cgroup.c 1 addition, 1 deletionblock/blk-cgroup.c
- block/blk-core.c 38 additions, 44 deletionsblock/blk-core.c
- block/blk-flush.c 2 additions, 14 deletionsblock/blk-flush.c
- block/blk-ioc.c 7 additions, 0 deletionsblock/blk-ioc.c
- block/blk-iocost.c 0 additions, 3 deletionsblock/blk-iocost.c
- block/blk-map.c 508 additions, 0 deletionsblock/blk-map.c
- block/blk-mq.c 38 additions, 21 deletionsblock/blk-mq.c
- block/blk-settings.c 0 additions, 36 deletionsblock/blk-settings.c
- block/blk-zoned.c 1 addition, 1 deletionblock/blk-zoned.c
- block/blk.h 136 additions, 2 deletionsblock/blk.h
Loading
Please register or sign in to comment