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
certs
.gitignore -rw-r--r-- 70 bytes
Kconfig -rw-r--r-- 7.5 KB
Makefile -rw-r--r-- 2.1 KB
ap.c -rw-r--r-- 1.3 KB
chan.c -rw-r--r-- 32.9 KB
core.c -rw-r--r-- 40.1 KB
core.h -rw-r--r-- 17.9 KB
debugfs.c -rw-r--r-- 2.8 KB
debugfs.h -rw-r--r-- 339 bytes
ethtool.c -rw-r--r-- 843 bytes
ibss.c -rw-r--r-- 12.3 KB
lib80211.c -rw-r--r-- 6.6 KB
lib80211_crypt_ccmp.c -rw-r--r-- 10.7 KB
lib80211_crypt_tkip.c -rw-r--r-- 19.2 KB
lib80211_crypt_wep.c -rw-r--r-- 6.0 KB
mesh.c -rw-r--r-- 8.0 KB
mlme.c -rw-r--r-- 25.6 KB
nl80211.c -rw-r--r-- 487.4 KB
nl80211.h -rw-r--r-- 4.8 KB
ocb.c -rw-r--r-- 1.8 KB
of.c -rw-r--r-- 3.4 KB
pmsr.c -rw-r--r-- 16.6 KB
radiotap.c -rw-r--r-- 11.8 KB
rdev-ops.h -rw-r--r-- 38.9 KB
reg.c -rw-r--r-- 111.9 KB
reg.h -rw-r--r-- 7.2 KB
scan.c -rw-r--r-- 82.8 KB
sme.c -rw-r--r-- 35.5 KB
sysfs.c -rw-r--r-- 4.0 KB
sysfs.h -rw-r--r-- 222 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 97.4 KB
util.c -rw-r--r-- 53.6 KB
wext-compat.c -rw-r--r-- 41.2 KB
wext-compat.h -rw-r--r-- 2.3 KB
wext-core.c -rw-r--r-- 31.6 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 3.6 KB
wext-sme.c -rw-r--r-- 8.8 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top