aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c
AgeCommit message (Expand)Author
2019-05-14nvme-fabrics: remove unused argumentMinwoo Im
2019-05-01nvme-fabrics: check more command sizesMinwoo Im
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche
2019-01-09nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg
2018-12-13nvme-fabrics: allow user passing data digestSagi Grimberg
2018-12-13nvme-fabrics: allow user passing header digestSagi Grimberg
2018-12-07nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart
2018-06-15nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig
2018-06-08nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart
2018-05-03nvme: fix potential memory leak in option parsingChengguang Xu
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart
2018-04-12nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn
2018-03-08nvme-fabrics: Ignore nr_io_queues option for discovery controllersRoland Dreier
2018-02-22nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-25nvme: don't free uuid pointer before printing itJohannes Thumshirn
2018-01-15nvme-fabrics: fix memory leak when parsing host ID optionRoland Dreier
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman
2018-01-08nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne
2017-11-10nvme: track subsystemsChristoph Hellwig
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig
2017-10-27nvme: add duplicate_connect optionJames Smart
2017-10-04nvme-fabrics: request transport moduleSagi Grimberg
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli
2017-09-01nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp
2017-08-30nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier
2017-08-28nvme-fabrics: log a warning if hostid is invalidGuan Junxiong
2017-08-17nvme-fabrics: fix reporting of unrecognized optionsChristoph Hellwig
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn
2017-06-15nvmf: keep track of nvmet connect error statusGuan Junxiong
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg