summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke
2021-04-21nvme: sanitize KATO settingHannes Reinecke
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig
2021-04-15nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig
2021-04-15nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig
2021-04-15nvme: simplify the compat ioctl handlingChristoph Hellwig
2021-04-15nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig
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