summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.h
Commit message (Expand)AuthorAgeFilesLines
* nvme-fabrics: short-circuit reconnect retriesHannes Reinecke2024-05-011-1/+1
* nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2024-03-141-7/+0
* nvme: use ctrl state accessorKeith Busch2024-01-291-3/+5
* nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke2023-10-111-0/+6
* nvme-tcp: enable TLS handshake upcallHannes Reinecke2023-10-111-0/+3
* nvme-fabrics: check hostid using uuid_equalMax Gurtovoy2023-06-121-1/+1
* nvmet: reorder fields in 'struct nvmf_ctrl_options'Christophe JAILLET2023-06-121-4/+4
* nvme-fabrics: add queue setup helpersKeith Busch2023-06-121-0/+11
* nvme-fabrics: show well known discovery nameDaniel Wagner2023-02-281-1/+2
* nvme: implement In-Band authenticationHannes Reinecke2022-08-021-0/+7
* nvme-fabrics: add a request timeout helperChaitanya Kulkarni2022-05-161-0/+8
* nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar2022-02-031-0/+1
* nvme: display correct subsystem NQNHannes Reinecke2021-10-201-0/+7
* nvme: Add connect option 'discovery'Hannes Reinecke2021-10-201-0/+1
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-1/+1
* nvme-tcp: allow selecting the network interface for connectionsMartin Belanger2021-06-031-1/+5
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-13/+0
* nvme-fabrics: only reserve a single tagChristoph Hellwig2021-03-181-0/+7
* nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-011-0/+5
* nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-291-1/+2
* nvme: Remove ADMIN_ONLY stateKeith Busch2019-10-141-2/+1
* nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin2019-08-291-0/+3
* nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2018-12-181-0/+3
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-181-1/+1
* nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2018-12-131-0/+3
* nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg2018-12-131-0/+3
* nvme-fabrics: allow user passing data digestSagi Grimberg2018-12-131-0/+2
* nvme-fabrics: allow user passing header digestSagi Grimberg2018-12-131-0/+2
* nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2018-12-071-0/+2
* nvme-fabrics: move controller options matching to fabricsSagi Grimberg2018-10-191-0/+2
* nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-1/+2
* nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-2/+11
* nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn2018-06-081-0/+3
* nvme: allow duplicate controller if prior controller being deletedJames Smart2018-05-301-1/+3
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-31/+2
* nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-081-4/+5
* nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-081-0/+2
* nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2017-11-201-0/+30
* nvme: add helper to compare options to controllerJames Smart2017-10-271-0/+12
* nvme: add duplicate_connect optionJames Smart2017-10-271-0/+2
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-1/+0
* nvme: add hostid token to fabric optionsJohannes Thumshirn2017-06-281-0/+1
* nvme: move nr_reconnects to nvme_ctrlSagi Grimberg2017-06-151-2/+0
* nvme: switch to uuid_tChristoph Hellwig2017-06-051-1/+1
* nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2017-04-041-0/+10
* nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-221-1/+1
* Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-071-3/+8
|\
| * nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2016-09-231-0/+4