summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+1
2019-12-01nvmet-fcloop: suppress a compiler warningBart Van Assche1-0/+1
2019-10-05nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-05-08nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-01-31nvmet-rdma: fix null dereference under heavy loadRaju Rangoju1-1/+14
2019-01-31nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-21nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-11-21nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-10-10nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg1-2/+25
2018-10-04nvme-fcloop: Fix dropped LS's to removed target portJames Smart1-1/+2
2018-08-24nvmet: reset keep alive timer in controller enableMax Gurtuvoy1-0/+8
2018-08-09nvmet-fc: fix target sgl list on large transfersJames Smart1-9/+35
2018-06-20nvmet-rdma: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-05-30nvmet: fix PSDT field check in command formatMax Gurtovoy1-3/+6
2018-04-12nvme_fcloop: fix abort race conditionJames Smart1-5/+7
2018-04-12nvme_fcloop: disassocate local port structsJames Smart1-10/+25
2018-02-03nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
2018-02-03nvme-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
2017-12-17nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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-04Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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