index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
fabrics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
nvme: blank out authentication fabrics options if not configured
Hannes Reinecke
1
-0
/
+2
2023-10-11
nvme-fabrics: parse options 'keyring' and 'tls_key'
Hannes Reinecke
1
-1
/
+54
2023-10-11
nvme-tcp: enable TLS handshake upcall
Hannes Reinecke
1
-0
/
+12
2023-06-12
nvme-fabrics: open code __nvmf_host_find()
Chaitanya Kulkarni
1
-48
/
+27
2023-06-12
nvme-fabrics: error out to unlock the mutex
Chaitanya Kulkarni
1
-2
/
+4
2023-06-12
nvme-fabrics: prevent overriding of existing host
Max Gurtovoy
1
-27
/
+71
2023-06-12
nvme-fabrics: unify common code in admin and io queue connect
Max Gurtovoy
1
-31
/
+43
2023-06-12
nvme-fabrics: add queue setup helpers
Keith Busch
1
-0
/
+76
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-01
nvme-fabrics: clarify AUTHREQ result handling
Hannes Reinecke
1
-2
/
+17
2022-09-19
nvme: consider also host_iface when checking ip options
Daniel Wagner
1
-5
/
+18
2022-09-19
nvme: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-10
nvme-fabrics: Fix a typo in an error message
Christophe JAILLET
1
-1
/
+1
2022-08-10
nvme-fabrics: parse nvme connect Linux error codes
Amit Engel
1
-0
/
+6
2022-08-02
nvme: implement In-Band authentication
Hannes Reinecke
1
-3
/
+77
2022-08-02
nvme-fabrics: decode 'authentication required' connect error
Hannes Reinecke
1
-0
/
+4
2022-08-02
nvme: remove unused timeout parameter
Chaitanya Kulkarni
1
-5
/
+5
2022-02-28
nvme-fabrics: remove unnecessary braces for case
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
nvme-fabrics: use consistent zeroout pattern
Chaitanya Kulkarni
1
-2
/
+1
2022-02-28
nvme-fabrics: use unsigned int type
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
nvme-fabrics: use unsigned int type
Chaitanya Kulkarni
1
-1
/
+1
2022-01-27
nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show
Changcheng Deng
1
-2
/
+1
2021-12-23
nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabrics
Hannes Reinecke
1
-1
/
+21
2021-11-23
nvme-fabrics: ignore invalid fast_io_fail_tmo values
Maurizio Lombardi
1
-0
/
+3
2021-10-20
nvme: Add connect option 'discovery'
Hannes Reinecke
1
-1
/
+5
2021-08-16
nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_options
Hou Pu
1
-1
/
+0
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
1
-7
/
+6
2021-06-17
nvme-fabrics: remove memset in connect io q
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-fabrics: remove memset in connect admin q
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-fabrics: remove memset in nvmf_reg_write32()
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-fabrics: remove memset in nvmf_reg_read64()
Chaitanya Kulkarni
1
-2
/
+1
2021-06-03
nvme-fabrics: remove extra braces
Chaitanya Kulkarni
1
-1
/
+1
2021-06-03
nvme-fabrics: remove an extra comment
Chaitanya Kulkarni
1
-1
/
+1
2021-06-03
nvme-fabrics: remove extra new lines in the switch
Chaitanya Kulkarni
1
-5
/
+4
2021-06-03
nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()
Chaitanya Kulkarni
1
-13
/
+9
2021-06-03
nvme-tcp: allow selecting the network interface for connections
Martin Belanger
1
-0
/
+14
2021-05-04
nvme: move the fabrics queue ready check routines to core
Tao Chiu
1
-57
/
+0
2021-04-21
nvme: sanitize KATO setting
Hannes Reinecke
1
-3
/
+1
2021-03-05
nvme-fabrics: fix kato initialization
Martin George
1
-1
/
+4
2021-02-10
nvme-fabrics: avoid double completions in nvmf_fail_nonready_command
Chao Leng
1
-5
/
+1
2020-12-01
nvme-fabrics: reject I/O to offline device
Victor Gladkov
1
-3
/
+22
2020-09-09
nvme-fabrics: allow to queue requests for live queues
Sagi Grimberg
1
-4
/
+8
2020-08-28
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
Sagi Grimberg
1
-1
/
+0
2020-07-29
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
1
-1
/
+1
2020-03-26
nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-4
/
+4
2019-09-12
nvme-fabrics: allow discovery subsystems accept a kato
Sagi Grimberg
1
-10
/
+2
2019-08-29
nvme: make fabrics command run on a separate request queue
Sagi Grimberg
1
-4
/
+4
2019-08-29
nvme-fabrics: Add type of service (TOS) configuration
Israel Rukshin
1
-0
/
+18
2019-06-21
nvme: introduce nvme_is_fabrics to check fabrics cmd
Minwoo Im
1
-1
/
+1
2019-05-14
nvme-fabrics: remove unused argument
Minwoo Im
1
-2
/
+2
[next]