Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Pull core block updates from Jens Axboe: "Good amount of cleanups and tech debt removals in here, and as a result, the diffstat shows a nice net reduction in code. - Softirq completion cleanups (Christoph) - Stop using ->queuedata (Christoph) - Cleanup bd claiming (Christoph) - Use check_events, moving away from the legacy media change (Christoph) - Use inode i_blkbits consistently (Christoph) - Remove old unused writeback congestion bits (Christoph) - Cleanup/unify submission path (Christoph) - Use bio_uninit consistently, instead of bio_disassociate_blkg (Christoph) - sbitmap cleared bits handling (John) - Request merging blktrace event addition (Jan) - sysfs add/remove race fixes (Luis) - blk-mq tag fixes/optimizations (Ming) - Duplicate words in comments (Randy) - Flush deferral cleanup (Yufen) - IO context locking/retry fixes (John) - struct_size() usage (Gustavo) - blk-iocost fixes (Chengming) - blk-cgroup IO stats fixes (Boris) - Various little fixes" * tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block: (135 commits) block: blk-timeout: delete duplicated word block: blk-mq-sched: delete duplicated word block: blk-mq: delete duplicated word block: genhd: delete duplicated words block: elevator: delete duplicated word and fix typos block: bio: delete duplicated words block: bfq-iosched: fix duplicated word iocost_monitor: start from the oldest usage index iocost: Fix check condition of iocg abs_vdebt block: Remove callback typedefs for blk_mq_ops block: Use non _rcu version of list functions for tag_set_list blk-cgroup: show global disk stats in root cgroup io.stat blk-cgroup: make iostat functions visible to stat printing block: improve discard bio alignment in __blkdev_issue_discard() block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers block: defer flush request no matter whether we have elevator block: make blk_timeout_init() static block: remove retry loop in ioc_release_fn() block: remove unnecessary ioc nested locking block: integrate bd_start_claiming into __blkdev_get ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/cgroup-v2.rst 1 addition, 2 deletionsDocumentation/admin-guide/cgroup-v2.rst
- Documentation/block/biodoc.rst 1 addition, 1 deletionDocumentation/block/biodoc.rst
- Documentation/block/writeback_cache_control.rst 1 addition, 1 deletionDocumentation/block/writeback_cache_control.rst
- Documentation/cdrom/cdrom-standard.rst 1 addition, 17 deletionsDocumentation/cdrom/cdrom-standard.rst
- Documentation/fault-injection/fault-injection.rst 1 addition, 1 deletionDocumentation/fault-injection/fault-injection.rst
- Documentation/filesystems/locking.rst 1 addition, 3 deletionsDocumentation/filesystems/locking.rst
- Documentation/trace/ftrace.rst 2 additions, 2 deletionsDocumentation/trace/ftrace.rst
- arch/m68k/emu/nfblock.c 4 additions, 4 deletionsarch/m68k/emu/nfblock.c
- arch/xtensa/platforms/iss/simdisk.c 4 additions, 7 deletionsarch/xtensa/platforms/iss/simdisk.c
- block/Makefile 1 addition, 1 deletionblock/Makefile
- block/bfq-iosched.c 1 addition, 1 deletionblock/bfq-iosched.c
- block/bio.c 16 additions, 149 deletionsblock/bio.c
- block/blk-cgroup.c 280 additions, 122 deletionsblock/blk-cgroup.c
- block/blk-core.c 143 additions, 143 deletionsblock/blk-core.c
- block/blk-crypto-fallback.c 1 addition, 1 deletionblock/blk-crypto-fallback.c
- block/blk-crypto.c 1 addition, 1 deletionblock/blk-crypto.c
- block/blk-flush.c 6 additions, 17 deletionsblock/blk-flush.c
- block/blk-ioc.c 21 additions, 21 deletionsblock/blk-ioc.c
- block/blk-iocost.c 2 additions, 3 deletionsblock/blk-iocost.c
- block/blk-iolatency.c 2 additions, 1 deletionblock/blk-iolatency.c
Loading
Please register or sign in to comment