summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-07nvme: remove unused function nvme_ctrl_readyIsrael Rukshin1-9/+0
2018-12-07nvme: implement Enhanced Command RetryKeith Busch2-2/+46
2018-12-07nvmet: fix the structure member indentationChaitanya Kulkarni1-4/+4
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1
2018-12-07nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-07nvme: Remove unused forward declarationIsrael Rukshin1-1/+0
2018-12-07nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2-1/+14
2018-12-07nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg1-0/+1
2018-12-07nvmet: don't override treq upon modification.Sagi Grimberg1-4/+7
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg3-10/+20
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart1-64/+2
2018-12-07nvmet: mark nvmet_genctr staticChristoph Hellwig2-2/+1
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg4-12/+99
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg3-30/+9
2018-12-07nvmet: add support to Discovery controllers for commandsJay Sternberg1-0/+53
2018-12-07nvmet: add defines for discovery change async eventsJay Sternberg1-0/+2
2018-12-07nvmet: make kato and AEN processing for use by other controllersJay Sternberg2-15/+45
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg4-28/+18
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg3-9/+9
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg3-20/+15
2018-12-07nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni1-46/+84
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg3-1/+16
2018-12-07nvme: support traffic based keep-aliveSagi Grimberg2-0/+14
2018-12-07nvme: cache controller attributesSagi Grimberg2-0/+2
2018-12-07nvme: introduce ctrl attributes enumerationSagi Grimberg1-1/+1
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke5-7/+12
2018-12-07nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni1-3/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2-3/+4
2018-12-07dm: set the static flush bio device on demandDennis Zhou1-1/+11
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-20/+9
2018-12-04nvme-mpath: remove I/O polling supportChristoph Hellwig1-16/+0
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig1-24/+0
2018-12-04nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig1-11/+26
2018-12-04nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig1-8/+19
2018-12-04nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig1-21/+20
2018-12-04nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig1-23/+12
2018-12-04nvme-pci: only allow polling with separate poll queuesChristoph Hellwig1-13/+5
2018-12-04nvme-pci: cleanup SQ allocation a bitChristoph Hellwig1-18/+15
2018-12-04nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig1-28/+15
2018-12-04block: move queues types to the block layerChristoph Hellwig1-43/+25
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe267-1552/+2376
2018-12-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-58/+12
2018-12-02Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds1-1/+9
2018-12-01Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds4-4/+11
2018-12-01Merge tag 'pci-v4.20-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-24/+13
2018-11-30Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linusBjorn Helgaas3-11/+2
2018-11-30PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka1-13/+11
2018-11-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-5/+7