index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2024-01-19
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
14
-87
/
+146
2024-01-12
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
11
-325
/
+307
2024-01-11
nvmet-rdma: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+16
2024-01-11
nvmet-tcp: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+15
2024-01-10
Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+6
2024-01-10
nvme-pci: set doorbell config before unquiescing
William Butler
1
-1
/
+1
2024-01-08
nvmet-tcp: Fix the H2C expected PDU len calculation
Maurizio Lombardi
1
-3
/
+7
2024-01-08
nvme-tcp: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+3
2024-01-08
nvme-rdma: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+8
2024-01-08
nvme-pci: enhance timeout kernel log
Keith Busch
1
-10
/
+13
2024-01-06
nvme: trace: avoid memcpy overflow warning
Arnd Bergmann
1
-1
/
+1
2024-01-06
nvmet: re-fix tracing strncpy() warning
Arnd Bergmann
1
-2
/
+1
2024-01-06
nvme: introduce nvme_disk_is_ns_head helper
Guixin Liu
3
-6
/
+17
2024-01-06
nvme-pci: disable write zeroes for SK Hynix BC901
Jim.Lin
1
-0
/
+2
2024-01-06
nvmet-fcloop: Remove remote port from list when unlinking
Daniel Wagner
1
-5
/
+2
2024-01-03
nvmet-trace: avoid dereferencing pointer too early
Daniel Wagner
2
-14
/
+20
2024-01-03
nvmet-fc: remove unnecessary bracket
Daniel Wagner
1
-1
/
+1
2024-01-03
nvme: simplify the max_discard_segments calculation
Christoph Hellwig
2
-9
/
+6
2024-01-03
nvme: fix max_discard_sectors calculation
Christoph Hellwig
2
-12
/
+9
2024-01-03
nvme: also skip discard granularity updates in nvme_config_discard
Christoph Hellwig
1
-3
/
+1
2024-01-03
nvme: update the explanation for not updating the limits in nvme_config_discard
Christoph Hellwig
1
-1
/
+7
2024-01-03
nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pdu
Christoph Hellwig
1
-1
/
+1
2024-01-03
nvme-common: mark nvme_tls_psk_prio static
Christoph Hellwig
1
-1
/
+1
2024-01-03
nvme: tcp: remove unnecessary goto statement
Guixin Liu
1
-3
/
+2
2024-01-02
nvmet-tcp: remove boilerplate code
Maurizio Lombardi
1
-8
/
+8
2024-01-02
nvmet-tcp: fix a crash in nvmet_req_complete()
Maurizio Lombardi
1
-2
/
+1
2024-01-02
nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
Maurizio Lombardi
1
-1
/
+12
2023-12-22
Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...
Jens Axboe
11
-156
/
+277
2023-12-21
nvme-fc: set numa_node after nvme_init_ctrl
Keith Busch
1
-4
/
+2
2023-12-21
nvme-fabrics: don't check discovery ioccsz/iorcsz
Max Gurtovoy
1
-2
/
+2
2023-12-20
block: simplify disk_set_zoned
Christoph Hellwig
1
-1
/
+1
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-1
/
+1
2023-12-19
nvme-pci: fix sleeping function called from interrupt context
Maurizio Lombardi
1
-1
/
+2
2023-12-19
nvmet: configfs: use ctrl->instance to track passthru subsystems
Evan Burgess
1
-2
/
+2
2023-12-19
nvme: repack struct nvme_ns_head
Daniel Wagner
1
-4
/
+4
2023-12-19
nvme: add csi, ms and nuse to sysfs
Daniel Wagner
3
-1
/
+96
2023-12-19
nvme: rename ns attribute group
Daniel Wagner
4
-10
/
+10
2023-12-19
nvme: refactor ns info setup function
Daniel Wagner
2
-60
/
+62
2023-12-19
nvme: refactor ns info helpers
Daniel Wagner
4
-28
/
+34
2023-12-19
nvme: move ns id info to struct nvme_ns_head
Daniel Wagner
5
-66
/
+69
2023-12-19
Revert "nvme-fc: fix race between error recovery and creating association"
Keith Busch
1
-16
/
+5
2023-12-14
nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrl
Guixin Liu
1
-3
/
+0
2023-12-14
nvmet: allow identical cntlid_min and cntlid_max settings
Guixin Liu
1
-2
/
+2
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
1
-1
/
+1
2023-12-07
nvme-pci: Add sleep quirk for Kingston drives
Georg Gottleuber
2
-1
/
+20
2023-12-07
nvme-fabrics: check ioccsz and iorcsz
Guixin Liu
1
-0
/
+14
2023-12-07
nvme: introduce nvme_check_ctrl_fabric_info helper
Guixin Liu
1
-18
/
+24
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
[next]