summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2021-04-15nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im
2021-04-15nvme: remove single trailing whitespaceNiklas Cassel
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche
2021-04-06nvme: implement non-mdts command limitsKeith Busch
2021-04-06nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel
2021-04-02nvme: export fast_io_fail_tmo to sysfsDaniel Wagner
2021-04-02nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner
2021-04-02nvme: warn of unhandled effects only onceKeith Busch
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme: add new line after variable declatationChaitanya Kulkarni
2021-04-02nvme: don't check nvme_req flags for new reqChaitanya Kulkarni
2021-04-02nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni
2021-04-02nvme: split init identify into helperChaitanya Kulkarni
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-04-02nvme: reduce checks for zero command effectsKanchan Joshi
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_nsblock-5.12-2021-03-12-v2Christoph 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