summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2026-03-27nvmet-tcp: Don't error if TLS is enabed on a resetAlistair Francis-6/+7
2026-03-27nvme-auth: common: remove selections of no-longer used crypto modulesEric Biggers-4/+0
2026-03-27nvme-auth: common: remove nvme_auth_digest_name()Eric Biggers-12/+0
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()Eric Biggers-69/+25
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_host_hash()Eric Biggers-62/+28
2026-03-27nvme-auth: target: remove obsolete crypto_has_shash() checksEric Biggers-15/+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: common: use crypto library in nvme_auth_derive_tls_psk()Eric Biggers-103/+53
2026-03-27nvme-auth: common: use crypto library in nvme_auth_generate_digest()Eric Biggers-62/+25
2026-03-27nvme-auth: common: use crypto library in nvme_auth_generate_psk()Eric Biggers-49/+14
2026-03-27nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()Eric Biggers-60/+36
2026-03-27nvme-auth: common: use crypto library in nvme_auth_transform_key()Eric Biggers-43/+10
2026-03-27nvme-auth: common: add HMAC helper functionsEric Biggers-0/+68
2026-03-27nvme-auth: common: explicitly verify psk_len == hash_lenEric Biggers-0/+5
2026-03-27nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()Eric Biggers-8/+7
2026-03-27nvme-auth: common: add KUnit tests for TLS key derivationEric Biggers-0/+191
2026-03-27nvme-auth: use proper argument typesEric Biggers-26/+31
2026-03-27nvme-auth: common: constify static dataEric Biggers-6/+6
2026-03-27nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constantEric Biggers-7/+5
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-8/+21
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-10nvmet: move async event work off nvmet-wqChaitanya Kulkarni-3/+15
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-37/+299
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe-37/+299
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
2026-02-26nvmet-fcloop: Check remoteport port_state before calling done callbackJustin Tee-4/+11
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-20/+10
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-86/+86
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-121/+115
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-121/+115
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan-1/+2
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+7
2026-02-13nvme-pci: do not try to add queue maps at runtimeKeith Busch-0/+12
2026-02-13nvme-pci: cap queue creation to used queuesKeith Busch-1/+7
2026-02-13nvme-pci: ensure we're polling a polled queueKeith Busch-1/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2026-02-12nvmet: ignore discard return valueChaitanya Kulkarni-21/+7
2026-02-11nvme: fix memory leak in quirks_param_set()Maurizio Lombardi-0/+1
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-23/+32
2026-02-06nvme: correct comment about nvme_ns_remove()John Garry-1/+1