aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-16nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu1-1/+0
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-7/+6
2021-06-17nvme-fabrics: remove memset in connect io qChaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni1-2/+1
2021-06-03nvme-fabrics: remove extra bracesChaitanya Kulkarni1-1/+1
2021-06-03nvme-fabrics: remove an extra commentChaitanya Kulkarni1-1/+1
2021-06-03nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni1-5/+4
2021-06-03nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()Chaitanya Kulkarni1-13/+9
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger1-0/+14
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-57/+0
2021-04-21nvme: sanitize KATO settingHannes Reinecke1-3/+1
2021-03-05nvme-fabrics: fix kato initializationMartin George1-1/+4
2021-02-10nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng1-5/+1
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov1-3/+22
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-1/+1
2020-03-26nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2019-09-12nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg1-10/+2
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-4/+4
2019-08-29nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin1-0/+18
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-05-14nvme-fabrics: remove unused argumentMinwoo Im1-2/+2
2019-05-01nvme-fabrics: check more command sizesMinwoo Im1-0/+1
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche1-0/+1
2019-01-09nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg1-0/+2
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg1-0/+13
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-2/+2
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg1-5/+5
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg1-0/+13
2018-12-13nvme-fabrics: allow user passing data digestSagi Grimberg1-0/+5
2018-12-13nvme-fabrics: allow user passing header digestSagi Grimberg1-0/+5
2018-12-07nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg1-1/+12
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg1-0/+30
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart1-2/+5
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer1-1/+1
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart1-3/+7
2018-06-15nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig1-20/+19
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig1-35/+24
2018-06-08nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn1-1/+2
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig1-48/+31
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke1-1/+1
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke1-0/+1
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke1-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart1-10/+0
2018-05-03nvme: fix potential memory leak in option parsingChengguang Xu1-0/+6