Hi Linus, Not a lot here, which is great, basically just three small bcache fixes from Coly, and four NVMe fixes via Keith. Please pull! git://git.kernel.dk/linux-block.git tags/block-5.6-2020-02-16 ---------------------------------------------------------------- Anton Eidelman (1): nvme/tcp: fix bug on double requeue when send fails Coly Li (3): bcache: ignore pending signals when creating gc and allocator thread bcache: Revert "bcache: shrink btree node cache after bch_btree_check()" bcache: remove macro nr_to_fifo_front() Keith Busch (1): nvme/pci: move cqe check after device shutdown Nigel Kirkland (1): nvme: prevent warning triggered by nvme_stop_keep_alive Yi Zhang (1): nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info drivers/md/bcache/alloc.c | 18 ++++++++++++++++-- drivers/md/bcache/btree.c | 13 +++++++++++++ drivers/md/bcache/journal.c | 7 ++----- drivers/md/bcache/super.c | 17 ----------------- drivers/nvme/host/core.c | 12 ++++++------ drivers/nvme/host/pci.c | 23 ++++++++++++++++++----- drivers/nvme/host/rdma.c | 2 +- drivers/nvme/host/tcp.c | 9 +++++++-- 8 files changed, 63 insertions(+), 38 deletions(-) -- Jens Axboe