aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2017-12-29nvme-fcloop: avoid possible uninitialized variable warningGravatar James Smart 1-1/+1
2017-11-20nvmet-fc: correct ref counting error when deferred rcv usedGravatar James Smart 1-3/+6
2017-11-20nvme-loop: check if queue is ready in queue_rqGravatar Sagi Grimberg 1-1/+24
2017-11-16nvmet_fc: fix better length checkingGravatar James Smart 1-2/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-111/+89
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-15/+15
2017-11-10nvmet: kill nvmet_inline_bio_initGravatar Christoph Hellwig 1-14/+4
2017-11-10nvmet: better data length validationGravatar Christoph Hellwig 5-25/+34
2017-11-10nvme: remove handling of multiple AEN requestsGravatar Keith Busch 1-1/+1
2017-11-10nvme: centralize AEN definesGravatar Keith Busch 1-11/+3
2017-11-10nvmet: remove redundant local variableGravatar Sagi Grimberg 1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedGravatar Sagi Grimberg 1-3/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cGravatar Minwoo Im 1-2/+2
2017-11-10nvmet-rdma: update queue list during ib_device removalGravatar Israel Rukshin 1-2/+4
2017-11-03block: add a poll_fn callback to struct request_queueGravatar Christoph Hellwig 1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01nvmet: fix fatal_err_work deadlockGravatar James Smart 1-2/+14
2017-11-01nvme: consolidate common code from ->reset_workGravatar Christoph Hellwig 1-4/+0
2017-11-01nvme: move controller deletion to common codeGravatar Christoph Hellwig 1-39/+9
2017-10-27nvme: switch controller refcounting to use struct deviceGravatar Christoph Hellwig 1-1/+1
2017-10-20nvmet: Change max_nsid in subsystem due to ns_disable if neededGravatar Roy Shterman 1-0/+13
2017-10-19nvmet: make config_item_type constGravatar Bhumika Goyal 1-15/+15
2017-10-19nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setGravatar Israel Rukshin 1-0/+1
2017-10-19nvmet: synchronize sqhd updateGravatar James Smart 2-4/+13
2017-10-04nvmet: bump NVMET_NR_QUEUES to 128Gravatar James Smart 1-1/+1
2017-09-25nvme-fcloop: fix port deletes and callbacksGravatar James Smart 1-64/+38
2017-09-25nvmet-fc: ensure target queue id within range.Gravatar James Smart 1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockGravatar James Smart 1-1/+5
2017-09-25nvme: fix sqhd reference when admin queue connect failsGravatar James Smart 1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsGravatar James Smart 3-6/+12
2017-09-25nvmet-fc: fix failing max io queue connectionsGravatar James Smart 1-3/+3
2017-09-25nvmet-fcloop: remove use of FC-specific error codesGravatar James Smart 1-1/+1
2017-09-25nvmet-fc: remove use of FC-specific error codesGravatar James Smart 1-6/+3
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-63/+41
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+0
2017-08-30nvmet: add support for reporting the host identifierGravatar Omri Mann 3-2/+17
2017-08-28nvmet: use memcpy_and_pad for identify sn/frGravatar Martin Wilck 1-11/+3
2017-08-28nvmet-fc: simplify sg list handlingGravatar James Smart 1-38/+10
2017-08-28nvme: add symbolic constants for CC identifiersGravatar Max Gurtovoy 1-7/+7
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlGravatar Sagi Grimberg 1-0/+1
2017-08-28nvmet-fcloop: remove ALL_OPTS defineGravatar Johannes Thumshirn 1-3/+0
2017-08-28nvmet: fix the return error code of target if host is not allowedGravatar Guan Junxiong 1-0/+1
2017-08-28nvmet: use NVME_NSID_ALLGravatar Christoph Hellwig 2-2/+2
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeGravatar Jens Axboe 2-36/+187
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-3/+3
2017-08-18nvmet-rdma: remove redundant empty device add calloutGravatar Sagi Grimberg 1-5/+0
2017-08-17nvmet-fc: eliminate incorrect static markers on local variablesGravatar James Smart 1-2/+2
2017-08-16nvmet-fc: correct use after free on list teardownGravatar James Smart 1-2/+3