aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds21-819/+1250
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im4-9/+180
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 Reinecke3-7/+15
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu1-2/+8
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 Hellwig2-3/+12
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 Hellwig3-29/+32
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 Hellwig4-449/+468
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 Hellwig3-7/+7
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig3-28/+27
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im2-7/+8
2021-04-15nvme: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-15nvme-pci: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-15nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel1-1/+1
2021-04-15nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King1-1/+1
2021-04-15nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel1-31/+46
2021-04-15nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi1-8/+31
2021-04-13lightnvm: use kobj_to_dev()Chaitanya Kulkarni1-1/+1
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig1-1/+1
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche1-2/+4
2021-04-06nvme: implement non-mdts command limitsKeith Busch2-34/+75
2021-04-06nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel1-0/+12
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4
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 Wagner2-24/+24
2021-04-02nvme-fc: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvme-tcp: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark1-2/+34
2021-04-02nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-04-02nvme: warn of unhandled effects only onceKeith Busch1-3/+3
2021-04-02nvme: use driver pdu command for passthroughKeith Busch7-23/+25
2021-04-02nvme-pci: allocate nvme_command within driver pduKeith Busch1-5/+6
2021-04-02nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2-0/+7
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni3-17/+20
2021-04-02nvmet-fc: update function documentationChaitanya Kulkarni1-0/+1