aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13nvmet: add error-log definitionsChaitanya Kulkarni2-0/+11
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni6-23/+23
2018-12-13nvmet: remove unused variableSagi Grimberg1-2/+1
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe2-6/+38
2018-12-13nvme: add __exit annotationChengguang Xu2-2/+2
2018-12-13nvme-tcp: add NVMe over TCP host driverSagi Grimberg3-0/+2260
2018-12-13nvmet: allow configfs tcp trtype configurationSagi Grimberg1-0/+1
2018-12-13nvmet-tcp: add NVMe over TCP target driverSagi Grimberg3-0/+1749
2018-12-13nvme-fabrics: allow user passing data digestSagi Grimberg2-0/+7
2018-12-13nvme-fabrics: allow user passing header digestSagi Grimberg2-0/+7
2018-12-13nvmet: Add install_queue calloutSagi Grimberg2-0/+11
2018-12-11lightnvm: disable interleaved metadataIgor Konopko1-0/+1
2018-12-11lightnvm: dynamic DMA pool entry sizeIgor Konopko1-2/+3
2018-12-11lightnvm: simplify geometry enumerationMatias Bjørling3-23/+15
2018-12-11lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven1-1/+2
2018-12-11nvme: fix irq vs io_queue calculationsJens Axboe1-35/+29
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2-2/+11
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-07nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart1-1/+9
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