aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+1
2019-11-27nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin1-4/+4
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds11-159/+212
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig1-7/+6
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig1-0/+3
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig2-5/+6
2019-11-04nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg1-1/+7
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig6-15/+8
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig7-39/+86
2019-11-04nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2-2/+7
2019-11-04nvmet: Cleanup discovery execute handlersChristoph Hellwig1-25/+19
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig1-43/+50
2019-11-04nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe1-4/+2
2019-11-04nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe1-1/+1
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-1/+0
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin1-2/+2
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin1-1/+1
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin1-5/+3
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin1-2/+2
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart1-12/+15
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy1-1/+3
2019-09-25nvmet-tcp: remove superflous check on request sglSagi Grimberg1-8/+4
2019-09-23nvmet: change ppl to lppJohn Pittman1-8/+8
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds5-32/+66
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit1-5/+3
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring1-3/+1
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-3/+13
2019-08-29nvmet-tcp: Add TOS for tcp transportIsrael Rukshin1-0/+11
2019-08-29nvmet-tcp: fix possible memory leakSagi Grimberg1-0/+1
2019-08-29nvmet-tcp: fix possible NULL derefSagi Grimberg1-4/+8
2019-08-29nvmet: trace: parse Get LBA Status command in detailMinwoo Im1-0/+18
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-11/+1
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei1-0/+2
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe3-0/+16
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds6-24/+76
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-07-09nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii1-1/+3
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche3-0/+50
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King1-1/+1
2019-07-09nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart1-1/+1
2019-07-09nvme-fcloop: fix inconsistent lock state warningsJames Smart1-21/+21
2019-06-21nvmet: introduce target-side traceMinwoo Im4-0/+353
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im3-3/+3
2019-06-21nvme-fcloop: add support for nvmet discovery_event opJames Smart1-0/+37
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart1-0/+11
2019-06-21nvmet: add transport discovery change opJames Smart3-0/+8
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-2/+2