summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvme: move nr_reconnects to nvme_ctrlSagi Grimberg2017-06-151-1/+1
* nvme: switch to uuid_tChristoph Hellwig2017-06-051-4/+4
* nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2017-04-041-0/+28
* nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-221-1/+6
* nvme-fabrics: Adjust source code indentationBart Van Assche2016-12-061-1/+1
* nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathBart Van Assche2016-12-061-2/+1Star
* nvme-fabrics: Fix memory leaks in nvmf_parse_options()Bart Van Assche2016-12-061-0/+2
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-13/+13
* Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-071-2/+23
|\
| * nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2016-09-241-0/+13
| * nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart2016-09-241-2/+10
* | nvme-fabrics: get a reference when reusing a nvme_host structureChristoph Hellwig2016-08-191-1/+3
* | nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp2016-08-191-5/+5
* | fabrics: define admin sqsize min default, per specJay Freyensee2016-08-181-1/+8
|/
* nvme-fabrics: add-remove ctrl repeat fixMing Lin2016-07-121-0/+4
* nvme-fabrics: Remove tl_retry_countSagi Grimberg2016-07-121-14/+0Star
* nvme: add keep-alive supportSagi Grimberg2016-07-051-1/+32
* nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig2016-07-051-0/+931