aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-19nvmet: synchronize sqhd updateJames Smart2-4/+13
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart3-6/+12
2017-09-25nvmet-fc: fix failing max io queue connectionsJames Smart1-3/+3
2017-09-25nvmet-fcloop: remove use of FC-specific error codesJames Smart1-1/+1
2017-09-25nvmet-fc: remove use of FC-specific error codesJames Smart1-6/+3
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds8-63/+41
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+0
2017-08-30nvmet: add support for reporting the host identifierOmri Mann3-2/+17
2017-08-28nvmet: use memcpy_and_pad for identify sn/frMartin Wilck1-11/+3
2017-08-28nvmet-fc: simplify sg list handlingJames Smart1-38/+10
2017-08-28nvme: add symbolic constants for CC identifiersMax Gurtovoy1-7/+7
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg1-0/+1
2017-08-28nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn1-3/+0
2017-08-28nvmet: fix the return error code of target if host is not allowedGuan Junxiong1-0/+1
2017-08-28nvmet: use NVME_NSID_ALLChristoph Hellwig2-2/+2
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2-36/+187
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+3
2017-08-18nvmet-rdma: remove redundant empty device add calloutSagi Grimberg1-5/+0
2017-08-17nvmet-fc: eliminate incorrect static markers on local variablesJames Smart1-2/+2
2017-08-16nvmet-fc: correct use after free on list teardownJames Smart1-2/+3
2017-08-16nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck1-6/+0
2017-08-10nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart1-28/+184
2017-07-25nvme-fc: revise TRADDR parsingJames Smart1-48/+53
2017-07-20nvmet: don't report 0-bytes in serial numberMartin Wilck1-2/+14
2017-07-20nvmet: preserve controller serial number between rebootsJohannes Thumshirn1-0/+22
2017-07-20nvmet: Move serial number from controller to subsystemJohannes Thumshirn3-5/+4
2017-07-20nvmet: prefix version configfs file with attrJohannes Thumshirn1-4/+4
2017-07-20nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationChristoph Hellwig1-4/+4
2017-07-10nvmet: avoid unneeded assignment of submit_bio return valueMax Gurtovoy1-1/+1
2017-07-10nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart1-7/+13
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-13/+6
2017-07-06nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-1/+2
2017-07-04nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg1-0/+3
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-4/+3
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-8/+7
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg1-33/+67
2017-06-28nvmet_fc: fix crashes on bad opcodesJames Smart1-4/+6
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-1/+0
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg3-5/+3
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig1-21/+4
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig1-9/+4
2017-06-15nvmet-fc: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-06-15nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn1-0/+37
2017-06-15nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn1-0/+31
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn3-1/+64