index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet: remove superfluous initialization
Chaitanya Kulkarni
2024-02-13
1
-2
/
+2
*
nvme: implement support for relaxed effects
Keith Busch
2024-02-13
1
-0
/
+4
*
nvme-fabrics: fix I/O connect error handling
Chaitanya Kulkarni
2024-02-13
1
-0
/
+1
*
nvme: use ns->head->pi_size instead of t10_pi_tuple structure size
Francis Pravin
2024-02-07
1
-1
/
+1
*
nvme-core: fix comment to reflect right functions
Chaitanya Kulkarni
2024-02-07
1
-2
/
+2
*
nvme: move passthrough logging attribute to head
Keith Busch
2024-02-07
3
-18
/
+17
*
nvme-host: fix the updating of the firmware version
Maurizio Lombardi
2024-02-01
1
-2
/
+5
*
nvme: allow passthru cmd error logging
Alan Adamson
2024-02-01
3
-7
/
+113
*
nvme-fc: show hostnqn when connecting to fc target
Nitin U. Yewale
2024-02-01
1
-2
/
+2
*
nvme-rdma: show hostnqn when connecting to rdma target
Nitin U. Yewale
2024-02-01
1
-2
/
+2
*
nvme-tcp: show hostnqn when connecting to tcp target
Nitin U. Yewale
2024-02-01
1
-2
/
+2
*
nvmet-fc: use RCU list iterator for assoc_list
Daniel Wagner
2024-02-01
1
-12
/
+22
*
nvmet-fc: take ref count on tgtport before delete assoc
Daniel Wagner
2024-02-01
1
-8
/
+23
*
nvmet-fc: avoid deadlock on delete association path
Daniel Wagner
2024-02-01
1
-3
/
+13
*
nvmet-fc: abort command when there is no binding
Daniel Wagner
2024-02-01
1
-2
/
+6
*
nvmet-fc: do not tack refs on tgtports from assoc
Daniel Wagner
2024-02-01
1
-7
/
+1
*
nvmet-fc: remove null hostport pointer check
Daniel Wagner
2024-02-01
1
-4
/
+2
*
nvmet-fc: hold reference on hostport match
Daniel Wagner
2024-02-01
1
-2
/
+0
*
nvmet-fc: free queue and assoc directly
Daniel Wagner
2024-02-01
1
-4
/
+2
*
nvmet-fc: defer cleanup using RCU properly
Daniel Wagner
2024-02-01
1
-46
/
+37
*
nvmet-fc: release reference on target port
Daniel Wagner
2024-02-01
1
-1
/
+2
*
nvmet-fcloop: swap the list_add_tail arguments
Daniel Wagner
2024-02-01
1
-3
/
+3
*
nvme-fc: do not wait in vain when unloading module
Daniel Wagner
2024-02-01
1
-41
/
+6
*
nvme-fc: log human-readable opcode on timeout
Caleb Sander
2024-01-31
1
-3
/
+5
*
nvme: split out fabrics version of nvme_opcode_str()
Caleb Sander
2024-01-31
4
-11
/
+17
*
nvme: remove redundant status mask
Caleb Sander
2024-01-31
1
-1
/
+1
*
nvme: return string as char *, not unsigned char *
Caleb Sander
2024-01-31
2
-13
/
+13
*
nvme-common: add module description
Chaitanya Kulkarni
2024-01-31
2
-0
/
+2
*
nvme: enable retries for authentication commands
Hannes Reinecke
2024-01-31
3
-1
/
+5
*
nvme: change __nvme_submit_sync_cmd() calling conventions
Hannes Reinecke
2024-01-31
4
-20
/
+41
*
nvme-auth: open-code single-use macros
Hannes Reinecke
2024-01-31
1
-7
/
+7
*
nvme: use ctrl state accessor
Keith Busch
2024-01-29
8
-30
/
+37
*
nvmet-tcp: fix nvme tcp ida memory leak
Guixin Liu
2024-01-26
1
-0
/
+1
*
nvme-rdma: Fix transfer length when write_generate/read_verify are 0
Israel Rukshin
2024-01-24
1
-3
/
+8
*
nvmet: add module description to stop warnings
Chaitanya Kulkarni
2024-01-24
6
-0
/
+6
*
nvme: add module description to stop warnings
Chaitanya Kulkarni
2024-01-24
6
-0
/
+6
*
nvmet: unify aer type enum
Guixin Liu
2024-01-23
2
-3
/
+3
*
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-18
14
-87
/
+146
|
\
|
*
nvmet-rdma: avoid circular locking dependency on install_queue()
Hannes Reinecke
2024-01-10
1
-3
/
+16
|
*
nvmet-tcp: avoid circular locking dependency on install_queue()
Hannes Reinecke
2024-01-10
1
-3
/
+15
|
*
nvme-pci: set doorbell config before unquiescing
William Butler
2024-01-10
1
-1
/
+1
|
*
nvmet-tcp: Fix the H2C expected PDU len calculation
Maurizio Lombardi
2024-01-08
1
-3
/
+7
|
*
nvme-tcp: enhance timeout kernel log
Max Gurtovoy
2024-01-08
1
-3
/
+3
|
*
nvme-rdma: enhance timeout kernel log
Max Gurtovoy
2024-01-08
1
-3
/
+8
|
*
nvme-pci: enhance timeout kernel log
Keith Busch
2024-01-08
1
-10
/
+13
|
*
nvme: trace: avoid memcpy overflow warning
Arnd Bergmann
2024-01-05
1
-1
/
+1
|
*
nvmet: re-fix tracing strncpy() warning
Arnd Bergmann
2024-01-05
1
-2
/
+1
|
*
nvme: introduce nvme_disk_is_ns_head helper
Guixin Liu
2024-01-05
3
-6
/
+17
|
*
nvme-pci: disable write zeroes for SK Hynix BC901
Jim.Lin
2024-01-05
1
-0
/
+2
|
*
nvmet-fcloop: Remove remote port from list when unlinking
Daniel Wagner
2024-01-05
1
-5
/
+2
[next]