index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
Ming Lei
1
-21
/
+27
2023-04-13
blk-mq-rdma: remove queue mapping helper for rdma devices
Sagi Grimberg
1
-5
/
+2
2023-04-13
nvme-rdma: minor cleanup in nvme_rdma_create_cq()
zhenwei pi
1
-8
/
+4
2023-04-13
nvme: fix double blk_mq_complete_request for timeout request with low probabi...
Lei Yin
1
-2
/
+2
2023-04-13
nvme: fix async event trace event
Keith Busch
2
-13
/
+7
2023-04-13
nvme-apple: return directly instead of else
Chaitanya Kulkarni
1
-2
/
+2
2023-04-13
nvme-apple: return directly instead of else
Chaitanya Kulkarni
1
-2
/
+2
2023-04-13
nvmet-tcp: validate idle poll modparam value
Chaitanya Kulkarni
1
-2
/
+3
2023-04-13
nvmet-tcp: validate so_priority modparam value
Chaitanya Kulkarni
1
-2
/
+27
2023-04-13
nvme-tcp: fence TCP socket on receive error
Chris Leech
1
-0
/
+3
2023-04-13
nvmet: remove nvmet_req_cns_error_complete
Christoph Hellwig
2
-9
/
+4
2023-04-13
nvmet: rename nvmet_execute_identify_cns_cs_ns
Christoph Hellwig
3
-4
/
+4
2023-04-13
nvmet: fix Identify Identification Descriptor List handling
Christoph Hellwig
1
-19
/
+1
2023-04-13
nvmet: cleanup nvmet_execute_identify()
Damien Le Moal
1
-16
/
+19
2023-04-13
nvmet: fix I/O Command Set specific Identify Controller
Damien Le Moal
3
-8
/
+18
2023-04-13
nvmet: fix Identify Active Namespace ID list handling
Damien Le Moal
1
-7
/
+2
2023-04-13
nvmet: fix Identify Controller handling
Damien Le Moal
1
-5
/
+2
2023-04-13
nvmet: fix Identify Namespace handling
Damien Le Moal
1
-7
/
+2
2023-04-13
nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()
Damien Le Moal
1
-7
/
+9
2023-04-13
nvme-pci: drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+1
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
2
-0
/
+8
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
13
-174
/
+175
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
3
-4
/
+19
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
10
-153
/
+166
2023-02-03
Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linux
Linus Torvalds
3
-4
/
+19
2023-02-03
nvme: use bvec_set_virt to initialize special_vec
Christoph Hellwig
1
-3
/
+1
2023-02-03
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
2
-11
/
+4
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
nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()
Amit Engel
1
-1
/
+1
2023-02-01
nvme-tcp: add additional info for nvme_tcp_timeout log
Amit Engel
1
-2
/
+5
[next]