summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-31nvme: set controller enable bit in a separate writeNiklas Cassel
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-20nvme: enable uring-passthrough for admin commandsKanchan Joshi
2022-05-19nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni
2022-05-18nvme: add support for TP4084 - Time-to-Ready EnhancementsChristoph Hellwig
2022-05-16nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni
2022-05-16nvme: set dma alignment to dwordKeith Busch
2022-05-16nvme: fix interpretation of DMRSLTom Yan
2022-05-11nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi
2022-05-03nvme: remove a spurious clear of discard_alignmentChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-15nvme: add a quirk to disable namespace identifiersChristoph Hellwig
2022-04-15nvme: don't print verbose errors for internal passthrough requestsChaitanya Kulkarni
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-29nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman
2022-03-29nvme: fix RCU hole that allowed for endless looping in multipath round robinChris Leech
2022-03-29nvme: allow duplicate NSIDs for private namespacesSungup Moon
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-23nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig
2022-03-07nvme: add support for enhanced metadataKeith Busch
2022-03-07nvme: allow integrity on extended metadata formatsKeith Busch
2022-03-07nvme: remove support or stream based temperature hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch
2022-02-28nvme: explicitly set non-error for directivesKeith Busch
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger
2022-02-28nvme: send uevent on connection upMartin Belanger
2022-02-28nvme: add verbose error loggingAlan Adamson
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig
2022-02-23nvme: don't return an error from nvme_configure_metadataChristoph Hellwig
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-09nvme: add nvme_complete_req tracepoint for batched completionBean Huo
2022-02-02nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds