aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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 Torvalds5-11/+15
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-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-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 Torvalds1-45/+8
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds9-352/+1327
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
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 Hellwig1-11/+3
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-8/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-8/+1
2020-05-28net: add sock_set_priorityChristoph Hellwig1-10/+2
2020-05-28net: add sock_no_lingerChristoph Hellwig1-8/+1
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-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
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy1-14/+27
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy3-4/+14
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart2-6/+7
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy2-7/+35
2020-05-27nvme: introduce namespace features flagMax Gurtovoy3-5/+14
2020-05-27nvme: delete an unnecessary declarationDan Carpenter1-1/+0
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-27nvme: fix io_opt limit settingDamien Le Moal1-2/+2
2020-05-27nvme: disable streams when get stream params failedWu Bo1-3/+6
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George1-1/+3
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang1-4/+18
2020-05-27nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-3/+8
2020-05-12nvme-pci: dma read memory barrier for completionsKeith Busch1-0/+5
2020-05-09nvme: define constants for identification valuesKeith Busch2-7/+8
2020-05-09nvme-multipath: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-09nvme-tcp: try to send request in queue_rq contextSagi Grimberg1-11/+32
2020-05-09nvme-tcp: avoid scheduling io_work if we are already pollingSagi Grimberg1-1/+5
2020-05-09nvme-tcp: use bh_lock in data_readySagi Grimberg1-2/+2
2020-05-09nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang1-24/+33
2020-05-09nvme-pci: remove last_sq_tailKeith Busch1-19/+4
2020-05-09nvme-pci: remove volatile cqesKeith Busch1-4/+5
2020-05-09nvme: flush scan work on passthrough commandsKeith Busch1-1/+3
2020-05-09nvme: clean up error handling in nvme_init_ns_headChristoph Hellwig1-13/+13
2020-05-09nvme-fc: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-05-09nvme: consolodate io settingsKeith Busch1-12/+9
2020-05-09nvme: revalidate namespace stream parametersKeith Busch1-27/+27
2020-05-09nvme: consolidate chunk_sectors settingsKeith Busch2-13/+10