index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2021-08-16
nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_options
Hou Pu
1
-1
/
+0
2021-07-01
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-29
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-25
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
2019-05-01
nvme-fabrics: check more command sizes
Minwoo Im
1
-0
/
+1
2019-02-20
nvme-fabrics: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme-fabrics: document the poll function argument
Bart Van Assche
1
-0
/
+1
2019-01-09
nvme-fabrics: unset write/poll queues for discovery controllers
Sagi Grimberg
1
-0
/
+2
2018-12-18
nvme-fabrics: allow user to pass in nr_poll_queues
Sagi Grimberg
1
-0
/
+13
2018-12-18
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
1
-2
/
+2
2018-12-18
nvme-core: optionally poll sync commands
Sagi Grimberg
1
-5
/
+5
2018-12-13
nvme-fabrics: allow user to set nr_write_queues for separate queue maps
Sagi Grimberg
1
-0
/
+13
2018-12-13
nvme-fabrics: allow user passing data digest
Sagi Grimberg
1
-0
/
+5
2018-12-13
nvme-fabrics: allow user passing header digest
Sagi Grimberg
1
-0
/
+5
2018-12-08
nvme: disable fabrics SQ flow control when asked by the user
Sagi Grimberg
1
-1
/
+12
2018-10-19
nvme-fabrics: move controller options matching to fabrics
Sagi Grimberg
1
-0
/
+30
2018-10-02
nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
James Smart
1
-2
/
+5
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-08-08
nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever
Tal Shorer
1
-1
/
+1
2018-07-24
nvme: if_ready checks to fail io to deleting controller
James Smart
1
-3
/
+7
2018-06-15
nvme-fabrics: fix and refine state checks in __nvmf_check_ready
Christoph Hellwig
1
-20
/
+19
2018-06-15
nvme-fabrics: refactor queue ready check
Christoph Hellwig
1
-35
/
+24
2018-06-08
nvme: don't hold nvmf_transports_rwsem for more than transport lookups
Johannes Thumshirn
1
-1
/
+2
2018-05-31
nvme-fabrics: allow internal passthrough command on deleting controllers
Christoph Hellwig
1
-48
/
+31
2018-05-25
nvme: fix KASAN warning when parsing host nqn
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvme-fabrics: allow duplicate connections to the discovery controller
Hannes Reinecke
1
-0
/
+1
2018-05-25
nvme-fabrics: centralize discovery controller defaults
Hannes Reinecke
1
-4
/
+4
2018-05-25
nvme-fabrics: remove unnecessary controller subnqn validation
James Smart
1
-10
/
+0
2018-05-03
nvme: fix potential memory leak in option parsing
Chengguang Xu
1
-0
/
+6
[next]