summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-02-10nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg1-7/+24
2021-02-10nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng1-1/+3
2021-02-10nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng1-5/+1
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng2-0/+16
2021-02-10nvme: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong1-5/+5
2021-02-10nvme: cleanup zone information initializationDamien Le Moal2-13/+9
2021-02-03nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-02-02nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard1-0/+2
2021-02-02nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis1-0/+2
2021-02-02nvme-tcp: use cancel tagset helper for tear downChao Leng1-10/+2
2021-02-02nvme-rdma: use cancel tagset helper for tear downChao Leng1-10/+2
2021-02-02nvme-tcp: add clean action for failed reconnectionChao Leng1-2/+16
2021-02-02nvme-rdma: add clean action for failed reconnectionChao Leng1-2/+16
2021-02-02nvme-core: add cancel tagset helpersChao Leng2-0/+22
2021-02-02nvme-core: get rid of the extra spaceChaitanya Kulkarni1-1/+1
2021-02-02nvme: add tracing of zns commandsJohannes Thumshirn1-0/+34
2021-02-02nvme: parse format nvm command details when tracingMichal Krakowiak1-0/+19
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni2-5/+13
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni1-16/+15
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni1-11/+9
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni1-11/+9
2021-02-02nvme: refactor ns->ctrl by requestMinwoo Im1-3/+3
2021-02-02nvme-tcp: pass multipage bvec to request iov_iterSagi Grimberg1-4/+9
2021-02-02nvme-tcp: get rid of unused helper functionSagi Grimberg1-5/+0
2021-02-02nvme-tcp: fix wrong setting of request iov_iterSagi Grimberg1-5/+2
2021-02-02nvme: support command retry delay for admin commandMinwoo Im1-3/+2
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn3-4/+4
2021-02-02nvmet-fc: use RCU proctection for assoc_listLeonid Ravich1-43/+38
2021-02-02nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin1-1/+1
2021-02-02nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin1-3/+1
2021-01-28nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng1-1/+1
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner1-1/+1
2021-01-28nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni1-0/+2
2021-01-27nvme-core: check bdev value for NULLChaitanya Kulkarni1-1/+2
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig3-4/+4
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2-3/+3
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang4-6/+6
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig4-9/+8
2021-01-25nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig1-3/+2
2021-01-20nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig1-10/+18
2021-01-20nvme-pci: refactor nvme_unmap_dataChristoph Hellwig1-28/+49
2021-01-18nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+14
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng1-4/+10
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng1-4/+11
2021-01-18nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-01-14nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg1-1/+1