index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-4
/
+0
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
21
-697
/
+705
2026-03-27
nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdown
Nilay Shroff
1
-2
/
+0
2026-03-27
nvme: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2
-3
/
+4
2026-03-27
nvmet-fc: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-3
/
+3
2026-03-27
nvmet: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2026-03-27
nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_C
Alistair Francis
1
-12
/
+15
2026-03-27
nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4
Robert Beckett
1
-0
/
+2
2026-03-27
nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is set
Robert Beckett
1
-1
/
+1
2026-03-27
nvmet: report NPDGL and NPDAL
Caleb Sander Mateos
3
-4
/
+19
2026-03-27
nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
Caleb Sander Mateos
1
-2
/
+2
2026-03-27
nvme: set discard_granularity from NPDG/NPDA
Caleb Sander Mateos
1
-3
/
+32
2026-03-27
nvme: add from0based() helper
Caleb Sander Mateos
1
-0
/
+6
2026-03-27
nvme: always issue I/O Command Set specific Identify Namespace
Caleb Sander Mateos
1
-1
/
+1
2026-03-27
nvme: update nvme_id_ns OPTPERF constants
Caleb Sander Mateos
1
-1
/
+7
2026-03-27
nvme: fold nvme_config_discard() into nvme_update_disk_info()
Caleb Sander Mateos
1
-24
/
+19
2026-03-27
nvme: Allow reauth from sysfs
Alistair Francis
1
-1
/
+43
2026-03-27
nvme: Expose the tls_configured sysfs for secure concat connections
Alistair Francis
1
-1
/
+1
2026-03-27
nvmet-tcp: Don't free SQ on authentication success
Alistair Francis
1
-5
/
+4
2026-03-27
nvmet-tcp: Don't error if TLS is enabed on a reset
Alistair Francis
4
-6
/
+7
2026-03-27
nvme-auth: common: remove selections of no-longer used crypto modules
Eric Biggers
1
-4
/
+0
2026-03-27
nvme-auth: common: remove nvme_auth_digest_name()
Eric Biggers
1
-12
/
+0
2026-03-27
nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()
Eric Biggers
1
-69
/
+25
2026-03-27
nvme-auth: target: use crypto library in nvmet_auth_host_hash()
Eric Biggers
1
-62
/
+28
2026-03-27
nvme-auth: target: remove obsolete crypto_has_shash() checks
Eric Biggers
3
-15
/
+1
2026-03-27
nvme-auth: host: remove allocation of crypto_shash
Eric Biggers
1
-27
/
+2
2026-03-27
nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()
Eric Biggers
1
-35
/
+21
2026-03-27
nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()
Eric Biggers
1
-38
/
+21
2026-03-27
nvme-auth: common: use crypto library in nvme_auth_derive_tls_psk()
Eric Biggers
1
-102
/
+52
2026-03-27
nvme-auth: common: use crypto library in nvme_auth_generate_digest()
Eric Biggers
1
-61
/
+24
2026-03-27
nvme-auth: common: use crypto library in nvme_auth_generate_psk()
Eric Biggers
1
-49
/
+14
2026-03-27
nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()
Eric Biggers
1
-60
/
+36
2026-03-27
nvme-auth: common: use crypto library in nvme_auth_transform_key()
Eric Biggers
1
-43
/
+10
2026-03-27
nvme-auth: common: add HMAC helper functions
Eric Biggers
2
-0
/
+68
2026-03-27
nvme-auth: common: explicitly verify psk_len == hash_len
Eric Biggers
1
-0
/
+5
2026-03-27
nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
Eric Biggers
3
-8
/
+7
2026-03-27
nvme-auth: common: add KUnit tests for TLS key derivation
Eric Biggers
4
-0
/
+191
2026-03-27
nvme-auth: use proper argument types
Eric Biggers
4
-26
/
+31
2026-03-27
nvme-auth: common: constify static data
Eric Biggers
1
-6
/
+6
2026-03-27
nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
Eric Biggers
2
-7
/
+5
2026-03-16
nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check
Caleb Sander Mateos
1
-4
/
+0
2026-03-14
blk-integrity: support arbitrary buffer alignment
Keith Busch
1
-0
/
+1
2026-03-13
Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
6
-8
/
+21
2026-03-10
nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()
Maurizio Lombardi
1
-2
/
+1
2026-03-10
nvme-pci: Fix race bug in nvme_poll_irqdisable()
Sungwoo Kim
1
-2
/
+4
2026-03-10
nvmet: move async event work off nvmet-wq
Chaitanya Kulkarni
4
-3
/
+15
2026-03-10
nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
Sungwoo Kim
1
-1
/
+1
2026-03-10
block: move bio queue-transition flag fixups into blk_steal_bios()
Chaitanya Kulkarni
1
-14
/
+1
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
9
-37
/
+299
2026-03-04
Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0
Jens Axboe
9
-37
/
+299
[next]