aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)Author
2024-01-25nvme: introduce helper function to get ctrl stateKeith Busch
2023-01-14nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang
2022-11-25nvme: ensure subsystem reset is single threadedKeith Busch
2022-10-30nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-06-29nvme: split nvme_alloc_request()Chaitanya Kulkarni
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig
2021-10-06nvme: add command id quirk for apple controllersKeith Busch
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-03-07nvme-core: add cancel tagset helpersChao Leng
2020-11-14nvme: directly cache command effects logKeith Busch
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng
2020-10-22nvme: use queuedata for nvme_req_qidKeith 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-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig
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-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe
2020-09-22nvme: return errors for hwmon initKeith Busch
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg
2020-08-21nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig
2020-08-21nvme: refactor command completionChristoph Hellwig
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg
2020-07-29nvme: document nvme controller statesSagi Grimberg
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos
2020-07-08nvme: support for zoned namespacesKeith Busch
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig