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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-3
/
+3
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-64
/
+448
2023-06-29
scsi: target: iblock: Quiet bool conversion warning with pr_preempt use
Mike Christie
1
-1
/
+1
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+9
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2
-11
/
+9
2023-06-25
scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-6
/
+9
2023-06-22
scsi: target: tcmu: Replace strlcpy() with strscpy()
Azeem Shaikh
1
-2
/
+2
2023-06-15
scsi: target: core: Fix error path in target_setup_session()
Bob Pearson
1
-0
/
+2
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2
-5
/
+4
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2
-8
/
+6
2023-06-05
block: introduce holder ops
Christoph Hellwig
2
-2
/
+3
2023-05-22
Merge patch series "Use block pr_ops in LIO"
Martin K. Petersen
6
-52
/
+436
2023-05-22
scsi: target: iscsi: Prevent login threads from racing between each other
Maurizio Lombardi
1
-1
/
+3
2023-05-22
scsi: target: iscsi: Fix hang in the iSCSI login code
Maurizio Lombardi
5
-91
/
+99
2023-05-17
scsi: target: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
4
-12
/
+12
2023-04-12
scsi: target: Add block PR support to iblock
Mike Christie
1
-5
/
+266
2023-04-12
scsi: target: Report and detect unsupported PR commands
Mike Christie
2
-20
/
+72
2023-04-12
scsi: target: Pass struct target_opcode_descriptor to enabled
Mike Christie
1
-15
/
+25
2023-04-12
scsi: target: Allow backends to hook into PR handling
Mike Christie
1
-1
/
+61
2023-04-12
scsi: target: Rename sbc_ops to exec_cmd_ops
Mike Christie
5
-14
/
+15
2023-04-12
scsi: target: core: Fix invalid memory access
Maurizio Lombardi
1
-4
/
+3
2023-04-03
scsi: target: core: Remove unused 'prod_len' variable
Tom Rix
1
-5
/
+0
2023-04-01
Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging
Martin K. Petersen
1
-5
/
+7
2023-03-25
scsi: target: tcm_loop: Remove redundant driver match function
Lizhe
1
-7
/
+0
2023-03-25
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
1
-1
/
+1
2023-03-25
scsi: target: tcm-loop: Declare SCSI host template const
Bart Van Assche
1
-1
/
+1
2023-03-25
Merge patch series "target: TMF and recovery fixes"
Martin K. Petersen
8
-106
/
+204
2023-03-25
scsi: target: iscsi: Handle abort for WRITE_PENDING cmds
Dmitry Bogdanov
1
-0
/
+11
2023-03-25
scsi: target: iscsit: Fix TAS handling during conn cleanup
Mike Christie
1
-7
/
+9
2023-03-25
scsi: target: Fix multiple LUN_RESET handling
Mike Christie
2
-3
/
+24
2023-03-25
scsi: target: iscsit: Free cmds before session free
Dmitry Bogdanov
1
-3
/
+3
2023-03-25
scsi: target: iscsit: Stop/wait on cmds during conn close
Mike Christie
1
-0
/
+10
2023-03-25
scsi: target: iscsit: isert: Alloc per conn cmd counter
Mike Christie
3
-15
/
+15
2023-03-25
scsi: target: Pass in cmd counter to use during cmd setup
Mike Christie
3
-23
/
+23
2023-03-25
scsi: target: Move cmd counter allocation
Mike Christie
4
-42
/
+39
2023-03-25
scsi: target: Move sess cmd counter to new struct
Mike Christie
2
-40
/
+97
2023-03-17
Merge patch series "add virtual remote fabric"
Martin K. Petersen
12
-126
/
+361
2023-03-17
scsi: target: Add virtual remote target
Dmitry Bogdanov
6
-0
/
+300
2023-03-17
scsi: target: fcoe: Remove default fabric ops callouts
Dmitry Bogdanov
3
-21
/
+0
2023-03-17
scsi: target: sbp: Remove default fabric ops callouts
Dmitry Bogdanov
1
-31
/
+0
2023-03-17
scsi: target: loop: Remove default fabric ops callouts
Dmitry Bogdanov
1
-41
/
+0
2023-03-17
scsi: target: Add default fabric ops callouts
Dmitry Bogdanov
1
-33
/
+61
2023-03-10
scsi: target: core: Add RTPI attribute for target port
Dmitry Bogdanov
2
-6
/
+52
2023-03-10
scsi: target: core: Drop device-based RTPI
Roman Bolshakov
3
-48
/
+0
2023-03-10
scsi: target: core: Use RTPI from target port
Roman Bolshakov
5
-11
/
+11
2023-03-10
scsi: target: core: Add RTPI field to target port
Dmitry Bogdanov
3
-5
/
+60
2023-03-07
scsi: target: iscsi: Fix an error message in iscsi_check_key()
Maurizio Lombardi
1
-5
/
+7
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+5
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+2
[next]