summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-0/+1
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman1-0/+2
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig1-3/+4
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-1/+2
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-2/+1
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin1-0/+2
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy1-0/+1
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart1-0/+7
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy1-0/+1
2020-05-27nvme: introduce namespace features flagMax Gurtovoy1-1/+5
2020-05-27nvme: delete an unnecessary declarationDan Carpenter1-1/+0
2020-05-09nvme: consolidate chunk_sectors settingsKeith Busch1-1/+0
2020-05-09nvme: check namespace head shared propertyKeith Busch1-0/+1
2020-05-09nvme: provide num dword helperKeith Busch1-0/+8
2020-03-26nvme: Fix controller creation races with teardown flowIsrael Rukshin1-0/+1
2020-03-26nvme-multipath: do not reset on unknown statusJohn Meneghini1-2/+3
2019-11-27nvme-rdma: Avoid preallocating big SGL for dataIsrael Rukshin1-0/+6
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+13
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+18
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita1-0/+5
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck1-0/+8
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal1-0/+8
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal1-2/+5