aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * nvme-pci: allocate nvme_command within driver pduKeith Busch2021-04-021-5/+6
| * nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2021-04-022-0/+7
| * nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-023-17/+20
| * nvmet-fc: update function documentationChaitanya Kulkarni2021-04-021-0/+1
| * nvme-fc: fix the function documentation commentChaitanya Kulkarni2021-04-021-1/+1
| * nvme: add new line after variable declatationChaitanya Kulkarni2021-04-021-0/+3
| * nvme: don't check nvme_req flags for new reqChaitanya Kulkarni2021-04-021-6/+5
| * nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni2021-04-021-1/+1
| * nvme: split init identify into helperChaitanya Kulkarni2021-04-021-23/+32
| * nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-027-10/+10
| * nvme: reduce checks for zero command effectsKanchan Joshi2021-04-021-1/+2
| * nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi2021-04-021-1/+1
| * nvmet: replace white spaces with tabsChaitanya Kulkarni2021-04-021-1/+1
| * nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-023-7/+6
| * nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2021-04-022-5/+3
| * nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni2021-04-021-1/+0
| * nvme-pci: cleanup nvme_irq()Chaitanya Kulkarni2021-04-021-4/+2
| * nvme-pci: remove the barriers in nvme_irq()Chaitanya Kulkarni2021-04-021-6/+0
* | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1/+1
|\ \
| * | block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2021-04-061-1/+1
* | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/ /
* | nvmet-tcp: fix kmap leak when data digest in useElad Grupi2021-03-181-1/+1
* | nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-181-3/+14
* | nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg2021-03-181-2/+5