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
appletalk
arcnet
bonding
caif
can
dsa
ethernet
fddi
fjes
hamradio
hippi
hyperv
ieee802154
ipa
ipvlan
mdio
mhi
netdevsim
pcs
phy
plip
ppp
slip
team
usb
vmxnet3
wan
wireguard
wireless
xen-netback
Kconfig -rw-r--r-- 19.7 KB
LICENSE.SRC -rw-r--r-- 891 bytes
Makefile -rw-r--r-- 2.3 KB
Space.c -rw-r--r-- 3.7 KB
bareudp.c -rw-r--r-- 20.3 KB
dummy.c -rw-r--r-- 5.1 KB
eql.c -rw-r--r-- 14.6 KB
geneve.c -rw-r--r-- 49.7 KB
gtp.c -rw-r--r-- 33.0 KB
ifb.c -rw-r--r-- 8.4 KB
loopback.c -rw-r--r-- 7.0 KB
macsec.c -rw-r--r-- 105.8 KB
macvlan.c -rw-r--r-- 46.3 KB
macvtap.c -rw-r--r-- 6.1 KB
mdio.c -rw-r--r-- 17.2 KB
mii.c -rw-r--r-- 18.0 KB
net_failover.c -rw-r--r-- 23.3 KB
netconsole.c -rw-r--r-- 24.1 KB
nlmon.c -rw-r--r-- 2.9 KB
ntb_netdev.c -rw-r--r-- 12.2 KB
rionet.c -rw-r--r-- 18.4 KB
sb1000.c -rw-r--r-- 31.0 KB
sungem_phy.c -rw-r--r-- 29.8 KB
tap.c -rw-r--r-- 30.0 KB
thunderbolt.c -rw-r--r-- 34.7 KB
tun.c -rw-r--r-- 83.5 KB
veth.c -rw-r--r-- 34.1 KB
virtio_net.c -rw-r--r-- 83.9 KB
vrf.c -rw-r--r-- 46.5 KB
vsockmon.c -rw-r--r-- 3.0 KB
vxlan.c -rw-r--r-- 121.0 KB
xen-netfront.c -rw-r--r-- 62.6 KB

back to top