aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19nvme-pci: trace SQ status on completionsyupeng3-0/+28
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg1-6/+43
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2-0/+16
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg6-7/+7
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg3-11/+39
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King1-1/+1
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig1-4/+5
2018-12-18nvmet-tcp: fix endianess annotationsChristoph Hellwig1-2/+2
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig1-6/+6
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig1-0/+3
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni2-2/+3
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King1-1/+1
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg1-6/+41
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2-0/+16
2018-12-13nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg1-0/+3
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-1/+1
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni1-0/+6
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni1-7/+29
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni3-15/+60
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni1-12/+72
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni1-4/+18
2018-12-13nvmet: add error log support for rdma backendChaitanya Kulkarni1-1/+9
2018-12-13nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2-13/+45
2018-12-13nvmet: add error log support in the coreChaitanya Kulkarni1-8/+23
2018-12-13nvmet: add interface to update error-log pageChaitanya Kulkarni2-6/+31
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