summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: use a macro for default error locationChaitanya Kulkarni2018-12-181-2/+2
* nvmet: fix comparison of a u16 with -1Colin Ian King2018-12-181-1/+1
* nvmet: add error log support for file backendChaitanya Kulkarni2018-12-131-0/+38
* nvmet: add error log support in the coreChaitanya Kulkarni2018-12-131-8/+23
* nvmet: add interface to update error-log pageChaitanya Kulkarni2018-12-131-1/+31
* nvmet: add error-log definitionsChaitanya Kulkarni2018-12-131-0/+5
* nvmet: use unlikely for req status checkChaitanya Kulkarni2018-12-071-1/+1
* nvmet: support fabrics sq flow controlSagi Grimberg2018-12-071-10/+13
* nvmet: enable Discovery Controller AENsJay Sternberg2018-12-071-1/+1
* nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg2018-12-071-27/+7
* nvmet: allow Keep Alive for Discovery controllerJay Sternberg2018-12-071-26/+10
* nvmet: change aen mask functions to use bit numbersJay Sternberg2018-12-071-2/+2
* nvmet: provide aen bit functions for multiple controller typesJay Sternberg2018-12-071-7/+0
* nvmet: support for traffic based keep-aliveSagi Grimberg2018-12-071-0/+12
* nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg2018-11-091-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-0/+180
|\
| * nvmet: Optionally use PCI P2P memoryLogan Gunthorpe2018-10-171-1/+163
| * nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe2018-10-171-0/+18
* | nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche2018-10-171-2/+1
|/
* nvmet: free workqueue object if module init failsChaitanya Kulkarni2018-08-281-1/+3
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-2/+102
|\
| * nvmet: add ns write protect supportChaitanya Kulkarni2018-08-081-1/+19
| * nvmet: support configuring ANA groupsChristoph Hellwig2018-07-271-0/+27
| * nvmet: add minimal ANA supportChristoph Hellwig2018-07-271-0/+34
| * nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig2018-07-271-1/+7
| * nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2018-07-271-0/+2
| * nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-231-0/+4
| * nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-231-0/+9
* | nvmet: only check for filebacking on -ENOTBLKHannes Reinecke2018-07-251-1/+1
|/
* nvmet: reset keep alive timer in controller enableMax Gurtuvoy2018-06-201-0/+8
* nvmet: mask pending AENsChristoph Hellwig2018-06-011-1/+8
* nvmet: add AEN configuration supportChristoph Hellwig2018-06-011-0/+3
* nvmet: implement the changed namespaces logChristoph Hellwig2018-06-011-9/+47
* nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig2018-06-011-0/+7
* nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-251-17/+33
* nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-251-1/+0
* nvmet: make a few error messages more genericChaitanya Kulkarni2018-05-251-2/+2
* nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig2018-03-261-6/+6
* nvmet: fix PSDT field check in command formatMax Gurtovoy2018-02-281-3/+6
* nvmet: release a ns reference in nvmet_req_uninit if neededSagi Grimberg2018-01-151-0/+3
* nvmet: rearrange nvmet_ctrl_free()Israel Rukshin2018-01-081-3/+4
* nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin2018-01-081-1/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-0/+23
|\
| * nvmet: better data length validationChristoph Hellwig2017-11-101-0/+10
| * nvmet: Change max_nsid in subsystem due to ns_disable if neededRoy Shterman2017-10-201-0/+13
* | nvmet: synchronize sqhd updateJames Smart2017-10-191-3/+12
|/
* nvme: fix sqhd reference when admin queue connect failsJames Smart2017-09-251-1/+2
* nvmet: implement valid sqhd values in completionsJames Smart2017-09-251-4/+4
* nvme: add symbolic constants for CC identifiersMax Gurtovoy2017-08-281-7/+7
* nvmet: fix the return error code of target if host is not allowedGuan Junxiong2017-08-281-0/+1