summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-14nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2-5/+3
2021-01-06nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2021-01-06nvme: unexport functions with no external callerMinwoo Im2-7/+2
2021-01-06nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar1-3/+4
2021-01-06nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg1-1/+11
2021-01-06nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2021-01-06nvme-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart1-3/+4
2021-01-06nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart1-1/+14
2020-12-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3