summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González
2020-12-01nvme: rename bdev operationsJavier González
2020-12-01nvme: rename controller base dev_t char deviceJavier González
2020-12-01nvme: remove unnecessary return valuesJavier González
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im
2020-12-01nvme: improve an error message on Identify failureMinwoo Im
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2020-11-16nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch
2020-11-14nvme: directly cache command effects logKeith Busch
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch
2020-10-13nvme: translate zone resource errorsKeith Busch
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07nvme-core: remove extra condition for vwcChaitanya Kulkarni
2020-10-07nvme-core: remove extra variableChaitanya Kulkarni
2020-10-07nvme: remove nvme_identify_ns_listChristoph Hellwig
2020-10-07nvme: refactor nvme_validate_nsChristoph Hellwig
2020-10-07nvme: move nvme_validate_nsChristoph Hellwig
2020-10-07nvme: query namespace identifiers before adding the namespaceChristoph Hellwig
2020-10-07nvme: revalidate zone bitmaps in nvme_update_ns_infoChristoph Hellwig
2020-10-07nvme: remove nvme_update_formatsChristoph Hellwig
2020-10-07nvme: update the known admin effectsChristoph Hellwig
2020-10-07nvme: set the queue limits in nvme_update_ns_infoChristoph Hellwig
2020-10-07nvme: remove the 0 lba_shift check in nvme_update_ns_infoChristoph Hellwig
2020-10-07nvme: clean up the check for too large logic block sizesChristoph Hellwig
2020-10-07nvme: freeze the queue over ->lba_shift updatesChristoph Hellwig
2020-10-07nvme: factor out a nvme_configure_metadata helperChristoph Hellwig
2020-10-07nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockChristoph Hellwig
2020-10-07nvme: lift the check for an unallocated namespace into nvme_identify_nsChristoph Hellwig
2020-10-07nvme: rename __nvme_revalidate_diskChristoph Hellwig
2020-10-07nvme: rename _nvme_revalidate_diskChristoph Hellwig
2020-10-07nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig
2020-10-07nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe