aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Axboe4-14/+74
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2
2018-11-30nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-11-30nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig1-0/+3
2018-11-29nvme: implement mq_ops->commit_rqs() hookJens Axboe1-8/+39
2018-11-27nvme-pci: fix surprise removalIgor Konopko1-1/+1
2018-11-27nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne1-1/+1
2018-11-27nvme: Free ctrl device name on init failureKeith Busch1-1/+1
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-2/+2
2018-11-26nvme: remove opportunistic polling from bdev targetJens Axboe1-2/+0
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2-5/+5
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe2-31/+22
2018-11-19nvme-fc: remove ->poll implementationJens Axboe1-33/+0
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe1-2/+2
2018-11-19nvme: default to 0 poll queuesJens Axboe1-1/+1
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe4-17/+9
2018-11-16nvme: provide optimized poll function for separate poll queuesJens Axboe1-8/+37
2018-11-15nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe1-9/+11
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-1/+1
2018-11-15nvme-fc: resolve io failures during connectJames Smart1-10/+63
2018-11-14nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe1-3/+10
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds4-17/+9
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig1-15/+4
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg2-1/+4
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg1-1/+1
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe3-4/+5
2018-11-07nvme: add separate poll queue mapJens Axboe1-17/+80
2018-11-07nvme: utilize two queue maps, one for reads and one for writesJens Axboe1-19/+181
2018-11-07blk-mq: abstract out queue mapJens Axboe1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2018-11-02nvme-pci: fix conflicting p2p resource addsKeith Busch1-1/+4
2018-11-02nvme-fc: fix request private initializationJames Smart1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-48/+324
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds19-255/+532
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas8-47/+324
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg3-34/+33
2018-10-19nvme-rdma: always have a valid trsvcidSagi Grimberg1-24/+14
2018-10-18nvme-pci: remove duplicate checkChaitanya Kulkarni1-2/+2
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe5-1/+230
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe3-8/+32
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe3-4/+18