Revision d38b4d289486daee01c1fdf056b46b7cdfe72e9e authored by Jens Axboe on 19 March 2021, 12:40:47 UTC, committed by Jens Axboe on 19 March 2021, 12:40:47 UTC
Pull NVMe updates from Christoph:

"nvme fixes for 5.12

 - fix tag allocation for keep alive
 - fix a unit mismatch for the Write Zeroes limits
 - various TCP transport fixes (Sagi Grimberg, Elad Grupi)
 - fix iosqes and iocqes validation for discovery controllers (Sagi Grimberg)"

* tag 'nvme-5.12-20210319' of git://git.infradead.org/nvme:
  nvmet-tcp: fix kmap leak when data digest in use
  nvmet: don't check iosqes,iocqes for discovery controllers
  nvme-rdma: fix possible hang when failing to set io queues
  nvme-tcp: fix possible hang when failing to set io queues
  nvme-tcp: fix misuse of __smp_processor_id with preemption enabled
  nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU
  nvme: fix Write Zeroes limitations
  nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAIT
  nvme: merge nvme_keep_alive into nvme_keep_alive_work
  nvme-fabrics: only reserve a single tag
2 parent s 1e28eed + bac0445
History
File Mode Size
Kconfig -rw-r--r-- 987 bytes
Makefile -rw-r--r-- 406 bytes
client.c -rw-r--r-- 53.1 KB
error.c -rw-r--r-- 6.8 KB
mod.c -rw-r--r-- 3.8 KB
protocol.c -rw-r--r-- 13.2 KB
protocol.h -rw-r--r-- 686 bytes
trans_common.c -rw-r--r-- 882 bytes
trans_common.h -rw-r--r-- 546 bytes
trans_fd.c -rw-r--r-- 25.8 KB
trans_rdma.c -rw-r--r-- 18.6 KB
trans_virtio.c -rw-r--r-- 19.6 KB
trans_xen.c -rw-r--r-- 14.1 KB

back to top