summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
6 daysMerge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
6 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-27nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdownNilay Shroff
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-03-27nvmet-fc: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-03-27nvmet: replace use of system_wq with system_percpu_wqMarco Crivellari
2026-03-27nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_CAlistair Francis
2026-03-27nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett
2026-03-27nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett
2026-03-27nvmet: report NPDGL and NPDALCaleb Sander Mateos
2026-03-27nvmet: use NVME_NS_FEAT_OPTPERF_SHIFTCaleb Sander Mateos
2026-03-27nvme: set discard_granularity from NPDG/NPDACaleb Sander Mateos
2026-03-27nvme: add from0based() helperCaleb Sander Mateos
2026-03-27nvme: always issue I/O Command Set specific Identify NamespaceCaleb Sander Mateos
2026-03-27nvme: update nvme_id_ns OPTPERF constantsCaleb Sander Mateos
2026-03-27nvme: fold nvme_config_discard() into nvme_update_disk_info()Caleb Sander Mateos
2026-03-27nvme: Allow reauth from sysfsAlistair Francis
2026-03-27nvme: Expose the tls_configured sysfs for secure concat connectionsAlistair Francis
2026-03-27nvmet-tcp: Don't free SQ on authentication successAlistair Francis
2026-03-27nvmet-tcp: Don't error if TLS is enabed on a resetAlistair Francis
2026-03-27nvme-auth: common: remove selections of no-longer used crypto modulesEric Biggers
2026-03-27nvme-auth: common: remove nvme_auth_digest_name()Eric Biggers
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()Eric Biggers
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_host_hash()Eric Biggers
2026-03-27nvme-auth: target: remove obsolete crypto_has_shash() checksEric Biggers
2026-03-27nvme-auth: host: remove allocation of crypto_shashEric Biggers
2026-03-27nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()Eric Biggers
2026-03-27nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()Eric Biggers
2026-03-27nvme-auth: common: use crypto library in nvme_auth_derive_tls_psk()Eric Biggers
2026-03-27nvme-auth: common: use crypto library in nvme_auth_generate_digest()Eric Biggers
2026-03-27nvme-auth: common: use crypto library in nvme_auth_generate_psk()Eric Biggers
2026-03-27nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()Eric Biggers
2026-03-27nvme-auth: common: use crypto library in nvme_auth_transform_key()Eric Biggers
2026-03-27nvme-auth: common: add HMAC helper functionsEric Biggers
2026-03-27nvme-auth: common: explicitly verify psk_len == hash_lenEric Biggers
2026-03-27nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()Eric Biggers
2026-03-27nvme-auth: common: add KUnit tests for TLS key derivationEric Biggers
2026-03-27nvme-auth: use proper argument typesEric Biggers
2026-03-27nvme-auth: common: constify static dataEric Biggers
2026-03-27nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constantEric Biggers
2026-03-16nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL checkCaleb Sander Mateos
2026-03-14blk-integrity: support arbitrary buffer alignmentKeith Busch
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-10nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()Maurizio Lombardi
2026-03-10nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim
2026-03-10nvmet: move async event work off nvmet-wqChaitanya Kulkarni
2026-03-10nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim
2026-03-10block: move bio queue-transition flag fixups into blk_steal_bios()Chaitanya Kulkarni
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe