summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe1-14/+126
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig1-0/+102
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg1-0/+10
2022-09-27nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-09-27nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-09-27nvme: handle effects after freeing the requestKeith Busch1-11/+6
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi1-0/+1
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-19nvme: add comment for unaligned "fake" nqnLinjun Bao1-1/+5
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2022-09-07nvme: requeue aen after firmware activationKeith Busch1-3/+11
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+2
2022-08-02nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados1-7/+34
2022-08-02nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig1-5/+10
2022-08-02nvme: refactor namespace probingChristoph Hellwig1-105/+125
2022-08-02nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig1-6/+6
2022-08-02nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig1-3/+3
2022-08-02nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig1-6/+7
2022-08-02nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler1-0/+1
2022-08-02nvme-multipath: refactor nvme_mpath_add_diskJoel Granados1-1/+1
2022-08-02nvme: implement In-Band authenticationHannes Reinecke1-4/+139
2022-08-02nvme: fix qid param blk_mq_alloc_request_hctxChaitanya Kulkarni1-1/+1
2022-08-02nvme: remove unused timeout parameterChaitanya Kulkarni1-8/+4
2022-08-02nvme: handle the persistent internal error AERMichael Kelley1-2/+29
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2022-07-26nvme-pci: check DMA ops when indicating support for PCI P2PDMALogan Gunthorpe1-1/+2
2022-07-14nvme: fix block device naming collisionIsrael Rukshin1-3/+3
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li1-0/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+0
2022-06-23nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig1-0/+14
2022-06-13nvme: add bug report info for global duplicate idKeith Busch1-0/+1
2022-06-13nvme: add device name to warning in uuid_show()Thomas Weißschuh1-2/+2
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2022-05-31nvme: set controller enable bit in a separate writeNiklas Cassel1-1/+9
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-1/+2
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+91
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-05-20nvme: enable uring-passthrough for admin commandsKanchan Joshi1-0/+1
2022-05-19nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni1-4/+15
2022-05-18nvme: add support for TP4084 - Time-to-Ready EnhancementsChristoph Hellwig1-6/+70
2022-05-16nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni1-0/+1
2022-05-16nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-05-16nvme: fix interpretation of DMRSLTom Yan1-2/+4
2022-05-11nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi1-0/+1
2022-05-03nvme: remove a spurious clear of discard_alignmentChristoph Hellwig1-1/+0
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+2
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