Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - NVMe pull request from Keith, with fixes all over the map for nvme. From various folks. - Classic polling fix, that avoids a latency issue where we still end up waiting for an interrupt in some cases. From Nitesh Shetty. - Comment typo fix from Minwoo Im. * tag 'for-linus-20180217' of git://git.kernel.dk/linux-block: block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS nvme-rdma: fix sysfs invoked reset_ctrl error flow nvmet: Change return code of discard command if not supported nvme-pci: Fix timeouts in connecting state nvme-pci: Remap CMB SQ entries on every controller reset nvme: fix the deadlock in nvme_update_formats blk: optimization for classic polling nvme: Don't use a stack buffer for keep-alive command nvme_fc: cleanup io completion nvme_fc: correct abort race condition on resets nvme: Fix discard buffer overrun nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transition nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
No related branches found
No related tags found
Showing
- block/blk-mq.c 1 addition, 0 deletionsblock/blk-mq.c
- drivers/nvme/host/core.c 27 additions, 18 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fabrics.h 5 additions, 4 deletionsdrivers/nvme/host/fabrics.h
- drivers/nvme/host/fc.c 36 additions, 121 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/nvme.h 2 additions, 1 deletiondrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 23 additions, 16 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 8 additions, 8 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/target/io-cmd.c 5 additions, 2 deletionsdrivers/nvme/target/io-cmd.c
- include/linux/blkdev.h 1 addition, 1 deletioninclude/linux/blkdev.h
Loading
Please register or sign in to comment