index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-07
nvme-pci: Add sleep quirk for Kingston drives
Georg Gottleuber
2
-1
/
+20
2023-12-04
nvme: fix deadlock between reset and scan
Bitao Hu
2
-0
/
+11
2023-12-04
nvme: prevent potential spectre v1 gadget
Nitesh Shetty
1
-0
/
+3
2023-12-04
nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions
Shin'ichiro Kawasaki
2
-4
/
+6
2023-12-04
nvme-ioctl: move capable() admin check to the end
Keith Busch
1
-10
/
+11
2023-12-04
nvme: ensure reset state check ordering
Keith Busch
5
-49
/
+63
2023-12-04
nvme: introduce helper function to get ctrl state
Keith Busch
1
-0
/
+5
2023-12-01
nvme-core: check for too small lba shift
Keith Busch
1
-2
/
+3
2023-11-28
nvme: check for valid nvme_identify_ns() before using it
Ewan D. Milne
1
-0
/
+9
2023-11-27
nvme-core: fix a memory leak in nvme_ns_info_from_identify()
Maurizio Lombardi
1
-2
/
+5
2023-11-27
nvme: fine-tune sending of first keep-alive
Mark O'Donovan
1
-2
/
+11
2023-11-23
nvme: tcp: fix compile-time checks for TLS mode
Arnd Bergmann
1
-17
/
+14
2023-11-23
nvme: target: fix Kconfig select statements
Arnd Bergmann
1
-2
/
+2
2023-11-23
nvme: target: fix nvme_keyring_id() references
Arnd Bergmann
1
-1
/
+1
2023-11-22
nvme: move nvme_stop_keep_alive() back to original position
Hannes Reinecke
4
-12
/
+11
2023-11-20
nvmet-tcp: always initialize tls_handshake_tmo_work
Hannes Reinecke
1
-1
/
+3
2023-11-20
nvmet: nul-terminate the NQNs passed in the connect command
Christoph Hellwig
1
-0
/
+4
2023-11-20
nvme: blank out authentication fabrics options if not configured
Hannes Reinecke
1
-0
/
+2
2023-11-20
nvme: catch errors from nvme_configure_metadata()
Hannes Reinecke
1
-6
/
+13
2023-11-20
nvme-tcp: only evaluate 'tls' option if TLS is selected
Hannes Reinecke
1
-1
/
+1
2023-11-20
nvme-auth: set explanation code for failure2 msgs
Mark O'Donovan
1
-0
/
+2
2023-11-20
nvme-auth: unlock mutex in one place only
Mark O'Donovan
1
-2
/
+1
2023-11-08
nvme: keyring: fix conditional compilation
Hannes Reinecke
2
-12
/
+6
2023-11-07
nvme: common: make keyring and auth separate modules
Arnd Bergmann
6
-13
/
+9
2023-11-06
nvme: start keep-alive after admin queue setup
Hannes Reinecke
2
-3
/
+9
2023-11-06
nvme-loop: always quiesce and cancel commands before destroying admin q
Hannes Reinecke
1
-0
/
+4
2023-11-06
nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()
Hannes Reinecke
1
-5
/
+1
2023-11-06
nvme-auth: always set valid seq_num in dhchap reply
Mark O'Donovan
2
-3
/
+2
2023-11-06
nvme-auth: add flag for bi-directional auth
Mark O'Donovan
1
-1
/
+4
2023-11-06
nvme-auth: auth success1 msg always includes resp
Mark O'Donovan
1
-4
/
+1
2023-11-06
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
1
-2
/
+5
2023-11-06
nvme: update firmware version after commit
Daniel Wagner
1
-1
/
+14
2023-11-06
nvme-tcp: Fix a memory leak
Christophe JAILLET
1
-1
/
+2
2023-11-06
nvme-auth: use crypto_shash_tfm_digest()
Eric Biggers
1
-21
/
+2
2023-11-02
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
20
-132
/
+1033
2023-10-28
nvmet: Convert to bdev_open_by_path()
Jan Kara
2
-9
/
+12
2023-10-19
nvme-pci: add BOGUS_NID for Intel 0a54 device
Keith Busch
1
-1
/
+2
2023-10-19
nvmet-auth: complete a request only after freeing the dhchap pointers
Maurizio Lombardi
1
-3
/
+6
2023-10-19
nvme: sanitize metadata bounce buffer for reads
Keith Busch
1
-3
/
+7
2023-10-17
nvme-auth: allow mixing of secret and hash lengths
Mark O'Donovan
1
-8
/
+0
2023-10-17
nvme-auth: use transformed key size to create resp
Mark O'Donovan
3
-38
/
+46
2023-10-17
nvme-auth: alloc nvme_dhchap_key as single buffer
Mark O'Donovan
1
-12
/
+25
2023-10-17
nvmet-tcp: use 'spin_lock_bh' for state_lock()
Hannes Reinecke
1
-2
/
+2
2023-10-12
nvme: rework NVME_AUTH Kconfig selection
Hannes Reinecke
7
-20
/
+19
2023-10-11
nvmet-tcp: peek icreq before starting TLS
Hannes Reinecke
3
-9
/
+82
2023-10-11
nvmet-tcp: control messages for recvmsg()
Hannes Reinecke
1
-13
/
+80
2023-10-11
nvmet-tcp: enable TLS handshake upcall
Hannes Reinecke
4
-4
/
+187
2023-10-11
nvmet: Set 'TREQ' to 'required' when TLS is enabled
Hannes Reinecke
2
-2
/
+18
2023-10-11
nvmet-tcp: allocate socket file
Hannes Reinecke
1
-4
/
+14
2023-10-11
nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
Hannes Reinecke
1
-10
/
+10
[next]