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
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-235
/
+401
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-35
/
+30
2021-02-11
nvme-tcp: fix crash triggered with a dataless request submission
Sagi Grimberg
1
-1
/
+1
2021-02-10
nvme: add 48-bit DMA address quirk for Amazon NVMe controllers
Filippo Sironi
2
-1
/
+26
2021-02-10
nvme-hwmon: rework to avoid devm allocation
Hannes Reinecke
3
-10
/
+30
2021-02-10
nvmet: remove else at the end of the function
Chaitanya Kulkarni
1
-2
/
+2
2021-02-10
nvmet: add nvmet_req_subsys() helper
Chaitanya Kulkarni
4
-9
/
+14
2021-02-10
nvmet: use min of device_path and disk len
Chaitanya Kulkarni
1
-3
/
+6
2021-02-10
nvmet: use invalid cmd opcode helper
Chaitanya Kulkarni
1
-1
/
+1
2021-02-10
nvmet: use invalid cmd opcode helper
Chaitanya Kulkarni
1
-4
/
+1
2021-02-10
nvmet: add helper to report invalid opcode
Chaitanya Kulkarni
3
-4
/
+11
2021-02-10
nvmet: remove extra variable in id-ns handler
Chaitanya Kulkarni
1
-2
/
+1
2021-02-10
nvmet: make nvmet_find_namespace() req based
Chaitanya Kulkarni
3
-40
/
+32
2021-02-10
nvmet: return uniform error for invalid ns
Chaitanya Kulkarni
1
-2
/
+2
2021-02-10
nvmet: set status to 0 in case for invalid nsid
Chaitanya Kulkarni
1
-1
/
+1
2021-02-10
nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues
Christoph Hellwig
1
-1
/
+1
2021-02-10
nvme-multipath: set nr_zones for zoned namespaces
Keith Busch
1
-0
/
+4
2021-02-10
nvmet-tcp: fix potential race of tcp socket closing accept_work
Sagi Grimberg
1
-10
/
+18
2021-02-10
nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs
Sagi Grimberg
1
-7
/
+24
2021-02-10
nvme-rdma: handle nvme_rdma_post_send failures better
Chao Leng
1
-1
/
+3
2021-02-10
nvme-fabrics: avoid double completions in nvmf_fail_nonready_command
Chao Leng
1
-5
/
+1
2021-02-10
nvme: introduce a nvme_host_path_error helper
Chao Leng
2
-0
/
+16
2021-02-10
nvme: convert sysfs sprintf/snprintf family to sysfs_emit
Jiapeng Chong
1
-5
/
+5
2021-02-10
nvme: cleanup zone information initialization
Damien Le Moal
2
-13
/
+9
2021-02-03
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
Sagi Grimberg
1
-1
/
+2
2021-02-02
nvme-pci: ignore the subsysem NQN on Phison E16
Claus Stovgaard
1
-0
/
+2
2021-02-02
nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
Thorsten Leemhuis
1
-0
/
+2
2021-02-02
nvme-tcp: use cancel tagset helper for tear down
Chao Leng
1
-10
/
+2
2021-02-02
nvme-rdma: use cancel tagset helper for tear down
Chao Leng
1
-10
/
+2
2021-02-02
nvme-tcp: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-02-02
nvme-rdma: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-02-02
nvme-core: add cancel tagset helpers
Chao Leng
2
-0
/
+22
2021-02-02
nvme-core: get rid of the extra space
Chaitanya Kulkarni
1
-1
/
+1
2021-02-02
nvme: add tracing of zns commands
Johannes Thumshirn
1
-0
/
+34
2021-02-02
nvme: parse format nvm command details when tracing
Michal Krakowiak
1
-0
/
+19
2021-02-02
nvmet: add lba to sect conversion helpers
Chaitanya Kulkarni
2
-5
/
+13
2021-02-02
nvmet: remove extra variable in identify ns
Chaitanya Kulkarni
1
-16
/
+15
2021-02-02
nvmet: remove extra variable in id-desclist
Chaitanya Kulkarni
1
-11
/
+9
2021-02-02
nvmet: remove extra variable in smart log nsid
Chaitanya Kulkarni
1
-11
/
+9
2021-02-02
nvme: refactor ns->ctrl by request
Minwoo Im
1
-3
/
+3
2021-02-02
nvme-tcp: pass multipage bvec to request iov_iter
Sagi Grimberg
1
-4
/
+9
2021-02-02
nvme-tcp: get rid of unused helper function
Sagi Grimberg
1
-5
/
+0
2021-02-02
nvme-tcp: fix wrong setting of request iov_iter
Sagi Grimberg
1
-5
/
+2
2021-02-02
nvme: support command retry delay for admin command
Minwoo Im
1
-3
/
+2
2021-02-02
nvme: constify static attribute_group structs
Rikard Falkeborn
3
-4
/
+4
2021-02-02
nvmet-fc: use RCU proctection for assoc_list
Leonid Ravich
1
-43
/
+38
2021-02-02
nvmet: Fix nvmet_is_port_enabled indentation
Israel Rukshin
1
-1
/
+1
2021-02-02
nvmet: Use nvmet_is_port_enabled helper for pi_enable
Israel Rukshin
1
-3
/
+1
2021-01-28
nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head
Chao Leng
1
-1
/
+1
2021-01-28
nvme-multipath: Early exit if no path is available
Daniel Wagner
1
-1
/
+1
[next]