Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A set of fixes in the area of block IO, that should go into the next -rc release. This contains: - An OOPS fix from Dmitry, fixing a regression with the bio integrity code in this series. - Fix truncation of elevator io context cache name, from Eric Biggers. - NVMe pull from Christoph includes FC fixes from James, APST fixes/tweaks from Kai-Heng, removal fix from Rakesh, and an RDMA fix from Sagi. - Two tweaks for the block throttling code. One from Joseph Qi, fixing an oops from the timer code, and one from Shaohua, improving the behavior on rotatonal storage. - Two blk-mq fixes from Ming, fixing corner cases with the direct issue code. - Locking fix for bfq cgroups from Paolo" * 'for-linus' of git://git.kernel.dk/linux-block: block, bfq: access and cache blkg data only when safe Fix loop device flush before configure v3 blk-throttle: set default latency baseline for harddisk blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timer nvme: relax APST default max latency to 100ms nvme: only consider exit latency when choosing useful non-op power states nvme-fc: fix missing put reference on controller create failure nvme-fc: on lldd/transport io error, terminate association nvme-rdma: fast fail incoming requests while we reconnect nvme-pci: fix multiple ctrl removal scheduling nvme: fix hang in remove path elevator: fix truncation of icq_cache_name blk-mq: fix direct issue blk-mq: pass correct hctx to blk_mq_try_issue_directly bio-integrity: Do not allocate integrity context for bio w/o data
No related branches found
No related tags found
Showing
- block/bfq-cgroup.c 93 additions, 23 deletionsblock/bfq-cgroup.c
- block/bfq-iosched.c 1 addition, 1 deletionblock/bfq-iosched.c
- block/bfq-iosched.h 11 additions, 12 deletionsblock/bfq-iosched.h
- block/bio-integrity.c 3 additions, 0 deletionsblock/bio-integrity.c
- block/blk-mq.c 17 additions, 8 deletionsblock/blk-mq.c
- block/blk-throttle.c 18 additions, 4 deletionsblock/blk-throttle.c
- drivers/block/loop.c 3 additions, 0 deletionsdrivers/block/loop.c
- drivers/nvme/host/core.c 14 additions, 7 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fc.c 18 additions, 2 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/pci.c 6 additions, 7 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 29 additions, 15 deletionsdrivers/nvme/host/rdma.c
- include/linux/elevator.h 1 addition, 1 deletioninclude/linux/elevator.h
Loading
Please register or sign in to comment