summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2-5/+5
2019-03-13nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart1-31/+2
2019-03-13nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart1-5/+4
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig7-63/+7
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig1-12/+1
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2019-02-20nvmet: fix indentationBart Van Assche1-1/+1
2019-01-24nvmet-rdma: fix null dereference under heavy loadRaju Rangoju1-1/+14
2019-01-16nvmet-tcp: fix uninitialized variable accessSagi Grimberg1-1/+1
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-1/+1
2018-12-18nvmet-tcp: fix endianess annotationsChristoph Hellwig1-2/+2
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-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 Kulkarni3-9/+9
2018-12-13nvmet: remove unused variableSagi Grimberg1-2/+1
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-13nvmet: Add install_queue calloutSagi Grimberg2-0/+11
2018-12-10Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe1-1/+2
2018-12-08nvmet: fix the structure member indentationChaitanya Kulkarni1-4/+4
2018-12-08nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1
2018-12-08nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-08nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg1-0/+1
2018-12-08nvmet: don't override treq upon modification.Sagi Grimberg1-4/+7
2018-12-08nvmet: support fabrics sq flow controlSagi Grimberg3-10/+20
2018-12-08nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart1-64/+2
2018-12-08nvmet: mark nvmet_genctr staticChristoph Hellwig2-2/+1
2018-12-08nvmet: enable Discovery Controller AENsJay Sternberg4-12/+99
2018-12-08nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg3-30/+9
2018-12-08nvmet: add support to Discovery controllers for commandsJay Sternberg1-0/+53
2018-12-08nvmet: add defines for discovery change async eventsJay Sternberg1-0/+2
2018-12-08nvmet: make kato and AEN processing for use by other controllersJay Sternberg2-15/+45
2018-12-08nvmet: allow Keep Alive for Discovery controllerJay Sternberg4-28/+18
2018-12-08nvmet: change aen mask functions to use bit numbersJay Sternberg3-9/+9
2018-12-08nvmet: provide aen bit functions for multiple controller typesJay Sternberg3-20/+15
2018-12-08nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni1-46/+84
2018-12-08nvmet: support for traffic based keep-aliveSagi Grimberg3-1/+16