summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy1-0/+2
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy1-0/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds7-20/+37
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner1-2/+3
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy1-2/+2
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn1-4/+4
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel1-3/+1
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-2/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-89/+18
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds23-863/+2954
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+7
2020-05-29nvme: force complete cancelled requestsKeith Busch1-1/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig2-19/+5
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-8/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig2-18/+3
2020-05-28net: add sock_set_priorityChristoph Hellwig2-24/+6
2020-05-28net: add sock_no_lingerChristoph Hellwig2-13/+2
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-7/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang1-4/+7
2020-05-27nvme: set dma alignment to qwordKeith Busch1-0/+1
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin1-19/+215
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin4-32/+161
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin5-10/+121
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin7-25/+25
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin3-3/+3
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin3-0/+26
2020-05-27nvme-rdma: add metadata/T10-PI supportMax Gurtovoy1-10/+270
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin1-17/+24
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin1-0/+2