summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
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-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman1-0/+1
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig1-6/+18
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 Moon1-5/+10
2022-04-08nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
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
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke1-0/+27
2021-10-20nvme: paring quiesce/unquiesceMing Lei1-4/+8
2021-10-20nvme: prepare for pairing quiescing and unquiescingMing Lei1-21/+31
2021-10-20nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei1-1/+1
2021-10-20nvme: add APIs for stopping/starting admin queueMing Lei1-0/+12
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe1-2/+6
2021-10-19nvme: move command clear into the various setup helpersJens Axboe1-3/+7
2021-10-18nvme: add support for batched completion of polled IOJens Axboe1-3/+14
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-9/+12
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares1-9/+12
2021-09-27nvme: add command id quirk for apple controllersKeith Busch1-1/+3
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-8/+7
2021-09-15nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig1-2/+0
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner1-8/+7
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain1-1/+8
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner1-3/+6
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki1-2/+40
2021-09-06nvme: move nvme_multi_css into nvme.hAdam Manzanares1-5/+0