aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-05nvmet: update AEN list and array at one placeDaniel Wagner1-27/+36
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg1-0/+11
2020-02-04nvmet: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig1-5/+1
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig1-6/+0
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-4/+12
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin1-1/+1
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe1-0/+12
2019-06-21nvmet: introduce target-side traceMinwoo Im1-0/+8
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-06-21nvmet: add transport discovery change opJames Smart1-0/+2
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult1-0/+1
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im1-3/+3
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-11/+11
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy1-0/+2
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy1-3/+4
2019-03-28nvmet: fix error flow during ns enableMax Gurtovoy1-2/+2
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni1-2/+2
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King1-1/+1
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni1-0/+38
2018-12-13nvmet: add error log support in the coreChaitanya Kulkarni1-8/+23
2018-12-13nvmet: add interface to update error-log pageChaitanya Kulkarni1-1/+31
2018-12-13nvmet: add error-log definitionsChaitanya Kulkarni1-0/+5
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg1-10/+13
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg1-1/+1
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg1-27/+7
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg1-26/+10
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg1-2/+2
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg1-7/+0
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg1-0/+12
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+180
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe1-1/+163
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe1-0/+18
2018-10-17nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche1-2/+1
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni1-1/+3
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+102
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni1-1/+19
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig1-0/+27
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig1-0/+34
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig1-1/+7
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig1-0/+2
2018-07-25nvmet: only check for filebacking on -ENOTBLKHannes Reinecke1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-0/+4
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni1-0/+9
2018-06-20nvmet: reset keep alive timer in controller enableMax Gurtuvoy1-0/+8