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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
nvme-rdma: use the tagset alloc/free helpers
Christoph Hellwig
1
-99
/
+34
2022-09-27
nvme-rdma: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
1
-85
/
+16
2022-09-27
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
1
-6
/
+3
2022-09-27
nvme: add common helpers to allocate and free tagsets
Christoph Hellwig
2
-0
/
+110
2022-09-27
nvmet: add helpers to set the result field for connect commands
Christoph Hellwig
1
-10
/
+8
2022-09-27
nvme: improve the NVME_CONNECT_AUTHREQ* definitions
Christoph Hellwig
1
-4
/
+2
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
4
-14
/
+13
2022-09-27
nvmet-tcp: remove nvmet_tcp_finish_cmd
zhenwei pi
1
-8
/
+2
2022-09-27
nvmet-tcp: add bounds check on Transfer Tag
Varun Prakash
1
-2
/
+9
2022-09-27
nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
Varun Prakash
1
-0
/
+7
2022-09-27
nvmet-tcp: fix NULL pointer dereference during release
zhenwei pi
1
-3
/
+16
2022-09-27
nvme-pci: report the actual number of tagset maps
Keith Busch
1
-2
/
+4
2022-09-27
nvme-pci: set min_align_mask before calculating max_hw_sectors
Rishabh Bhatnagar
1
-1
/
+2
2022-09-27
nvme: send a rediscover uevent when a persistent discovery controller reconnects
Sagi Grimberg
2
-0
/
+11
2022-09-27
nvme: enumerate controller flags
Sagi Grimberg
1
-2
/
+5
2022-09-27
nvme-pci: disable Write Zeroes on Phison E3C/E4C
Tina Hsu
1
-0
/
+4
2022-09-27
nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
Michael Kelley
1
-3
/
+3
2022-09-27
nvme: ensure subsystem reset is single threaded
Keith Busch
1
-3
/
+13
2022-09-27
nvme: restrict management ioctls to admin
Keith Busch
1
-0
/
+6
2022-09-27
nvme: copy firmware_rev on each init
Keith Busch
1
-1
/
+2
2022-09-27
nvme: handle effects after freeing the request
Keith Busch
4
-14
/
+23
2022-09-21
fs: add batch and poll flags to the uring_cmd_iopoll() handler
Jens Axboe
2
-6
/
+12
2022-09-21
nvme: wire up async polling for io passthrough commands
Kanchan Joshi
4
-5
/
+72
2022-09-19
nvme-tcp: print actual source IP address through sysfs "address" attr
Martin Belanger
1
-1
/
+20
2022-09-19
nvmet-tcp: don't map pages which can't come from HIGHMEM
Fabio M. De Francesco
1
-31
/
+13
2022-09-19
nvme-pci: move iod dma_len fill gaps
Keith Busch
1
-1
/
+1
2022-09-19
nvme-pci: iod npages fits in s8
Keith Busch
1
-13
/
+16
2022-09-19
nvme-pci: iod's 'aborted' is a bool
Keith Busch
1
-3
/
+3
2022-09-19
nvme-pci: remove nvme_queue from nvme_iod
Keith Busch
1
-15
/
+13
2022-09-19
nvme: consider also host_iface when checking ip options
Daniel Wagner
1
-5
/
+18
2022-09-19
nvme-rdma: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-19
nvme-tcp: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-19
nvmet: expose max queues to configfs
Daniel Wagner
1
-0
/
+29
2022-09-19
nvmet: avoid unnecessary flush bio
Guixin Liu
1
-0
/
+8
2022-09-19
nvmet-auth: remove redundant parameters req
Genjian Zhang
1
-2
/
+2
2022-09-19
nvmet-auth: clean up with done_kfree
Jackie Liu
1
-4
/
+2
2022-09-19
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
Jackie Liu
1
-1
/
+0
2022-09-19
nvme: move from strlcpy with unused retval to strscpy
Wolfram Sang
4
-4
/
+4
2022-09-19
nvme: add comment for unaligned "fake" nqn
Linjun Bao
1
-1
/
+5
2022-09-09
Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-12
/
+32
2022-09-07
nvme: requeue aen after firmware activation
Keith Busch
1
-3
/
+11
2022-09-07
nvmet: fix mar and mor off-by-one errors
Dennis Maisenbacher
1
-2
/
+15
2022-09-06
nvme-tcp: fix regression that causes sporadic requests to time out
Sagi Grimberg
1
-4
/
+1
2022-09-06
nvme-tcp: fix UAF when detecting digest errors
Sagi Grimberg
1
-1
/
+1
2022-09-05
nvmet: fix a use-after-free
Bart Van Assche
1
-2
/
+4
2022-09-03
Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-0
/
+6
2022-08-31
nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
Maurizio Lombardi
1
-0
/
+3
2022-08-31
nvmet-auth: add missing goto in nvmet_setup_auth()
Hannes Reinecke
1
-0
/
+1
[prev]
[next]