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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
nvmet-tcp: Fix potential UAF when ddgst mismatch
Sagi Grimberg
1
-1
/
+3
2026-05-11
nvmet-auth: Do not print DH-HMAC-CHAP secrets
Hannes Reinecke
2
-5
/
+17
2026-04-27
Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1
Jens Axboe
8
-80
/
+131
2026-04-22
nvme-auth: Hash DH shared secret to create session key
Chris Leech
1
-7
/
+8
2026-04-22
nvme-auth: Include SC_C in RVAL controller hash
Alistair Francis
1
-1
/
+2
2026-04-22
nvmet-tcp: Don't clear tls_key when freeing sq
Alistair Francis
1
-3
/
+0
2026-04-22
Revert "nvmet-tcp: Don't free SQ on authentication success"
Alistair Francis
1
-4
/
+5
2026-04-16
nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free
Chaitanya Kulkarni
1
-1
/
+1
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
10
-174
/
+97
2026-04-09
nvmet-tcp: fix race between ICReq handling and queue teardown
Chaitanya Kulkarni
1
-0
/
+26
2026-04-08
nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()
Maurizio Lombardi
1
-30
/
+7
2026-04-08
nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers
Maurizio Lombardi
1
-22
/
+29
2026-04-08
nvmet: introduce new mdts configuration entry
Aurelien Aptel
5
-11
/
+51
2026-04-07
nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error path
Shivam Kumar
1
-1
/
+2
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
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
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: 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: use proper argument types
Eric Biggers
2
-3
/
+4
2026-03-13
Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
4
-3
/
+15
2026-03-10
nvmet: move async event work off nvmet-wq
Chaitanya Kulkarni
4
-3
/
+15
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-4
/
+11
2026-03-04
Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0
Jens Axboe
1
-4
/
+11
2026-02-26
nvmet-fcloop: Check remoteport port_state before calling done callback
Justin Tee
1
-4
/
+11
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
5
-14
/
+7
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
14
-56
/
+56
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
15
-83
/
+77
2026-02-17
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-21
/
+7
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+2
2026-02-12
nvmet: ignore discard return value
Chaitanya Kulkarni
1
-21
/
+7
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-3
/
+4
2026-02-05
nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
YunJe Shin
1
-0
/
+17
2026-01-30
block: introduce bdev_rot()
Damien Le Moal
1
-2
/
+2
2026-01-21
nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereference
Ming Lei
1
-1
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2
-0
/
+2
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
1
-1
/
+2
2026-01-13
nvmet: do not copy beyond sybsysnqn string length
Shin'ichiro Kawasaki
1
-1
/
+1
2026-01-13
nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
Hannes Reinecke
1
-5
/
+4
2026-01-09
nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec
Shivam Kumar
1
-0
/
+12
2025-12-04
Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19
Jens Axboe
10
-58
/
+59
2025-12-04
nvmet-tcp: use kvcalloc for commands array
Israel Rukshin
1
-3
/
+3
[next]