summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: Add connect option 'discovery'Hannes Reinecke2021-10-201-1/+5
* nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu2021-08-161-1/+0
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-7/+6
* nvme-fabrics: remove memset in connect io qChaitanya Kulkarni2021-06-171-2/+1
* nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni2021-06-171-2/+1
* nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni2021-06-171-2/+1
* nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni2021-06-171-2/+1
* nvme-fabrics: remove extra bracesChaitanya Kulkarni2021-06-031-1/+1
* nvme-fabrics: remove an extra commentChaitanya Kulkarni2021-06-031-1/+1
* nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni2021-06-031-5/+4
* nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()Chaitanya Kulkarni2021-06-031-13/+9
* nvme-tcp: allow selecting the network interface for connectionsMartin Belanger2021-06-031-0/+14
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-57/+0
* nvme: sanitize KATO settingHannes Reinecke2021-04-211-3/+1
* nvme-fabrics: fix kato initializationMartin George2021-03-051-1/+4
* nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng2021-02-101-5/+1
* nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-011-3/+22
* nvme-fabrics: allow to queue requests for live queuesSagi Grimberg2020-09-091-4/+8
* nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-08-291-1/+0
* nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-291-1/+1
* nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-251-4/+4
* nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg2019-09-121-10/+2
* nvme: make fabrics command run on a separate request queueSagi Grimberg2019-08-291-4/+4
* nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin2019-08-291-0/+18
* 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/+1
* 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/+19
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-35/+24
* 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/+31
* 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/+0