summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-12-08nvme: fix SRCU protection of nvme_ns_head listCaleb Sander1-1/+1
2022-10-29nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig1-1/+5
2022-10-26nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-08-17nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig1-6/+7
2022-08-17nvme: don't return an error from nvme_configure_metadataChristoph Hellwig1-8/+5
2022-08-17nvme: disable namespace access for unsupported metadataKeith Busch1-3/+14
2022-08-17nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler1-0/+1
2022-07-29nvme: fix block device naming collisionIsrael Rukshin1-3/+3
2022-07-29nvme: check for duplicate identifiers earlierChristoph Hellwig1-7/+6
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li1-0/+2
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig1-0/+14
2022-06-29nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2022-06-22nvme: add device name to warning in uuid_show()Thomas Weißschuh1-2/+2
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-03-02nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
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
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke1-0/+3
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+2
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig1-20/+13
2021-08-16nvme: use bvec_virtChristoph Hellwig1-3/+2
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-1/+2
2021-08-15remove the lightnvm subsystemChristoph Hellwig1-13/+0
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-1/+1
2021-08-12nvme: remove the GENHD_FL_UP check in nvme_ns_removeChristoph Hellwig1-8/+6
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke1-3/+11
2021-07-01nvme: use return value from blk_execute_rq()Keith Busch1-8/+27
2021-07-01nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-33/+7