summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-fabrics: fix kato initializationMartin George2021-03-051-1/+4
* nvme-hwmon: Return error code when registration failsDaniel Wagner2021-03-051-0/+1
* nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan2021-03-051-0/+3
* nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi2021-03-051-0/+2
* nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag2021-03-051-1/+2
* Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-0/+1
|\
| * nvme-pci: set min_align_maskJianxiong Gao2021-02-261-0/+1
* | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2110-70/+212
|\ \
| * | 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
| * | nvme-multipath: set nr_zones for zoned namespacesKeith Busch2021-02-101-0/+4
| * | 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
| * | 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-022-3/+3
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-216-33/+28
|\ \ \
| * | | nvme: cleanup zone information initializationDamien Le Moal2021-02-102-13/+9
| * | | nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
| |/ /
| * | 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-243-5/+5
| * | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-244-9/+8
| * | nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig2021-01-241-3/+2
* | | nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard2021-02-021-0/+2
* | | nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-021-0/+2
| |/ |/|
* | nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng2021-01-281-1/+1
* | nvme-multipath: Early exit if no path is availableDaniel Wagner2021-01-281-1/+1
* | nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni2021-01-281-0/+2
|/
* nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
* nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
* nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+14
* nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng2021-01-181-4/+10
* nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
* nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
* nvme: don't intialize hwmon for discovery controllersSagi Grimberg2021-01-141-3/+8