Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - a small series fixing a use-after-free of bdi name (Christoph,Yufen) - NVMe fix for a regression with the smaller CQ update (Alexey) - NVMe fix for a hang at namespace scanning error recovery (Sagi) - fix race with blk-iocost iocg->abs_vdebt updates (Tejun) * tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block: nvme: fix possible hang when ns scanning fails during error recovery nvme-pci: fix "slimmer CQ head update" bdi: add a ->dev_name field to struct backing_dev_info bdi: use bdi_dev_name() to get device name bdi: move bdi_dev_name out of line vboxsf: don't use the source name in the bdi name iocost: protect iocg->abs_vdebt with iocg->waitq.lock
No related branches found
No related tags found
Showing
- block/bfq-iosched.c 4 additions, 2 deletionsblock/bfq-iosched.c
- block/blk-cgroup.c 1 addition, 1 deletionblock/blk-cgroup.c
- block/blk-iocost.c 71 additions, 46 deletionsblock/blk-iocost.c
- drivers/nvme/host/core.c 1 addition, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/pci.c 5 additions, 1 deletiondrivers/nvme/host/pci.c
- fs/ceph/debugfs.c 1 addition, 1 deletionfs/ceph/debugfs.c
- fs/vboxsf/super.c 1 addition, 1 deletionfs/vboxsf/super.c
- include/linux/backing-dev-defs.h 1 addition, 0 deletionsinclude/linux/backing-dev-defs.h
- include/linux/backing-dev.h 1 addition, 8 deletionsinclude/linux/backing-dev.h
- include/trace/events/wbt.h 4 additions, 4 deletionsinclude/trace/events/wbt.h
- mm/backing-dev.c 11 additions, 2 deletionsmm/backing-dev.c
- tools/cgroup/iocost_monitor.py 6 additions, 1 deletiontools/cgroup/iocost_monitor.py
Loading
Please register or sign in to comment