summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig1-1/+2
2021-05-19nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-03-30nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig1-1/+1
2021-03-30nvme-core: check ctrl css before setting up znsChaitanya Kulkarni1-0/+6
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-30nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke1-4/+4
2021-03-25nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-07nvme-core: add cancel tagset helpersChao Leng1-0/+20
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-01-19nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch1-2/+14
2020-11-14nvme: directly cache command effects logKeith Busch1-5/+4
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg1-2/+0
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng1-2/+6
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch1-1/+1
2020-10-14nvme: translate zone resource errorsKeith Busch1-0/+4
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-303/+208
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+35
2020-10-09Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-10-07nvme-core: remove extra condition for vwcChaitanya Kulkarni1-3/+1
2020-10-07nvme-core: remove extra variableChaitanya Kulkarni1-3/+2
2020-10-07nvme: remove nvme_identify_ns_listChristoph Hellwig1-12/+8
2020-10-07nvme: refactor nvme_validate_nsChristoph Hellwig1-20/+17
2020-10-07nvme: move nvme_validate_nsChristoph Hellwig1-37/+37
2020-10-07nvme: query namespace identifiers before adding the namespaceChristoph Hellwig1-63/+53
2020-10-07nvme: revalidate zone bitmaps in nvme_update_ns_infoChristoph Hellwig1-4/+6
2020-10-07nvme: remove nvme_update_formatsChristoph Hellwig1-30/+2
2020-10-07nvme: update the known admin effectsChristoph Hellwig1-2/+2
2020-10-07nvme: set the queue limits in nvme_update_ns_infoChristoph Hellwig1-25/+21
2020-10-07nvme: remove the 0 lba_shift check in nvme_update_ns_infoChristoph Hellwig1-6/+0
2020-10-07nvme: clean up the check for too large logic block sizesChristoph Hellwig1-8/+5
2020-10-07nvme: freeze the queue over ->lba_shift updatesChristoph Hellwig1-6/+14
2020-10-07nvme: factor out a nvme_configure_metadata helperChristoph Hellwig1-31/+47
2020-10-07nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockChristoph Hellwig1-8/+7
2020-10-07nvme: lift the check for an unallocated namespace into nvme_identify_nsChristoph Hellwig1-9/+8
2020-10-07nvme: rename __nvme_revalidate_diskChristoph Hellwig1-5/+4
2020-10-07nvme: rename _nvme_revalidate_diskChristoph Hellwig1-7/+6
2020-10-07nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig1-3/+3
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig1-1/+1
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig1-23/+5
2020-10-07nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni1-27/+4
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni1-20/+5
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe1-18/+35
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-2/+1
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni1-1/+1
2020-09-23Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+15