aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-0/+79
2018-04-12nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn1-1/+3
2018-03-08nvme-fabrics: Ignore nr_io_queues option for discovery controllersRoland Dreier1-0/+5
2018-02-22nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig1-1/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+17
2018-01-25nvme: don't free uuid pointer before printing itJohannes Thumshirn1-1/+2
2018-01-15nvme-fabrics: fix memory leak when parsing host ID optionRoland Dreier1-1/+3
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman1-4/+13
2018-01-08nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne1-0/+1
2017-11-10nvme: track subsystemsChristoph Hellwig1-2/+2
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-1/+1
2017-10-27nvme: add duplicate_connect optionJames Smart1-1/+6
2017-10-04nvme-fabrics: request transport moduleSagi Grimberg1-0/+3
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli1-9/+9
2017-09-01nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-08-30nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier1-10/+10
2017-08-28nvme-fabrics: log a warning if hostid is invalidGuan Junxiong1-0/+1
2017-08-17nvme-fabrics: fix reporting of unrecognized optionsChristoph Hellwig1-1/+2
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig1-0/+9
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-10/+0