summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im1-1/+6
2021-04-06nvme: implement non-mdts command limitsKeith Busch1-0/+3
2021-04-02nvme: use driver pdu command for passthroughKeith Busch1-2/+1
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni1-1/+1
2021-04-02nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi1-1/+1
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi1-0/+6
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke1-0/+8
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng1-0/+1
2021-02-02nvme-core: add cancel tagset helpersChao Leng1-0/+2
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy1-4/+2
2021-01-06nvme: unexport functions with no external callerMinwoo Im1-3/+0
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+9
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González1-0/+1
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov1-0/+3
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni1-0/+2
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni1-1/+1
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang1-1/+2
2020-11-14nvme: directly cache command effects logKeith Busch1-6/+0
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng1-0/+1
2020-10-22nvme: use queuedata for nvme_req_qidKeith Busch1-1/+1
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+5
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+0
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig1-6/+2
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig1-0/+1
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni1-1/+1
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni1-1/+1
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe1-13/+0
2020-09-22nvme: return errors for hwmon initKeith Busch1-2/+5
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart1-1/+0
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig1-13/+0
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-1/+1
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg1-1/+1
2020-08-21nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig1-10/+2
2020-08-21nvme: refactor command completionChristoph Hellwig1-3/+28
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig1-1/+7
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+84
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig1-0/+7
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe1-0/+2
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe1-0/+1
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe1-0/+1
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe1-0/+3
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-0/+6
2020-07-29nvme: document nvme controller statesSagi Grimberg1-0/+14
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni1-1/+8
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos1-0/+13
2020-07-08nvme: support for zoned namespacesKeith Busch1-0/+39
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch1-1/+9
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel1-0/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-0/+2