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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...
Sagi Grimberg
1
-19
/
+24
2020-05-27
nvmet-tcp: set MSG_EOR if we send last payload in the batch
Sagi Grimberg
1
-0
/
+2
2020-05-27
nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to send
Sagi Grimberg
1
-4
/
+4
2020-05-27
nvmet: mark nvmet_ana_state static
Christoph Hellwig
1
-1
/
+1
2020-05-27
nvmet: replace kstrndup() with kmemdup_nul()
Chen Zhou
1
-2
/
+2
2020-05-10
nvmet: align addrfam list to spec
Chaitanya Kulkarni
1
-6
/
+8
2020-05-10
nvmet: centralize port enable access for configfs
Chaitanya Kulkarni
1
-28
/
+16
2020-05-10
nvmet: use type-name map for address treq
Chaitanya Kulkarni
1
-22
/
+26
2020-05-10
nvmet: use type-name map for ana states
Chaitanya Kulkarni
1
-12
/
+8
2020-05-10
nvmet: use type-name map for address family
Chaitanya Kulkarni
1
-24
/
+27
2020-05-10
nvmet: add generic type-name mapping
Chaitanya Kulkarni
1
-9
/
+10
2020-05-10
nvmet: add ns revalidation support
Anthony Iliopoulos
4
-4
/
+25
2020-05-10
nvmet-fc: slight cleanup for kbuild test warnings
James Smart
1
-3
/
+4
2020-05-10
nvmet-rdma: use SRQ per completion vector
Max Gurtovoy
1
-42
/
+136
2020-05-10
nvme-fcloop: add target to host LS request support
James Smart
1
-12
/
+118
2020-05-10
nvme-fcloop: refactor to enable target to host LS
James Smart
1
-6
/
+13
2020-05-10
nvmet-fc: Add Disconnect Association Xmt support
James Smart
1
-10
/
+286
2020-05-10
nvmet-fc: rename ls_list to ls_rcv_list
James Smart
1
-11
/
+11
2020-05-10
nvmet-fc: track hostport handle for associations
James Smart
1
-7
/
+170
2020-05-10
nvmet-fc: perform small cleanups on unneeded checks
James Smart
1
-8
/
+5
2020-05-10
nvmet-fc: add LS failure messages
James Smart
1
-3
/
+19
2020-05-10
nvmet-fc: Update target for common definitions for LS handling
James Smart
1
-26
/
+2
2020-05-10
nvme-fc: Ensure private pointers are NULL if no data
James Smart
1
-1
/
+4
2020-05-10
nvmet-fc: Better size LS buffers
James Smart
1
-30
/
+23
2020-05-10
nvme-fc nvmet-fc: refactor for common LS definitions
James Smart
1
-106
/
+9
2020-05-10
nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS request
James Smart
2
-30
/
+67
2020-04-10
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-95
/
+199
2020-04-07
nvmet-rdma: fix double free of rdma queue
Israel Rukshin
1
-12
/
+18
2020-04-04
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
1
-1
/
+0
2020-04-04
nvmet-rdma: fix bonding failover possible NULL deref
Sagi Grimberg
1
-56
/
+119
2020-04-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-6
/
+0
2020-04-02
nvmet: fix NULL dereference when removing a referral
Sagi Grimberg
1
-1
/
+9
2020-03-31
nvmet-fc: fix typo in comment
James Smart
1
-1
/
+1
2020-03-31
nvme-fcloop: fix deallocation of working context
James Smart
1
-24
/
+52
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-23
/
+230
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-03-25
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
1
-2
/
+0
2020-03-25
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
1
-2
/
+1
2020-03-25
nvmet-tcp: optimize tcp stack TX when data digest is used
Sagi Grimberg
1
-2
/
+5
2020-03-25
nvmet-rdma: allocate RW ctxs according to mdts
Max Gurtovoy
1
-2
/
+4
2020-03-25
nvmet-rdma: Implement get_mdts controller op
Max Gurtovoy
1
-0
/
+9
2020-03-25
nvmet: Add get_mdts op for controllers
Max Gurtovoy
2
-2
/
+7
2020-03-25
nvmet-tcp: fix maxh2cdata icresp parameter
Sagi Grimberg
1
-1
/
+1
2020-03-25
nvmet: check ncqr & nsqr for set-features cmd
Amit Engel
1
-0
/
+9
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
1
-0
/
+1
2020-03-20
nvmet-tcp: set MSG_MORE only if we actually have more to send
Sagi Grimberg
1
-3
/
+9
2020-03-17
scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions
Bart Van Assche
1
-6
/
+0
2020-03-04
nvmet-tcp: set SO_PRIORITY for accepted sockets
Wunderlich, Mark
1
-0
/
+26
2020-03-04
nvmet: check sscanf value for subsys serial attr
Chaitanya Kulkarni
1
-2
/
+5
2020-03-04
nvmet: make ctrl model configurable
Mark Ruijter
4
-2
/
+90
[next]