summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2121-235/+401
|\
| * nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg2021-02-111-1/+1
| * nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi2021-02-102-1/+26
| * nvme-hwmon: rework to avoid devm allocationHannes Reinecke2021-02-103-10/+30
| * nvmet: remove else at the end of the functionChaitanya Kulkarni2021-02-101-2/+2
| * nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-104-9/+14
| * nvmet: use min of device_path and disk lenChaitanya Kulkarni2021-02-101-3/+6
| * nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-1/+1
| * nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-4/+1
| * nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-103-4/+11
| * nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni2021-02-101-2/+1
| * nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-103-40/+32
| * nvmet: return uniform error for invalid nsChaitanya Kulkarni2021-02-101-2/+2
| * nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni2021-02-101-1/+1
| * nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig2021-02-101-1/+1
| * nvme-multipath: set nr_zones for zoned namespacesKeith Busch2021-02-101-0/+4
| * nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg2021-02-101-10/+18
| * nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg2021-02-101-7/+24
| * nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng2021-02-101-1/+3
| * nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng2021-02-101-5/+1
| * nvme: introduce a nvme_host_path_error helperChao Leng2021-02-102-0/+16
| * nvme: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-101-5/+5
| * nvme-tcp: use cancel tagset helper for tear downChao Leng2021-02-021-10/+2
| * nvme-rdma: use cancel tagset helper for tear downChao Leng2021-02-021-10/+2
| * nvme-tcp: add clean action for failed reconnectionChao Leng2021-02-021-2/+16
| * nvme-rdma: add clean action for failed reconnectionChao Leng2021-02-021-2/+16
| * nvme-core: add cancel tagset helpersChao Leng2021-02-022-0/+22
| * nvme-core: get rid of the extra spaceChaitanya Kulkarni2021-02-021-1/+1
| * nvme: add tracing of zns commandsJohannes Thumshirn2021-02-021-0/+34
| * nvme: parse format nvm command details when tracingMichal Krakowiak2021-02-021-0/+19
| * nvmet: add lba to sect conversion helpersChaitanya Kulkarni2021-02-022-5/+13
| * nvmet: remove extra variable in identify nsChaitanya Kulkarni2021-02-021-16/+15
| * nvmet: remove extra variable in id-desclistChaitanya Kulkarni2021-02-021-11/+9
| * nvmet: remove extra variable in smart log nsidChaitanya Kulkarni2021-02-021-11/+9
| * nvme: refactor ns->ctrl by requestMinwoo Im2021-02-021-3/+3
| * nvme-tcp: pass multipage bvec to request iov_iterSagi Grimberg2021-02-021-4/+9
| * nvme-tcp: get rid of unused helper functionSagi Grimberg2021-02-021-5/+0
| * nvme-tcp: fix wrong setting of request iov_iterSagi Grimberg2021-02-021-5/+2
| * nvme: support command retry delay for admin commandMinwoo Im2021-02-021-3/+2
| * nvme: constify static attribute_group structsRikard Falkeborn2021-02-023-4/+4
| * nvmet-fc: use RCU proctection for assoc_listLeonid Ravich2021-02-021-43/+38
| * nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin2021-02-021-1/+1
| * nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin2021-02-021-3/+1
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-218-35/+30
|\ \
| * | nvme: cleanup zone information initializationDamien Le Moal2021-02-102-13/+9
| * | nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/
| * nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
| * block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-242-3/+3
| * block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-244-6/+6