index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
21 hours
nvmet-rdma: fix queue leak when connect backlog is exceeded
Xixin Liu
21 hours
nvme: target: rdma: fix ndev refcount leak on queue connect
Wentao Liang
21 hours
nvme-apple: Reset q->sq_tail during queue init
Nick Chan
21 hours
nvme-apple: Prevent shared tags across queues on Apple A11
Nick Chan
21 hours
nvme: reject passthrough of driver-managed Set Features
Chao Shi
21 hours
nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()
Yang Xiuwei
21 hours
nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()
Guixin Liu
21 hours
nvme-apple: Drop the PRP null check chicken bit
Sven Peter
21 hours
nvme: apple: Add Apple A11 support
Nick Chan
21 hours
nvme-apple: Never set the opcode in the NVMMU TCB
Sven Peter
21 hours
nvme-apple: Don't set a DMA direction for commands without a data transfer
Sven Peter
21 hours
nvme-apple: Destroy the admin queue on removal
Sven Peter
21 hours
nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()
Guixin Liu
21 hours
nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_request
Guixin Liu
21 hours
nvmet-rdma: fix response resource leak on queue teardown
Shin'ichiro Kawasaki
21 hours
nvmet-rdma: factor out response resource cleanup
Shin'ichiro Kawasaki
21 hours
nvmet-rdma: use sbitmap to replace rsp free list
Guixin Liu
21 hours
nvmet-rdma: avoid circular locking dependency on install_queue()
Hannes Reinecke
21 hours
nvme-apple: Use acquire/release for queue enabled state
Gui-Dong Han
21 hours
nvmet-auth: Synchronize timeout work during SQ teardown
Kazuki Hanai
21 hours
nvmet-tcp: reject unsolicited H2CData PDUs
Shivam Kumar
21 hours
nvmet-tcp: fix out-of-bounds write when receiving an over-long PDU
Shivam Kumar
21 hours
nvme-tcp: check the data direction of a C2HData PDU
Yehyeong Lee
21 hours
nvme-tcp: reject a read that transferred too few bytes
Yehyeong Lee
21 hours
nvme-tcp: fix host memory disclosure on R2T for a read command
Yehyeong Lee
21 hours
nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
Yehyeong Lee
21 hours
nvme-pci: disable controller on admin queue IRQ setup failure
Myeonghun Pak
21 hours
nvme: zero the discard fallback page
Yehyeong Lee
21 hours
nvme: nvme-fc: Fix nvme_fc_create_hw_io_queues() queue deletion in error path
Ewan D. Milne
13 days
nvmet-tcp: bound SGL data length before allocating command buffers
Ibrahim Hashimov
13 days
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
13 days
nvme: fix status magic numbers
Weiwen Hu
13 days
nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_err
Weiwen Hu
2026-08-27
nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations
Greg Kroah-Hartman
2026-08-27
nvmet-fc: fix invalid free in LS IOD error path
Jiang HongHui
2026-08-27
nvmet-auth: zero the AUTH_RECEIVE response buffer
Bryam Vargas
2026-07-24
nvmet-auth: validate reply message payload bounds against transfer length
Tianchu Chen
2026-07-24
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
2026-07-24
nvmet: remove superfluous initialization
Chaitanya Kulkarni
2026-07-24
nvmet-rdma: handle inline data with a nonzero offset
Bryam Vargas
2026-07-24
nvme-multipath: fix flex array size in struct nvme_ns_head
Nilay Shroff
2026-07-24
nvmet-tcp: Fix potential UAF when ddgst mismatch
Sagi Grimberg
2026-07-24
nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error path
Shivam Kumar
2026-07-24
nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
Achkinazi, Igor
2026-07-04
nvmet-tcp: fix race between ICReq handling and queue teardown
Chaitanya Kulkarni
2026-05-23
nvme-pci: fix missed admin queue sq doorbell write
Keith Busch
2026-05-23
nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers
Maurizio Lombardi
2026-05-17
nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free
Chaitanya Kulkarni
2026-05-17
nvme-apple: drop invalid put of admin queue reference count
Fedor Pchelkin
2026-05-17
nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is set
Robert Beckett
[next]