summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-0/+60
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi1-4/+3
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi1-2/+7
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im1-22/+0
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-657/+419
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im1-0/+87
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig1-80/+69
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke1-0/+2
2021-04-21nvme: sanitize KATO settingHannes Reinecke1-3/+14
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari1-0/+2
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig1-1/+10
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig1-4/+12
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig1-27/+4
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig1-4/+7
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig1-447/+3
2021-04-15nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig1-24/+42
2021-04-15nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig1-36/+47
2021-04-15nvme: simplify the compat ioctl handlingChristoph Hellwig1-43/+26
2021-04-15nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig1-21/+21
2021-04-15nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig1-1/+1
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig1-6/+11
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im1-6/+2
2021-04-15nvme: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche1-2/+4
2021-04-06nvme: implement non-mdts command limitsKeith Busch1-34/+72
2021-04-06nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel1-0/+12
2021-04-02nvme: export fast_io_fail_tmo to sysfsDaniel Wagner1-0/+31
2021-04-02nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner1-1/+1
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner1-20/+20
2021-04-02nvme: warn of unhandled effects only onceKeith Busch1-3/+3
2021-04-02nvme: use driver pdu command for passthroughKeith Busch1-13/+10
2021-04-02nvme: add new line after variable declatationChaitanya Kulkarni1-0/+3
2021-04-02nvme: don't check nvme_req flags for new reqChaitanya Kulkarni1-6/+5
2021-04-02nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni1-1/+1
2021-04-02nvme: split init identify into helperChaitanya Kulkarni1-23/+32
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni1-4/+4
2021-04-02nvme: reduce checks for zero command effectsKanchan Joshi1-1/+2
2021-03-18nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-18nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAITChristoph Hellwig1-2/+2
2021-03-18nvme: merge nvme_keep_alive into nvme_keep_alive_workChristoph Hellwig1-18/+8
2021-03-12nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig1-1/+1
2021-03-11nvme-core: check ctrl css before setting up znsChaitanya Kulkarni1-0/+6
2021-03-11nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-11nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke1-4/+4
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+49
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+16
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke1-0/+1
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng1-0/+15