summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-15nvme: add a quirk to disable namespace identifiersChristoph Hellwig1-6/+18
2022-04-15nvme: don't print verbose errors for internal passthrough requestsChaitanya Kulkarni1-1/+2
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+26
2022-03-29nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman1-0/+1
2022-03-29nvme: fix RCU hole that allowed for endless looping in multipath round robinChris Leech1-4/+10
2022-03-29nvme: allow duplicate NSIDs for private namespacesSungup Moon1-5/+10
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+138
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-143/+0
2022-03-23nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav1-3/+5
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-77/+191
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig1-0/+8
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig1-35/+11
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig1-4/+18
2022-03-07nvme: add support for enhanced metadataKeith Busch1-24/+138
2022-03-07nvme: allow integrity on extended metadata formatsKeith Busch1-5/+2
2022-03-07nvme: remove support or stream based temperature hintChristoph Hellwig1-143/+0
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe1-38/+154
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig1-2/+36
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig1-7/+6
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch1-4/+5
2022-02-28nvme: explicitly set non-error for directivesKeith Busch1-0/+2
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger1-0/+39
2022-02-28nvme: send uevent on connection upMartin Belanger1-0/+9
2022-02-28nvme: add verbose error loggingAlan Adamson1-0/+33
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-9/+9
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni1-5/+3
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni1-1/+1
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 Hellwig1-1/+1
2022-02-09nvme: add nvme_complete_req tracepoint for batched completionBean Huo1-0/+1
2022-02-02nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+1
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke1-3/+1
2021-12-23nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang1-1/+0
2021-12-23nvme: increment request genctr on completionKeith Busch1-2/+0
2021-12-07nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li1-0/+1
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 Hellwig1-2/+2
2021-11-23nvme: fix write zeroes piKlaus Jensen1-3/+12
2021-11-23nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-11-09nvme: wait until quiesce is doneMing Lei1-0/+4
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+46
2021-10-20nvme: display correct subsystem NQNHannes Reinecke1-1/+1
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke1-0/+7