index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: keyring: fix conditional compilation
Hannes Reinecke
2023-11-08
2
-12
/
+6
*
nvme: common: make keyring and auth separate modules
Arnd Bergmann
2023-11-07
6
-13
/
+9
*
nvme: start keep-alive after admin queue setup
Hannes Reinecke
2023-11-06
2
-3
/
+9
*
nvme-loop: always quiesce and cancel commands before destroying admin q
Hannes Reinecke
2023-11-06
1
-0
/
+4
*
nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()
Hannes Reinecke
2023-11-06
1
-5
/
+1
*
nvme-auth: always set valid seq_num in dhchap reply
Mark O'Donovan
2023-11-06
2
-3
/
+2
*
nvme-auth: add flag for bi-directional auth
Mark O'Donovan
2023-11-06
1
-1
/
+4
*
nvme-auth: auth success1 msg always includes resp
Mark O'Donovan
2023-11-06
1
-4
/
+1
*
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
2023-11-06
1
-2
/
+5
*
nvme: update firmware version after commit
Daniel Wagner
2023-11-06
1
-1
/
+14
*
nvme-tcp: Fix a memory leak
Christophe JAILLET
2023-11-06
1
-1
/
+2
*
nvme-auth: use crypto_shash_tfm_digest()
Eric Biggers
2023-11-06
1
-21
/
+2
*
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-11-01
20
-132
/
+1033
|
\
|
*
nvme-auth: allow mixing of secret and hash lengths
Mark O'Donovan
2023-10-17
1
-8
/
+0
|
*
nvme-auth: use transformed key size to create resp
Mark O'Donovan
2023-10-17
3
-38
/
+46
|
*
nvme-auth: alloc nvme_dhchap_key as single buffer
Mark O'Donovan
2023-10-17
1
-12
/
+25
|
*
nvmet-tcp: use 'spin_lock_bh' for state_lock()
Hannes Reinecke
2023-10-17
1
-2
/
+2
|
*
nvme: rework NVME_AUTH Kconfig selection
Hannes Reinecke
2023-10-12
7
-20
/
+19
|
*
nvmet-tcp: peek icreq before starting TLS
Hannes Reinecke
2023-10-11
3
-9
/
+82
|
*
nvmet-tcp: control messages for recvmsg()
Hannes Reinecke
2023-10-11
1
-13
/
+80
|
*
nvmet-tcp: enable TLS handshake upcall
Hannes Reinecke
2023-10-11
4
-4
/
+187
|
*
nvmet: Set 'TREQ' to 'required' when TLS is enabled
Hannes Reinecke
2023-10-11
2
-2
/
+18
|
*
nvmet-tcp: allocate socket file
Hannes Reinecke
2023-10-11
1
-4
/
+14
|
*
nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
Hannes Reinecke
2023-10-11
1
-10
/
+10
|
*
nvmet: make TCP sectype settable via configfs
Hannes Reinecke
2023-10-11
1
-1
/
+74
|
*
nvme-fabrics: parse options 'keyring' and 'tls_key'
Hannes Reinecke
2023-10-11
3
-5
/
+70
|
*
nvme-tcp: improve icreq/icresp logging
Hannes Reinecke
2023-10-11
1
-2
/
+8
|
*
nvme-tcp: control message handling for recvmsg()
Hannes Reinecke
2023-10-11
1
-1
/
+16
|
*
nvme-tcp: enable TLS handshake upcall
Hannes Reinecke
2023-10-11
7
-7
/
+185
|
*
nvme-tcp: allocate socket file
Hannes Reinecke
2023-10-11
1
-2
/
+11
|
*
nvme-keyring: implement nvme_tls_psk_default()
Hannes Reinecke
2023-10-11
1
-0
/
+48
|
*
nvme-keyring: define a 'psk' keytype
Hannes Reinecke
2023-10-11
1
-0
/
+94
|
*
nvme-keyring: register '.nvme' keyring
Hannes Reinecke
2023-10-11
4
-3
/
+54
|
*
nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
Kees Cook
2023-10-05
1
-1
/
+2
|
*
blk-mq: update driver tags request table when start request
Chengming Zhou
2023-09-22
1
-1
/
+0
*
|
nvmet: Convert to bdev_open_by_path()
Jan Kara
2023-10-28
2
-9
/
+12
*
|
nvme-pci: add BOGUS_NID for Intel 0a54 device
Keith Busch
2023-10-18
1
-1
/
+2
*
|
nvmet-auth: complete a request only after freeing the dhchap pointers
Maurizio Lombardi
2023-10-18
1
-3
/
+6
*
|
nvme: sanitize metadata bounce buffer for reads
Keith Busch
2023-10-18
1
-3
/
+7
*
|
nvme-auth: use chap->s2 to indicate bidirectional authentication
Martin Wilck
2023-10-10
1
-2
/
+2
*
|
nvmet-tcp: Fix a possible UAF in queue intialization setup
Sagi Grimberg
2023-10-10
1
-5
/
+2
*
|
nvme-rdma: do not try to stop unallocated queues
Maurizio Lombardi
2023-10-05
1
-0
/
+3
|
/
*
Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6
Jens Axboe
2023-09-14
5
-25
/
+38
|
\
|
*
nvme: avoid bogus CRTO values
Keith Busch
2023-09-14
1
-19
/
+35
|
*
nvme-pci: do not set the NUMA node of device if it has none
Pratyush Yadav
2023-09-12
1
-3
/
+0
|
*
nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
Nigel Kirkland
2023-08-21
1
-1
/
+1
|
*
nvme: host: hwmon: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
2023-08-21
1
-1
/
+1
|
*
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
Varun Prakash
2023-08-21
1
-1
/
+1
*
|
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
2
-3
/
+1
|
\
|
|
*
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
2023-08-09
2
-3
/
+1
[next]