summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-071-1/+1
|\
| * io_uring: Pass whole sqe to commandsBreno Leitao2023-05-041-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-5/+4
|\ \
| * | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-035-47/+93
| |\|
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-4/+4
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-266-37/+23
|\ \ \
| * | | blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg2023-04-131-5/+2
| * | | nvme-rdma: minor cleanup in nvme_rdma_create_cq()zhenwei pi2023-04-131-8/+4
| * | | nvme: fix double blk_mq_complete_request for timeout request with low probabi...Lei Yin2023-04-131-2/+2
| * | | nvme: fix async event trace eventKeith Busch2023-04-132-13/+7
| * | | nvme-apple: return directly instead of elseChaitanya Kulkarni2023-04-131-2/+2
| * | | nvme-apple: return directly instead of elseChaitanya Kulkarni2023-04-131-2/+2
| * | | nvme-tcp: fence TCP socket on receive errorChris Leech2023-04-131-0/+3
| * | | nvme-pci: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-04-131-5/+1
| |/ /
* | | nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong2023-04-141-0/+2
* | | nvme: fix discard support without oncsKeith Busch2023-04-051-3/+3
| |/ |/|
* | nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg2023-03-301-20/+26
* | nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos2023-03-281-1/+2
* | nvme: send Identify with CNS 06h only to I/O controllersMartin George2023-03-221-1/+2
* | block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-03-201-6/+8
* | Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3Jens Axboe2023-03-163-15/+51
|\ \
| * | nvme-tcp: add nvme-tcp pdu size build protectionSagi Grimberg2023-03-151-0/+9
| * | nvme-tcp: fix opcode reporting in the timeout handlerSagi Grimberg2023-03-151-6/+18
| * | nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen2023-03-151-0/+2
| * | nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin2023-03-151-0/+2
| * | nvme-pci: fixing memory leak in probe teardown pathIrvin Cote2023-03-151-0/+1
| * | nvme: fix handling single range discard requestMing Lei2023-03-151-9/+19
| |/
* / block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-4/+4
|/
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-034-20/+28
|\
| * nvme-fabrics: show well known discovery nameDaniel Wagner2023-02-281-1/+2
| * nvme-tcp: don't access released socket during error recoveryAkinobu Mita2023-02-281-0/+6
| * nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()Dan Carpenter2023-02-281-1/+1
| * nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig2023-02-281-17/+18
| * nvme: fix sparse warning on effects maskingKeith Busch2023-02-271-1/+1
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+3
|\ \
| * \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-172-11/+11
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-3/+16
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-023-11/+10
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-272-5/+21
| |\ \ \ \ \
| * | | | | | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* | | | | | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-208-158/+166
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | nvme-pci: remove iod use_sglsKeith Busch2023-02-141-3/+1
| * | | | | | nvme-pci: fix freeing single sglKeith Busch2023-02-141-1/+1
| * | | | | | Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe2023-02-078-150/+162
| |\ \ \ \ \ \
| | * | | | | | nvme: mask CSE effects for security receiveKeith Busch2023-02-011-0/+17
| | * | | | | | nvme: always initialize known command effectsKeith Busch2023-02-011-39/+45
| | * | | | | | nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel2023-02-011-2/+5
| | * | | | | | nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel2023-02-012-0/+29
| | * | | | | | nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-013-17/+9