summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni2020-06-111-7/+20
* nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn2020-05-271-9/+6
* nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg2020-05-271-9/+6
* nvmet: add metadata support for block devicesIsrael Rukshin2020-05-271-26/+69
* nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-271-4/+17
* nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-271-3/+3
* nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni2020-05-271-0/+5
* nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni2020-05-271-0/+8
* nvmet: add async event tracing supportChaitanya Kulkarni2020-05-271-0/+1
* nvmet: make ctrl model configurableMark Ruijter2020-03-041-0/+1
* nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-041-2/+6
* nvmet: update AEN list and array at one placeDaniel Wagner2020-02-051-27/+36
* nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-041-0/+11
* nvmet: Pass lockdep expression to RCU listsAmol Grover2020-02-041-2/+4
* nvmet: clean up command parsing a bitChristoph Hellwig2019-11-041-5/+1
* nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-041-6/+0
* nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-041-4/+12
* nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin2019-11-041-1/+1
* nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe2019-07-311-0/+3
* nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-07-311-0/+12
* nvmet: introduce target-side traceMinwoo Im2019-06-211-0/+8
* nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-211-1/+1
* nvmet: add transport discovery change opJames Smart2019-06-211-0/+2
* nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2019-04-251-0/+1
* nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-251-3/+3
* nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-251-11/+11
* nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy2019-04-051-0/+2
* nvmet: never fail double namespace enablementMax Gurtovoy2019-04-051-3/+4
* nvmet: fix error flow during ns enableMax Gurtovoy2019-03-281-2/+2
* nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-03-131-10/+10
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* 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
|/