summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds-20/+37
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni-7/+20
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig-0/+6
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner-2/+3
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy-2/+2
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn-4/+4
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel-3/+1
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+3
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig-2/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-89/+18
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-863/+2954
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+7
2020-05-29nvme: force complete cancelled requestsKeith Busch-1/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig-19/+5
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig-8/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig-18/+3
2020-05-28net: add sock_set_priorityChristoph Hellwig-24/+6
2020-05-28net: add sock_no_lingerChristoph Hellwig-13/+2
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig-7/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky-1/+3
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang-4/+7
2020-05-27nvme: set dma alignment to qwordKeith Busch-0/+1
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg-9/+6
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin-19/+215
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin-32/+161
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin-10/+121
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin-25/+25
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin-3/+3
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin-0/+26
2020-05-27nvme-rdma: add metadata/T10-PI supportMax Gurtovoy-10/+270
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin-17/+24
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin-0/+2
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy-14/+27
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy-4/+14
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart-6/+7
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy-7/+35
2020-05-27nvme: introduce namespace features flagMax Gurtovoy-5/+14
2020-05-27nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni-0/+26
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni-4/+10
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni-0/+29
2020-05-27nvme: delete an unnecessary declarationDan Carpenter-1/+0
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-27nvme: fix io_opt limit settingDamien Le Moal-2/+2
2020-05-27nvme: disable streams when get stream params failedWu Bo-3/+6
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George-1/+3