summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng2021-01-281-1/+1
* nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
* nvme: don't intialize hwmon for discovery controllersSagi Grimberg2021-01-141-3/+8
* nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2021-01-061-1/+1
* nvme: unexport functions with no external callerMinwoo Im2021-01-061-4/+2
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-38/+112
|\
| * nvme: export zoned namespaces without Zone Append support read-onlyJavier González2020-12-011-1/+2
| * nvme: rename bdev operationsJavier González2020-12-011-4/+4
| * nvme: rename controller base dev_t char deviceJavier González2020-12-011-5/+7
| * nvme: remove unnecessary return valuesJavier González2020-12-011-5/+3
| * nvme: print a warning for when listing active namespaces failsMinwoo Im2020-12-011-1/+4
| * nvme: improve an error message on Identify failureMinwoo Im2020-12-011-1/+2
| * nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-011-1/+45
| * nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-011-17/+35
| * nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-3/+3
| * nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni2020-12-011-2/+9
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-16/+2
|\ \
| * | nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig2020-11-161-12/+1
| * | block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-1/+1
| * | nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-4/+1
| |/
* | nvme: fix memory leak freeing command effectsKeith Busch2020-11-141-2/+14
* | nvme: directly cache command effects logKeith Busch2020-11-141-5/+4
|/
* nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg2020-11-091-2/+0
* nvme: introduce nvme_sync_io_queuesChao Leng2020-11-031-2/+6
* nvme: ignore zone validate errors on subsequent scansKeith Busch2020-10-271-1/+1
* nvme: translate zone resource errorsKeith Busch2020-10-131-0/+4
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-303/+208
|\
| * nvme-core: remove extra condition for vwcChaitanya Kulkarni2020-10-071-3/+1
| * nvme-core: remove extra variableChaitanya Kulkarni2020-10-071-3/+2
| * nvme: remove nvme_identify_ns_listChristoph Hellwig2020-10-071-12/+8
| * nvme: refactor nvme_validate_nsChristoph Hellwig2020-10-071-20/+17
| * nvme: move nvme_validate_nsChristoph Hellwig2020-10-071-37/+37
| * nvme: query namespace identifiers before adding the namespaceChristoph Hellwig2020-10-071-63/+53
| * nvme: revalidate zone bitmaps in nvme_update_ns_infoChristoph Hellwig2020-10-071-4/+6
| * nvme: remove nvme_update_formatsChristoph Hellwig2020-10-071-30/+2
| * nvme: update the known admin effectsChristoph Hellwig2020-10-071-2/+2
| * nvme: set the queue limits in nvme_update_ns_infoChristoph Hellwig2020-10-071-25/+21
| * nvme: remove the 0 lba_shift check in nvme_update_ns_infoChristoph Hellwig2020-10-071-6/+0
| * nvme: clean up the check for too large logic block sizesChristoph Hellwig2020-10-071-8/+5
| * nvme: freeze the queue over ->lba_shift updatesChristoph Hellwig2020-10-071-6/+14
| * nvme: factor out a nvme_configure_metadata helperChristoph Hellwig2020-10-071-31/+47
| * nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockChristoph Hellwig2020-10-071-8/+7
| * nvme: lift the check for an unallocated namespace into nvme_identify_nsChristoph Hellwig2020-10-071-9/+8
| * nvme: rename __nvme_revalidate_diskChristoph Hellwig2020-10-071-5/+4
| * nvme: rename _nvme_revalidate_diskChristoph Hellwig2020-10-071-7/+6
| * nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig2020-10-071-3/+3
| * nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig2020-10-071-1/+1
| * nvme: fix initialization of the zone bitmapsChristoph Hellwig2020-10-071-23/+5
| * nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni2020-09-271-27/+4
| * nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni2020-09-271-20/+5