summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fabrics.c
AgeCommit message (Expand)Author
2024-01-31nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-01nvme-fabrics: replace deprecated strncpy with strscpyJustin Stitt
2023-11-20nvme: blank out authentication fabrics options if not configuredHannes Reinecke
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke
2023-06-12nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni
2023-06-12nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni
2023-06-12nvme-fabrics: prevent overriding of existing hostMax Gurtovoy
2023-06-12nvme-fabrics: unify common code in admin and io queue connectMax Gurtovoy
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-01nvme-fabrics: clarify AUTHREQ result handlingHannes Reinecke
2022-09-19nvme: consider also host_iface when checking ip optionsDaniel Wagner
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-10nvme-fabrics: Fix a typo in an error messageChristophe JAILLET
2022-08-10nvme-fabrics: parse nvme connect Linux error codesAmit Engel
2022-08-02nvme: implement In-Band authenticationHannes Reinecke
2022-08-02nvme-fabrics: decode 'authentication required' connect errorHannes Reinecke
2022-08-02nvme: remove unused timeout parameterChaitanya Kulkarni
2022-02-28nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni
2022-02-28nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-01-27nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng
2021-12-23nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke
2021-11-23nvme-fabrics: ignore invalid fast_io_fail_tmo valuesMaurizio Lombardi
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke
2021-08-16nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-17nvme-fabrics: remove memset in connect io qChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni
2021-06-03nvme-fabrics: remove extra bracesChaitanya Kulkarni
2021-06-03nvme-fabrics: remove an extra commentChaitanya Kulkarni
2021-06-03nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni
2021-06-03nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()Chaitanya Kulkarni
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-04-21nvme: sanitize KATO settingHannes Reinecke
2021-03-05nvme-fabrics: fix kato initializationMartin George
2021-02-10nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg
2020-03-26nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-09-12nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg