Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Pull more block updates from Jens Axboe: "A later pull request with some followup items. I had some vacation coming up to the merge window, so certain things items were delayed a bit. This pull request also contains fixes that came in within the last few days of the merge window, which I didn't want to push right before sending you a pull request. This contains: - NVMe pull request, mostly fixes, but also a few minor items on the feature side that were timing constrained (Christoph et al) - Report zones fixes (Damien) - Removal of dead code (Damien) - Turn on cgroup psi memstall (Josef) - block cgroup MAINTAINERS entry (Konstantin) - Flush init fix (Josef) - blk-throttle low iops timing fix (Konstantin) - nbd resize fixes (Mike) - nbd 0 blocksize crash fix (Xiubo) - block integrity error leak fix (Wenwen) - blk-cgroup writeback and priority inheritance fixes (Tejun)" * tag 'for-linus-20190715' of git://git.kernel.dk/linux-block: (42 commits) MAINTAINERS: add entry for block io cgroup null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED block: Limit zone array allocation size sd_zbc: Fix report zones buffer allocation block: Kill gfp_t argument of blkdev_report_zones() block: Allow mapping of vmalloc-ed buffers block/bio-integrity: fix a memory leak bug nvme: fix NULL deref for fabrics options nbd: add netlink reconfigure resize support nbd: fix crash when the blksize is zero block: Disable write plugging for zoned block devices block: Fix elevator name declaration block: Remove unused definitions nvme: fix regression upon hot device removal and insertion blk-throttle: fix zero wait time for iops throttled group block: Fix potential overflow in blk_report_zones() blkcg: implement REQ_CGROUP_PUNT blkcg, writeback: Implement wbc_blkcg_css() blkcg, writeback: Add wbc->no_cgroup_owner blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/cgroup-v2.rst 1 addition, 1 deletionDocumentation/admin-guide/cgroup-v2.rst
- Documentation/block/biodoc.txt 0 additions, 5 deletionsDocumentation/block/biodoc.txt
- MAINTAINERS 13 additions, 0 deletionsMAINTAINERS
- block/bio-integrity.c 6 additions, 2 deletionsblock/bio-integrity.c
- block/bio.c 27 additions, 1 deletionblock/bio.c
- block/blk-cgroup.c 61 additions, 5 deletionsblock/blk-cgroup.c
- block/blk-core.c 5 additions, 1 deletionblock/blk-core.c
- block/blk-mq.c 1 addition, 1 deletionblock/blk-mq.c
- block/blk-mq.h 32 additions, 0 deletionsblock/blk-mq.h
- block/blk-throttle.c 3 additions, 6 deletionsblock/blk-throttle.c
- block/blk-zoned.c 40 additions, 29 deletionsblock/blk-zoned.c
- drivers/block/nbd.c 46 additions, 13 deletionsdrivers/block/nbd.c
- drivers/block/null_blk.h 2 additions, 3 deletionsdrivers/block/null_blk.h
- drivers/block/null_blk_zoned.c 1 addition, 2 deletionsdrivers/block/null_blk_zoned.c
- drivers/md/dm-flakey.c 2 additions, 3 deletionsdrivers/md/dm-flakey.c
- drivers/md/dm-linear.c 2 additions, 3 deletionsdrivers/md/dm-linear.c
- drivers/md/dm-zoned-metadata.c 12 additions, 4 deletionsdrivers/md/dm-zoned-metadata.c
- drivers/md/dm.c 2 additions, 4 deletionsdrivers/md/dm.c
- drivers/nvme/host/core.c 39 additions, 4 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fc.c 48 additions, 3 deletionsdrivers/nvme/host/fc.c
Loading
Please register or sign in to comment