index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3
Jens Axboe
3
-15
/
+51
2023-03-15
block: count 'ios' and 'sectors' when io is done for bio-based device
Yu Kuai
1
-4
/
+4
2023-03-15
nvme-tcp: add nvme-tcp pdu size build protection
Sagi Grimberg
1
-0
/
+9
2023-03-15
nvme-tcp: fix opcode reporting in the timeout handler
Sagi Grimberg
1
-6
/
+18
2023-03-15
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
Philipp Geulen
1
-0
/
+2
2023-03-15
nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
Elmer Miroslav Mosher Golovin
1
-0
/
+2
2023-03-15
nvme-pci: fixing memory leak in probe teardown path
Irvin Cote
1
-0
/
+1
2023-03-15
nvme: fix handling single range discard request
Ming Lei
1
-9
/
+19
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
4
-20
/
+28
2023-02-28
nvme-fabrics: show well known discovery name
Daniel Wagner
1
-1
/
+2
2023-02-28
nvme-tcp: don't access released socket during error recovery
Akinobu Mita
1
-0
/
+6
2023-02-28
nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()
Dan Carpenter
1
-1
/
+1
2023-02-28
nvme: bring back auto-removal of deleted namespaces during sequential scan
Christoph Hellwig
1
-17
/
+18
2023-02-27
nvme: fix sparse warning on effects masking
Keith Busch
1
-1
/
+1
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+3
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
8
-158
/
+166
2023-02-18
Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+8
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-11
/
+11
2023-02-17
nvme-pci: refresh visible attrs for cmb attributes
Keith Busch
1
-0
/
+8
2023-02-16
Merge tag 'block-6.2-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+10
2023-02-14
nvme-pci: remove iod use_sgls
Keith Busch
1
-3
/
+1
2023-02-14
nvme-pci: fix freeing single sgl
Keith Busch
1
-1
/
+1
2023-02-14
nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev
Irvin Cote
1
-3
/
+3
2023-02-14
nvme-pci: set the DMA mask earlier
Christoph Hellwig
1
-7
/
+5
2023-02-13
nvme-pci: add bogus ID quirk for ADATA SX6000PNP
Daniel Wagner
1
-0
/
+2
2023-02-10
Merge tag 'block-6.2-2023-02-10' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+16
2023-02-08
nvme-auth: mark nvme_auth_wq static
Tom Rix
1
-1
/
+1
2023-02-07
Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...
Jens Axboe
8
-150
/
+162
2023-02-03
Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linux
Linus Torvalds
2
-3
/
+16
2023-02-03
nvme: use bvec_set_virt to initialize special_vec
Christoph Hellwig
1
-3
/
+1
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-11
/
+10
2023-02-01
nvme-auth: use workqueue dedicated to authentication
Shin'ichiro Kawasaki
1
-2
/
+12
2023-02-01
nvme: mask CSE effects for security receive
Keith Busch
1
-0
/
+17
2023-02-01
nvme: always initialize known command effects
Keith Busch
1
-39
/
+45
2023-02-01
nvme-tcp: add additional info for nvme_tcp_timeout log
Amit Engel
1
-2
/
+5
2023-02-01
nvme: add nvme_opcode_str function for all nvme cmd types
Amit Engel
2
-0
/
+29
2023-02-01
nvme: remove nvme_execute_passthru_rq
Christoph Hellwig
3
-17
/
+9
2023-02-01
nvme-pci: place descriptor addresses in iod
Keith Busch
1
-31
/
+18
2023-02-01
nvme-pci: use mapped entries for sgl decision
Keith Busch
1
-3
/
+3
2023-02-01
nvme-pci: remove SGL segment descriptors
Keith Busch
1
-42
/
+5
2023-02-01
nvme-auth: don't use NVMe status codes
Hannes Reinecke
1
-15
/
+15
2023-02-01
nvme-fabrics: clarify AUTHREQ result handling
Hannes Reinecke
1
-2
/
+17
2023-02-01
nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
Maurizio Lombardi
1
-0
/
+1
2023-02-01
nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set
Maurizio Lombardi
1
-1
/
+3
2023-01-29
nvme: set REQ_ALLOC_CACHE for uring-passthru request
Anuj Gupta
1
-2
/
+2
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+21
2023-01-27
Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linux
Linus Torvalds
3
-11
/
+10
2023-01-25
nvme: fix passthrough csi check
Keith Busch
1
-1
/
+1
2023-01-24
nvme-pci: flush initial scan_work for async probe
Keith Busch
1
-0
/
+1
[next]