summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-098-63/+41Star
|\
| * nvmet: add support for reporting the host identifierOmri Mann2017-08-303-2/+17
| * nvmet: use memcpy_and_pad for identify sn/frMartin Wilck2017-08-281-11/+3Star
| * nvmet-fc: simplify sg list handlingJames Smart2017-08-281-38/+10Star
| * nvme: add symbolic constants for CC identifiersMax Gurtovoy2017-08-281-7/+7
| * nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg2017-08-281-0/+1
| * nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn2017-08-281-3/+0Star
| * nvmet: fix the return error code of target if host is not allowedGuan Junxiong2017-08-281-0/+1
| * nvmet: use NVME_NSID_ALLChristoph Hellwig2017-08-282-2/+2
| * Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-282-36/+187
| |\
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-3/+3
|\| |
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
* | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-041-5/+0Star
|\ \ \ | |_|/ |/| |
| * | nvmet-rdma: remove redundant empty device add calloutSagi Grimberg2017-08-181-5/+0Star
* | | nvmet-fc: eliminate incorrect static markers on local variablesJames Smart2017-08-171-2/+2
* | | nvmet-fc: correct use after free on list teardownJames Smart2017-08-161-2/+3
* | | nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck2017-08-161-6/+0Star
* | | nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart2017-08-101-28/+184
| |/ |/|
* | nvme-fc: revise TRADDR parsingJames Smart2017-07-251-48/+53
|/
* nvmet: don't report 0-bytes in serial numberMartin Wilck2017-07-201-2/+14
* nvmet: preserve controller serial number between rebootsJohannes Thumshirn2017-07-201-0/+22
* nvmet: Move serial number from controller to subsystemJohannes Thumshirn2017-07-203-5/+4Star
* nvmet: prefix version configfs file with attrJohannes Thumshirn2017-07-201-4/+4
* nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationChristoph Hellwig2017-07-201-4/+4
* nvmet: avoid unneeded assignment of submit_bio return valueMax Gurtovoy2017-07-101-1/+1
* nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart2017-07-101-7/+13
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-061-13/+6Star
* nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-1/+2
* nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+3
* nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-021-4/+3Star
* nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-021-8/+7Star
* nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg2017-06-281-33/+67
* nvmet_fc: fix crashes on bad opcodesJames Smart2017-06-281-4/+6
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-1/+0Star
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-283-5/+3Star
* nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-151-21/+4Star
* nvme-loop: merge init_request methodsChristoph Hellwig2017-06-151-9/+4Star
* nvmet-fc: Remove a set-but-not-used variableBart Van Assche2017-06-151-2/+0Star
* nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2017-06-151-0/+37
* nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn2017-06-151-0/+31
* nvmet: implement namespace identify descriptor listJohannes Thumshirn2017-06-153-1/+64
* nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-152-3/+3
* nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-151-4/+4
* nvme-loop: get rid of unused controller lockSagi Grimberg2017-06-151-3/+0Star
* Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-0/+1
|\
| * nvme: switch to uuid_tChristoph Hellwig2017-06-051-0/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-9/+8Star
|/
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-261-1/+1
* nvmet: release the sq ref on rdma read errorsVijay Immanuel2017-05-203-0/+8