summaryrefslogtreecommitdiff
path: root/drivers/nvme
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-274-6/+5
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-036-48/+96
| |\ \ | | |/
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-173-5/+5
| * | 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-2611-129/+126
|\ \ \
| * | | nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei2023-04-131-21/+27
| * | | 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
| * | | nvmet-tcp: validate idle poll modparam valueChaitanya Kulkarni2023-04-131-2/+3
| * | | nvmet-tcp: validate so_priority modparam valueChaitanya Kulkarni2023-04-131-2/+27
| * | | nvme-tcp: fence TCP socket on receive errorChris Leech2023-04-131-0/+3
| * | | nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig2023-04-132-9/+4
| * | | nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig2023-04-133-4/+4
| * | | nvmet: fix Identify Identification Descriptor List handlingChristoph Hellwig2023-04-131-19/+1
| * | | nvmet: cleanup nvmet_execute_identify()Damien Le Moal2023-04-131-16/+19
| * | | nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal2023-04-133-8/+18
| * | | nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal2023-04-131-7/+2
| * | | nvmet: fix Identify Controller handlingDamien Le Moal2023-04-131-5/+2
| * | | nvmet: fix Identify Namespace handlingDamien Le Moal2023-04-131-7/+2
| * | | nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal2023-04-131-7/+9
| * | | 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-164-16/+54
|\ \
| * | nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-151-1/+3
| * | 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-212-0/+8
|\ \
| * \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-172-11/+11
| |\ \