summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-211-1/+1
* nvme-fabrics: remove unused argumentMinwoo Im2019-05-141-2/+2
* nvme-fabrics: check more command sizesMinwoo Im2019-05-011-0/+1
* nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1Star
* nvme-fabrics: document the poll function argumentBart Van Assche2019-02-201-0/+1
* nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg2019-01-091-0/+2
* nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2018-12-181-0/+13
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-181-2/+2
* nvme-core: optionally poll sync commandsSagi Grimberg2018-12-181-5/+5
* nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2018-12-131-0/+13
* nvme-fabrics: allow user passing data digestSagi Grimberg2018-12-131-0/+5
* nvme-fabrics: allow user passing header digestSagi Grimberg2018-12-131-0/+5
* nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2018-12-081-1/+12
* nvme-fabrics: move controller options matching to fabricsSagi Grimberg2018-10-191-0/+30
* nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-10-011-2/+5
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-1/+1
|\
| * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
* | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-3/+7
|/
* nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19Star
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-35/+24Star
* nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn2018-06-081-1/+2
* nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig2018-05-311-48/+31Star
* nvme: fix KASAN warning when parsing host nqnHannes Reinecke2018-05-251-1/+1
* nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-251-0/+1
* nvme-fabrics: centralize discovery controller defaultsHannes Reinecke2018-05-251-4/+4
* nvme-fabrics: remove unnecessary controller subnqn validationJames Smart2018-05-251-10/+0Star
* nvme: fix potential memory leak in option parsingChengguang Xu2018-05-031-0/+6
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-0/+79
* nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn2018-04-121-1/+3
* nvme-fabrics: Ignore nr_io_queues option for discovery controllersRoland Dreier2018-03-081-0/+5
* nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig2018-02-221-1/+1
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-5/+17
|\
| * nvme: don't free uuid pointer before printing itJohannes Thumshirn2018-01-251-1/+2
| * nvme-fabrics: fix memory leak when parsing host ID optionRoland Dreier2018-01-151-1/+3
| * nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-081-4/+13
* | nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne2018-01-081-0/+1
|/
* nvme: track subsystemsChristoph Hellwig2017-11-111-2/+2
* nvme: move controller deletion to common codeChristoph Hellwig2017-11-011-1/+1
* nvme: add duplicate_connect optionJames Smart2017-10-271-1/+6
* nvme-fabrics: request transport moduleSagi Grimberg2017-10-041-0/+3
* nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli2017-09-251-9/+9
* nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp2017-09-011-1/+1
* nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier2017-08-301-10/+10
* nvme-fabrics: log a warning if hostid is invalidGuan Junxiong2017-08-281-0/+1
* nvme-fabrics: fix reporting of unrecognized optionsChristoph Hellwig2017-08-171-1/+2
* nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig2017-06-281-0/+9
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-10/+0Star
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-281-7/+1Star
* nvme: add hostid token to fabric optionsJohannes Thumshirn2017-06-281-3/+19
* nvmf: keep track of nvmet connect error statusGuan Junxiong2017-06-151-0/+18