summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-02-10nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg
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-03nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg
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-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni
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-02-02nvmet-fc: use RCU proctection for assoc_listLeonid Ravich
2021-02-02nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin
2021-02-02nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin
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-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
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-18nvmet: set right status on error in id-ns handlerChaitanya Kulkarni
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
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg