summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-06-09nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni1-4/+15
2022-06-09nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman3-2/+28
2022-05-25nvmet: use a private workqueue instead of the system workqueueSagi Grimberg11-37/+50
2022-05-25nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R1-1/+4
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig1-1/+4
2022-04-27nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig1-0/+4
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig2-6/+23
2022-04-08nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav1-3/+5
2022-04-08nvme: allow duplicate NSIDs for private namespacesSungup Moon3-8/+33
2022-04-08nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-04-08nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke2-41/+1
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash1-14/+49
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23nvme: don't return an error from nvme_configure_metadataChristoph Hellwig1-8/+5
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2-2/+2
2022-02-09nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+9
2022-02-09nvme: add nvme_complete_req tracepoint for batched completionBean Huo1-0/+1
2022-02-03nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar1-0/+1
2022-02-02nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-02nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-02nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2022-01-27nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng1-2/+1
2022-01-27nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng1-1/+2
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+66
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds5-49/+113
2022-01-05nvme-pci: fix queue_rqs list splittingKeith Busch1-14/+14
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke3-8/+41
2021-12-23nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang1-1/+0
2021-12-23nvme: increment request genctr on completionKeith Busch2-2/+4
2021-12-23nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke1-1/+21
2021-12-16nvme: add support for mq_ops->queue_rqs()Jens Axboe1-0/+59
2021-12-16nvme: separate command prep and issueJens Axboe1-27/+36
2021-12-16nvme: split command copy into a helperJens Axboe1-14/+12
2021-12-08nvmet-tcp: fix possible list corruption for unexpected command failureSagi Grimberg1-1/+8
2021-12-07nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li2-1/+2
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao1-1/+2
2021-12-06nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel1-1/+4
2021-12-06nvme: disable namespace access for unsupported metadataKeith Busch1-3/+14
2021-12-06nvme: show subsys nqn for duplicate cntlidsKeith Busch1-2/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig3-8/+6
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig2-4/+4
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-11-23nvme: fix write zeroes piKlaus Jensen1-3/+12
2021-11-23nvme-fabrics: ignore invalid fast_io_fail_tmo valuesMaurizio Lombardi1-0/+3
2021-11-23nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2021-11-23nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi1-0/+6