summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
* nvme-multipath: reset bdev to ns head when failoverDaniel Wagner2021-05-041-0/+3
* nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu2021-05-041-0/+3
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-048-78/+83
* nvme: avoid memset for passthrough requestsKanchan Joshi2021-05-041-4/+3
* nvme: add nvme_get_ns helperKanchan Joshi2021-05-041-2/+7
* nvme: fix controller ioctl through ns_headMinwoo Im2021-05-043-47/+41
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-2821-819/+1250
|\
| * nvme: introduce generic per-namespace chardevMinwoo Im2021-04-224-9/+180
| * nvme: cleanup nvme_configure_apstChristoph Hellwig2021-04-211-80/+69
| * nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig2021-04-211-1/+2
| * nvme: add 'kato' sysfs attributeHannes Reinecke2021-04-211-0/+2
| * nvme: sanitize KATO settingHannes Reinecke2021-04-213-7/+15
| * nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
| * nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari2021-04-151-0/+2
| * nvme: let namespace probing continue for unsupported featuresChristoph Hellwig2021-04-152-3/+12
| * nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig2021-04-151-4/+12
| * nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig2021-04-153-29/+32
| * nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig2021-04-151-4/+7
| * nvme: move the ioctl code to a separate fileChristoph Hellwig2021-04-154-449/+468
| * nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig2021-04-151-24/+42
| * nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig2021-04-151-36/+47
| * nvme: simplify the compat ioctl handlingChristoph Hellwig2021-04-151-43/+26
| * nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig2021-04-151-21/+21
| * nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig2021-04-153-7/+7
| * nvme: cleanup setting the disk nameChristoph Hellwig2021-04-153-28/+27
| * nvme: add a nvme_ns_head_multipath helperMinwoo Im2021-04-152-7/+8
| * nvme: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
| * nvme-multipath: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
| * nvme-pci: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
| * nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel2021-04-151-1/+1
| * nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King2021-04-151-1/+1
| * nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel2021-04-151-31/+46
| * nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi2021-04-151-8/+31
| * lightnvm: use kobj_to_dev()Chaitanya Kulkarni2021-04-131-1/+1
| * nvme: fix handling of large MDTS valuesBart Van Assche2021-04-061-2/+4
| * nvme: implement non-mdts command limitsKeith Busch2021-04-062-34/+75
| * nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel2021-04-061-0/+12
| * nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke2021-04-061-0/+4
| * nvme: export fast_io_fail_tmo to sysfsDaniel Wagner2021-04-021-0/+31
| * nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner2021-04-021-1/+1
| * nvme: use sysfs_emit instead of sprintfDaniel Wagner2021-04-022-24/+24
| * nvme-fc: check sgl supported by targetMax Gurtovoy2021-04-021-0/+5
| * nvme-tcp: check sgl supported by targetMax Gurtovoy2021-04-021-0/+5
| * nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark2021-04-021-2/+34
| * nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg2021-04-021-2/+2
| * nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg2021-04-021-2/+2
| * nvmet: return proper error code from discovery ctrlHou Pu2021-04-021-2/+4
| * nvme: warn of unhandled effects only onceKeith Busch2021-04-021-3/+3
| * nvme: use driver pdu command for passthroughKeith Busch2021-04-027-23/+25