summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2021-03-05nvme-fabrics: fix kato initializationMartin George
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-26nvme-pci: set min_align_maskJianxiong Gao
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2021-02-10nvme-multipath: set nr_zones for zoned namespacesKeith Busch
2021-02-10nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng
2021-02-10nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng
2021-02-10nvme: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2021-02-10nvme: cleanup zone information initializationDamien Le Moal
2021-02-02nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard
2021-02-02nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2021-02-02nvme-tcp: use cancel tagset helper for tear downChao Leng
2021-02-02nvme-rdma: use cancel tagset helper for tear downChao Leng
2021-02-02nvme-tcp: add clean action for failed reconnectionChao Leng
2021-02-02nvme-rdma: add clean action for failed reconnectionChao Leng
2021-02-02nvme-core: add cancel tagset helpersChao Leng
2021-02-02nvme-core: get rid of the extra spaceChaitanya Kulkarni
2021-02-02nvme: add tracing of zns commandsJohannes Thumshirn
2021-02-02nvme: parse format nvm command details when tracingMichal Krakowiak
2021-02-02nvme: refactor ns->ctrl by requestMinwoo Im
2021-02-02nvme-tcp: pass multipage bvec to request iov_iterSagi Grimberg
2021-02-02nvme-tcp: get rid of unused helper functionSagi Grimberg
2021-02-02nvme-tcp: fix wrong setting of request iov_iterSagi Grimberg
2021-02-02nvme: support command retry delay for admin commandMinwoo Im
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn
2021-01-28nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner
2021-01-28nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni
2021-01-27nvme-core: check bdev value for NULLChaitanya Kulkarni
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig
2021-01-20nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig
2021-01-20nvme-pci: refactor nvme_unmap_dataChristoph Hellwig
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng
2021-01-18nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar
2021-01-14nvme: don't intialize hwmon for discovery controllersSagi Grimberg