Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - Several io_uring fixes/improvements: - Blocking fix for O_DIRECT (me) - Latter page slowness for registered buffers (me) - Fix poll hang under certain conditions (me) - Defer sequence check fix for wrapped rings (Zhengyuan) - Mismatch in async inc/dec accounting (Zhengyuan) - Memory ordering issue that could cause stall (Zhengyuan) - Track sequential defer in bytes, not pages (Zhengyuan) - NVMe pull request from Christoph - Set of hang fixes for wbt (Josef) - Redundant error message kill for libahci (Ding) - Remove unused blk_mq_sched_started_request() and related ops (Marcos) - drbd dynamic alloc shash descriptor to reduce stack use (Arnd) - blkcg ->pd_stat() non-debug print (Tejun) - bcache memory leak fix (Wei) - Comment fix (Akinobu) - BFQ perf regression fix (Paolo) * tag 'for-linus-20190726' of git://git.kernel.dk/linux-block: (24 commits) io_uring: ensure ->list is initialized for poll commands Revert "nvme-pci: don't create a read hctx mapping without read queues" nvme: fix multipath crash when ANA is deactivated nvme: fix memory leak caused by incorrect subsystem free nvme: ignore subnqn for ADATA SX6000LNP drbd: dynamically allocate shash descriptor block: blk-mq: Remove blk_mq_sched_started_request and started_request bcache: fix possible memory leak in bch_cached_dev_run() io_uring: track io length in async_list based on bytes io_uring: don't use iov_iter_advance() for fixed buffers block: properly handle IOCB_NOWAIT for async O_DIRECT IO blk-mq: allow REQ_NOWAIT to return an error inline io_uring: add a memory barrier before atomic_read rq-qos: use a mb for got_token rq-qos: set ourself TASK_UNINTERRUPTIBLE after we schedule rq-qos: don't reset has_sleepers on spurious wakeups rq-qos: fix missed wake-ups in rq_qos_throttle wait: add wq_has_single_sleeper helper block, bfq: check also in-flight I/O in dispatch plugging block: fix sysfs module parameters directory path in comment ...
Showing
- block/bfq-iosched.c 43 additions, 24 deletionsblock/bfq-iosched.c
- block/blk-cgroup.c 3 additions, 6 deletionsblock/blk-cgroup.c
- block/blk-iolatency.c 3 additions, 0 deletionsblock/blk-iolatency.c
- block/blk-mq-sched.h 0 additions, 9 deletionsblock/blk-mq-sched.h
- block/blk-mq.c 6 additions, 4 deletionsblock/blk-mq.c
- block/blk-rq-qos.c 6 additions, 1 deletionblock/blk-rq-qos.c
- block/genhd.c 1 addition, 1 deletionblock/genhd.c
- drivers/ata/libahci_platform.c 0 additions, 1 deletiondrivers/ata/libahci_platform.c
- drivers/block/drbd/drbd_receiver.c 12 additions, 2 deletionsdrivers/block/drbd/drbd_receiver.c
- drivers/md/bcache/super.c 3 additions, 0 deletionsdrivers/md/bcache/super.c
- drivers/nvme/host/core.c 5 additions, 7 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/multipath.c 2 additions, 6 deletionsdrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 5 additions, 1 deletiondrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 3 additions, 3 deletionsdrivers/nvme/host/pci.c
- fs/block_dev.c 50 additions, 8 deletionsfs/block_dev.c
- fs/io_uring.c 64 additions, 17 deletionsfs/io_uring.c
- include/linux/blk-cgroup.h 1 addition, 0 deletionsinclude/linux/blk-cgroup.h
- include/linux/blk_types.h 4 additions, 1 deletioninclude/linux/blk_types.h
- include/linux/elevator.h 0 additions, 1 deletioninclude/linux/elevator.h
- include/linux/wait.h 13 additions, 0 deletionsinclude/linux/wait.h
Loading
Please register or sign in to comment