summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)Author
2020-09-22nvme: return errors for hwmon initKeith Busch
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart
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
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy
2020-05-27nvme: introduce namespace features flagMax Gurtovoy
2020-05-27nvme: delete an unnecessary declarationDan Carpenter
2020-05-09nvme: consolidate chunk_sectors settingsKeith Busch
2020-05-09nvme: check namespace head shared propertyKeith Busch
2020-05-09nvme: provide num dword helperKeith Busch
2020-03-26nvme: Fix controller creation races with teardown flowIsrael Rukshin
2020-03-26nvme-multipath: do not reset on unknown statusJohn Meneghini
2019-11-27nvme-rdma: Avoid preallocating big SGL for dataIsrael Rukshin
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin
2019-10-14nvme: Wait for reset state when requiredKeith Busch
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch
2019-09-26nvme: Move ctrl sqsize to generic spaceKeith Busch
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg