index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: fix SRCU protection of nvme_ns_head list
Caleb Sander
2022-11-30
2
-1
/
+4
*
nvme-pci: clear the prp2 field when not used
Lei Rao
2022-11-30
1
-0
/
+2
*
nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
Tiago Dias Ferreira
2022-11-16
1
-0
/
+2
*
nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
Bean Huo
2022-11-15
1
-0
/
+2
*
nvme: quiet user passthrough command errors
Keith Busch
2022-11-09
2
-4
/
+1
*
nvme-multipath: set queue dma alignment to 3
Keith Busch
2022-10-25
1
-0
/
+1
*
nvme-tcp: fix possible circular locking when deleting a controller under memo...
Sagi Grimberg
2022-10-25
1
-1
/
+10
*
nvme-tcp: replace sg_init_marker() with sg_init_table()
Nam Cao
2022-10-25
1
-1
/
+1
*
nvme-hwmon: kmalloc the NVME SMART log buffer
Serge Semin
2022-10-19
1
-7
/
+16
*
nvme-hwmon: consistently ignore errors from nvme_hwmon_init
Christoph Hellwig
2022-10-19
2
-6
/
+13
*
nvme-apple: don't limit DMA segement size
Russell King (Oracle)
2022-10-19
1
-0
/
+2
*
nvme-pci: disable write zeroes on various Kingston SSD
Xander Li
2022-10-19
1
-0
/
+10
*
nvme: fix error pointer dereference in error handling
Dan Carpenter
2022-10-19
1
-1
/
+1
*
nvme-multipath: fix possible hang in live ns resize with ANA access
Sagi Grimberg
2022-10-12
1
-0
/
+1
*
nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs
Xi Ruoyao
2022-10-12
1
-0
/
+2
*
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760
Abhijit
2022-10-12
1
-0
/
+2
*
nvme-tcp: fix possible hang caused during ctrl deletion
Sagi Grimberg
2022-10-12
1
-1
/
+1
*
nvme-rdma: fix possible hang caused during ctrl deletion
Sagi Grimberg
2022-10-12
1
-1
/
+1
*
Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
3
-87
/
+158
|
\
|
*
nvme: wire up fixed buffer support for nvme passthrough
Kanchan Joshi
2022-09-30
1
-2
/
+16
|
*
nvme: pass ubuffer as an integer
Kanchan Joshi
2022-09-30
1
-11
/
+12
|
*
nvme: refactor nvme_alloc_request
Kanchan Joshi
2022-09-30
1
-37
/
+53
|
*
nvme: refactor nvme_add_user_metadata
Kanchan Joshi
2022-09-30
1
-10
/
+13
|
*
nvme: Use blk_rq_map_user_io helper
Anuj Gupta
2022-09-30
1
-16
/
+2
|
*
nvme: enable batched completions of passthrough IO
Jens Axboe
2022-09-30
1
-2
/
+1
|
*
nvme: split out metadata vs non metadata end_io uring_cmd completions
Jens Axboe
2022-09-30
1
-18
/
+61
|
*
block: change request end_io handler to pass back a return value
Jens Axboe
2022-09-30
3
-7
/
+16
|
*
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
2022-09-30
4
-5
/
+78
|
|
\
|
*
\
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
2022-09-30
8
-383
/
+383
|
|
\
\
*
|
\
\
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
8
-383
/
+383
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
nvme: remove nvme_ctrl_init_connect_q
Christoph Hellwig
2022-09-27
1
-8
/
+0
|
*
|
|
nvme-fc: use the tagset alloc/free helpers
Christoph Hellwig
2022-09-27
1
-66
/
+17
|
*
|
|
nvme-fc: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
2022-09-27
1
-20
/
+12
|
*
|
|
nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
Christoph Hellwig
2022-09-27
1
-9
/
+1
|
*
|
|
nvme-rdma: use the tagset alloc/free helpers
Christoph Hellwig
2022-09-27
1
-99
/
+34
|
*
|
|
nvme-rdma: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
2022-09-27
1
-6
/
+6
|
*
|
|
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
2022-09-27
1
-85
/
+16
|
*
|
|
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
2022-09-27
1
-6
/
+6
|
*
|
|
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
2022-09-27
1
-6
/
+3
|
*
|
|
nvme: add common helpers to allocate and free tagsets
Christoph Hellwig
2022-09-27
2
-0
/
+110
|
*
|
|
nvme-pci: report the actual number of tagset maps
Keith Busch
2022-09-27
1
-2
/
+4
|
*
|
|
nvme-pci: set min_align_mask before calculating max_hw_sectors
Rishabh Bhatnagar
2022-09-27
1
-1
/
+2
|
*
|
|
nvme: send a rediscover uevent when a persistent discovery controller reconnects
Sagi Grimberg
2022-09-27
2
-0
/
+11
|
*
|
|
nvme: enumerate controller flags
Sagi Grimberg
2022-09-27
1
-2
/
+5
|
*
|
|
nvme: ensure subsystem reset is single threaded
Keith Busch
2022-09-27
1
-3
/
+13
|
*
|
|
nvme: restrict management ioctls to admin
Keith Busch
2022-09-27
1
-0
/
+6
|
*
|
|
nvme: copy firmware_rev on each init
Keith Busch
2022-09-27
1
-1
/
+2
|
*
|
|
nvme: handle effects after freeing the request
Keith Busch
2022-09-27
3
-13
/
+17
|
*
|
|
nvme-tcp: print actual source IP address through sysfs "address" attr
Martin Belanger
2022-09-19
1
-1
/
+20
|
*
|
|
nvme-pci: move iod dma_len fill gaps
Keith Busch
2022-09-19
1
-1
/
+1
[next]