summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorLines
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy-1/+3
2019-09-25nvmet-tcp: remove superflous check on request sglSagi Grimberg-8/+4
2019-09-23nvmet: change ppl to lppJohn Pittman-8/+8
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-32/+66
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit-5/+3
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring-3/+1
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg-3/+13
2019-08-29nvmet-tcp: Add TOS for tcp transportIsrael Rukshin-0/+11
2019-08-29nvmet-tcp: fix possible memory leakSagi Grimberg-0/+1
2019-08-29nvmet-tcp: fix possible NULL derefSagi Grimberg-4/+8
2019-08-29nvmet: trace: parse Get LBA Status command in detailMinwoo Im-0/+18
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu-6/+8
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg-11/+1
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei-0/+2
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe-0/+3
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe-0/+8
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe-0/+16
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds-24/+76
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2019-07-09nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii-1/+3
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche-0/+50
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King-1/+1
2019-07-09nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart-1/+1
2019-07-09nvme-fcloop: fix inconsistent lock state warningsJames Smart-21/+21
2019-06-21nvmet: introduce target-side traceMinwoo Im-0/+353
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im-3/+3
2019-06-21nvme-fcloop: add support for nvmet discovery_event opJames Smart-0/+37
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart-0/+11
2019-06-21nvmet: add transport discovery change opJames Smart-0/+8
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei-2/+2
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe-0/+1
2019-06-04nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-01nvmet: protect discovery change log event list iterationSagi Grimberg-0/+5
2019-04-25nvme-loop: kill timeout handlerMing Lei-16/+0
2019-04-25nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg-6/+0
2019-04-25nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg-1/+6
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult-0/+2
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im-7/+7
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy-38/+38
2019-04-25nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy-2/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe-23/+51
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch-23/+51
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy-0/+2
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy-3/+4
2019-04-05nvmet-tcp: implement C2HData SUCCESS optimizationSagi Grimberg-3/+21
2019-04-05nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva-5/+2
2019-04-05nvmet: avoid double errno conversionsChristoph Hellwig-4/+2
2019-03-28nvmet: fix error flow during ns enableMax Gurtovoy-2/+2
2019-03-28nvmet: fix building bvec from sg listMing Lei-10/+10