summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe2019-06-071-0/+1
|\
| * nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im2019-06-041-0/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* nvmet: protect discovery change log event list iterationSagi Grimberg2019-05-011-0/+5
* nvme-loop: kill timeout handlerMing Lei2019-04-251-16/+0
* nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg2019-04-251-6/+0
* nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg2019-04-251-1/+6
* nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2019-04-252-0/+2
* nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-253-7/+7
* nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-257-38/+38
* nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy2019-04-251-2/+1
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-223-23/+51
|\
| * nvmet: fix discover log page when offsets are usedKeith Busch2019-04-113-23/+51
* | 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-tcp: implement C2HData SUCCESS optimizationSagi Grimberg2019-04-051-3/+21
* | nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-04-051-5/+2
* | nvmet: avoid double errno conversionsChristoph Hellwig2019-04-051-4/+2
|/
* nvmet: fix error flow during ns enableMax Gurtovoy2019-03-281-2/+2
* nvmet: fix building bvec from sg listMing Lei2019-03-281-10/+10
* nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-132-5/+5
* nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart2019-03-131-31/+2
* nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart2019-03-131-5/+4
* nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-03-131-10/+10
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-207-63/+7
* nvmet-rdma: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvme-loop: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig2019-02-201-12/+1
* nvmet-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1
* nvmet: fix indentationBart Van Assche2019-02-201-1/+1
* nvmet-rdma: fix null dereference under heavy loadRaju Rangoju2019-01-231-1/+14
* nvmet-tcp: fix uninitialized variable accessSagi Grimberg2019-01-161-1/+1
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-181-1/+1
* nvmet-tcp: fix endianess annotationsChristoph Hellwig2018-12-181-2/+2
* nvmet: use a macro for default error locationChaitanya Kulkarni2018-12-182-2/+3
* nvmet: fix comparison of a u16 with -1Colin Ian King2018-12-181-1/+1
* nvmet: update smart log with num err log entriesChaitanya Kulkarni2018-12-131-0/+6
* nvmet: add error log page cmd handlerChaitanya Kulkarni2018-12-131-7/+29
* nvmet: add error log support for file backendChaitanya Kulkarni2018-12-133-15/+60
* nvmet: add error log support for bdev backendChaitanya Kulkarni2018-12-131-12/+72
* nvmet: add error log support for admin-cmdChaitanya Kulkarni2018-12-131-4/+18
* nvmet: add error log support for rdma backendChaitanya Kulkarni2018-12-131-1/+9
* nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2018-12-132-13/+45
* nvmet: add error log support in the coreChaitanya Kulkarni2018-12-131-8/+23
* nvmet: add interface to update error-log pageChaitanya Kulkarni2018-12-132-6/+31
* nvmet: add error-log definitionsChaitanya Kulkarni2018-12-132-0/+11
* nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni2018-12-133-9/+9
* nvmet: remove unused variableSagi Grimberg2018-12-131-2/+1
* nvmet: allow configfs tcp trtype configurationSagi Grimberg2018-12-131-0/+1
* nvmet-tcp: add NVMe over TCP target driverSagi Grimberg2018-12-133-0/+1749