summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni
2020-09-22nvme: return errors for hwmon initKeith Busch
2020-09-17nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart
2020-08-28nvme: only use power of two io boundariesKeith Busch
2020-08-28nvme: fix controller instance leakKeith Busch
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg
2020-08-21nvme: redirect commands on dying queueChao Leng
2020-08-21nvme: refactor command completionChristoph Hellwig
2020-08-21nvme: skip noiob for zoned devicesKeith Busch
2020-08-21nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds
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: clear any SGL flags in passthru commandsLogan Gunthorpe
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni
2020-07-29nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang
2020-07-29nvme: remove an unnecessary conditionDan Carpenter
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos
2020-07-08nvme: remove ns->disk checksChristoph Hellwig
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg
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-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-29nvme: force complete cancelled requestsKeith Busch
2020-05-27nvme: set dma alignment to qwordKeith Busch
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart