summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorLines
2026-05-14nvme-apple: Reset q->sq_tail during queue initNick Chan-0/+1
2026-05-11nvme: fix race condition between connected uevent and STARTED_ONCE flagMaurizio Lombardi-1/+1
2026-05-11Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"AlanCui4080-2/+0
2026-05-11nvme-pci: fix use-after-free in nvme_free_host_mem()Chia-Lin Kao (AceLan)-2/+4
2026-05-11nvme: fix bio leak on mapping failureKeith Busch-3/+2
2026-05-11nvme: make prp passthrough usage less scaryKeith Busch-11/+6
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe-28/+77
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech-6/+7
2026-04-22nvme-pci: fix missed admin queue sq doorbell writeKeith Busch-0/+1
2026-04-22nvme-auth: Include SC_C in RVAL controller hashAlistair Francis-1/+2
2026-04-22nvme-tcp: teardown circular locking fixesChaitanya Kulkarni-7/+21
2026-04-22nvme: skip trace completion for host path errorsKeith Busch-3/+8
2026-04-16nvme-pci: add quirk for Memblaze Pblaze5 (0x1c5f:0x0555)Tao Jiang-0/+2
2026-04-16nvme-multipath: put module reference when delayed removal work is canceledJohn Garry-1/+2
2026-04-16nvme: expose TLS modeDaniel Wagner-0/+19
2026-04-16nvme-apple: drop invalid put of admin queue reference countFedor Pchelkin-5/+1
2026-04-16nvme-core: fix parameter name in commentFlavio Suligoi-1/+1
2026-04-13Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+0
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-167/+182
2026-04-09nvme-multipath: drop head pointer check in nvme_mpath_clear_current_path()John Garry-4/+0
2026-04-09nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808 (Samsung PM981/983...Alan Cui-0/+2
2026-04-08nvme: enable PCI P2PDMA support for RDMA transportShivaji Kant-0/+8
2026-04-08nvme: add missing MODULE_ALIAS for fabrics transportsGeliang Tang-0/+3
2026-03-27nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_CAlistair Francis-12/+15
2026-03-27nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett-0/+2
2026-03-27nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett-1/+1
2026-03-27nvme: set discard_granularity from NPDG/NPDACaleb Sander Mateos-3/+32
2026-03-27nvme: add from0based() helperCaleb Sander Mateos-0/+6
2026-03-27nvme: always issue I/O Command Set specific Identify NamespaceCaleb Sander Mateos-1/+1
2026-03-27nvme: update nvme_id_ns OPTPERF constantsCaleb Sander Mateos-1/+7
2026-03-27nvme: fold nvme_config_discard() into nvme_update_disk_info()Caleb Sander Mateos-24/+19
2026-03-27nvme: Allow reauth from sysfsAlistair Francis-1/+43
2026-03-27nvme: Expose the tls_configured sysfs for secure concat connectionsAlistair Francis-1/+1
2026-03-27nvme-auth: host: remove allocation of crypto_shashEric Biggers-27/+2
2026-03-27nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()Eric Biggers-35/+21
2026-03-27nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()Eric Biggers-38/+21
2026-03-27nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()Eric Biggers-6/+5
2026-03-27nvme-auth: use proper argument typesEric Biggers-1/+2
2026-03-27nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constantEric Biggers-3/+3
2026-03-16nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL checkCaleb Sander Mateos-4/+0
2026-03-14blk-integrity: support arbitrary buffer alignmentKeith Busch-0/+1
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+6
2026-03-10nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()Maurizio Lombardi-2/+1
2026-03-10nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim-2/+4
2026-03-10nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim-1/+1
2026-03-10block: move bio queue-transition flag fixups into blk_steal_bios()Chaitanya Kulkarni-14/+1
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-33/+288
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe-33/+288
2026-03-04nvme: fix memory allocation in nvme_pr_read_keys()Sungwoo Kim-2/+2
2026-02-27nvme-multipath: fix leak on try_module_get failureKeith Busch-7/+5