index
:
Linux Stable
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.13.y
linux-6.14.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
...
|
*
|
|
|
nvme-core: remove redundant check from nvme_init_ns_head
Irvin Cote
2023-06-12
1
-1
/
+1
|
*
|
|
|
nvme: move sysfs code to a dedicated sysfs.c file
Max Gurtovoy
2023-06-12
4
-655
/
+672
|
*
|
|
|
nvme-fabrics: prevent overriding of existing host
Max Gurtovoy
2023-06-12
1
-27
/
+71
|
*
|
|
|
nvme-fabrics: check hostid using uuid_equal
Max Gurtovoy
2023-06-12
1
-1
/
+1
|
*
|
|
|
nvme-fabrics: unify common code in admin and io queue connect
Max Gurtovoy
2023-06-12
1
-31
/
+43
|
*
|
|
|
nvmet: reorder fields in 'struct nvme_dhchap_queue_context'
Christophe JAILLET
2023-06-12
1
-3
/
+3
|
*
|
|
|
nvmet: reorder fields in 'struct nvmf_ctrl_options'
Christophe JAILLET
2023-06-12
1
-4
/
+4
|
*
|
|
|
nvme: reorder fields in 'struct nvme_ctrl'
Christophe JAILLET
2023-06-12
1
-3
/
+3
|
*
|
|
|
nvmet: reorder fields in 'struct nvmet_sq'
Christophe JAILLET
2023-06-12
1
-1
/
+1
|
*
|
|
|
nvme-fabrics: add queue setup helpers
Keith Busch
2023-06-12
4
-162
/
+96
|
*
|
|
|
nvme-pci: cleaning up nvme_pci_init_request
Irvin Cote
2023-06-12
1
-2
/
+1
|
*
|
|
|
nvme-rdma: fix typo in comment
Max Gurtovoy
2023-06-12
1
-1
/
+1
|
*
|
|
|
nvme-core: fix dev_pm_qos memleak
Chaitanya Kulkarni
2023-06-12
1
-0
/
+1
|
*
|
|
|
nvme-core: add missing fault-injection cleanup
Chaitanya Kulkarni
2023-06-12
1
-0
/
+1
|
*
|
|
|
nvme-core: fix memory leak in dhchap_ctrl_secret
Chaitanya Kulkarni
2023-06-12
1
-2
/
+5
|
*
|
|
|
nvme-core: fix memory leak in dhchap_secret_store
Chaitanya Kulkarni
2023-06-12
1
-2
/
+5
|
*
|
|
|
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
5
-9
/
+9
|
*
|
|
|
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
2023-06-12
1
-28
/
+34
|
*
|
|
|
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-1
/
+1
|
*
|
|
|
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
2
-2
/
+2
|
*
|
|
|
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
2
-4
/
+4
|
*
|
|
|
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
nvme: optimise io_uring passthrough completion
Pavel Begunkov
2023-05-25
1
-2
/
+2
|
|
/
/
*
|
|
nvme: fix the name of Zone Append for verbose logging
Christoph Hellwig
2023-05-31
1
-1
/
+1
*
|
|
nvme: improve handling of long keep alives
Uday Shankar
2023-05-30
1
-1
/
+15
*
|
|
nvme: check IO start time when deciding to defer KA
Uday Shankar
2023-05-30
2
-1
/
+14
*
|
|
nvme: double KA polling frequency to avoid KATO with TBKAS on
Uday Shankar
2023-05-30
1
-1
/
+17
*
|
|
nvme: fix miss command type check
min15.li
2023-05-30
4
-4
/
+6
*
|
|
NVMe: Add MAXIO 1602 to bogus nid list.
Tatsuki Sugiura
2023-05-26
1
-0
/
+2
*
|
|
Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4
Jens Axboe
2023-05-18
5
-4
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
nvme-pci: Add quirk for Teamgroup MP33 SSD
Daniel Smith
2023-05-18
1
-0
/
+2
|
*
|
nvme: do not let the user delete a ctrl before a complete initialization
Maurizio Lombardi
2023-05-17
1
-1
/
+5
|
*
|
nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
Christoph Hellwig
2023-05-17
1
-1
/
+0
|
*
|
nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
Adrian Huang
2023-05-03
1
-1
/
+1
|
*
|
nvme-pci: add quirk for missing secondary temperature thresholds
Hristo Venev
2023-05-03
3
-1
/
+10
|
*
|
nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
Sagi Grimberg
2023-05-03
1
-0
/
+2
*
|
|
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
2023-05-07
1
-1
/
+1
|
\
\
\
|
*
|
|
io_uring: Pass whole sqe to commands
Breno Leitao
2023-05-04
1
-1
/
+1
*
|
|
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
4
-6
/
+5
|
\
\
\
\
|
*
|
|
|
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
6
-48
/
+96
|
|
\
|
|
|
|
*
|
|
|
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
3
-5
/
+5
|
*
|
|
|
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
1
-1
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
11
-129
/
+126
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
Ming Lei
2023-04-13
1
-21
/
+27
|
*
|
|
blk-mq-rdma: remove queue mapping helper for rdma devices
Sagi Grimberg
2023-04-13
1
-5
/
+2
|
*
|
|
nvme-rdma: minor cleanup in nvme_rdma_create_cq()
zhenwei pi
2023-04-13
1
-8
/
+4
|
*
|
|
nvme: fix double blk_mq_complete_request for timeout request with low probabi...
Lei Yin
2023-04-13
1
-2
/
+2
|
*
|
|
nvme: fix async event trace event
Keith Busch
2023-04-13
2
-13
/
+7
|
*
|
|
nvme-apple: return directly instead of else
Chaitanya Kulkarni
2023-04-13
1
-2
/
+2
[prev]
[next]