summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2021-03-18nvme: fix Write Zeroes limitationsChristoph Hellwig
2021-03-18nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAITChristoph Hellwig
2021-03-18nvme: merge nvme_keep_alive into nvme_keep_alive_workChristoph Hellwig
2021-03-12nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig
2021-03-11nvme-core: check ctrl css before setting up znsChaitanya Kulkarni
2021-03-11nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke
2021-03-11nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng
2021-02-10nvme: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2021-02-10nvme: cleanup zone information initializationDamien Le Moal
2021-02-02nvme-core: add cancel tagset helpersChao Leng
2021-02-02nvme-core: get rid of the extra spaceChaitanya Kulkarni
2021-02-02nvme: refactor ns->ctrl by requestMinwoo Im
2021-02-02nvme: support command retry delay for admin commandMinwoo Im
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn
2021-01-28nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng
2021-01-27nvme-core: check bdev value for NULLChaitanya Kulkarni
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig
2021-01-18nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar
2021-01-14nvme: don't intialize hwmon for discovery controllersSagi Grimberg
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy
2021-01-06nvme: unexport functions with no external callerMinwoo Im
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González
2020-12-01nvme: rename bdev operationsJavier González
2020-12-01nvme: rename controller base dev_t char deviceJavier González
2020-12-01nvme: remove unnecessary return valuesJavier González
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im
2020-12-01nvme: improve an error message on Identify failureMinwoo Im
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2020-11-16nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch
2020-11-14nvme: directly cache command effects logKeith Busch
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch
2020-10-13nvme: translate zone resource errorsKeith Busch