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-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
14
-72
/
+128
2023-10-28
scsi: target: Convert to bdev_open_by_path()
Jan Kara
4
-22
/
+26
2023-10-25
scsi: target: core: Fix kernel-doc comment
Yang Li
1
-1
/
+1
2023-10-13
Merge patch series "scsi: target: Allow userspace to config cmd submission"
Martin K. Petersen
12
-68
/
+121
2023-10-13
scsi: target: Export fabric driver direct submit settings
Mike Christie
1
-0
/
+24
2023-10-13
scsi: target: core: Unexport target_queue_submission()
Mike Christie
1
-2
/
+1
2023-10-13
scsi: target: Allow userspace to request direct submissions
Mike Christie
4
-11
/
+55
2023-10-13
scsi: target: core: Kill transport_handle_cdb_direct()
Mike Christie
3
-21
/
+10
2023-10-13
scsi: target: core: Move buffer clearing hack
Mike Christie
1
-28
/
+21
2023-10-13
scsi: target: core: Move core_alua_check_nonop_delay() call
Mike Christie
3
-13
/
+6
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
4
-0
/
+11
2023-10-13
scsi: target: iscs: Make write_pending_must_be_called a bit field
Mike Christie
1
-1
/
+1
2023-09-27
scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by
Kees Cook
1
-1
/
+1
2023-09-27
scsi: target: Remove the references to http://www.linux-iscsi.org/
Bart Van Assche
1
-3
/
+6
2023-09-27
scsi: target: core: Fix deadlock due to recursive locking
Junxiao Bi
1
-7
/
+4
2023-09-14
scsi: target: core: Fix target_cmd_counter leak
David Disseldorp
1
-0
/
+1
2023-09-14
Merge branch '6.6/scsi-staging' into 6.6/scsi-fixes
Martin K. Petersen
1
-12
/
+12
2023-09-05
scsi: target: Replace strlcpy() with strscpy()
Azeem Shaikh
1
-12
/
+12
2023-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
4
-66
/
+42
2023-08-22
scsi: target: Fix write perf due to unneeded throttling
Mike Christie
1
-1
/
+6
2023-08-10
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
1
-2
/
+1
2023-07-31
Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...
Martin K. Petersen
1
-36
/
+36
2023-07-31
scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.c
Konstantin Shelekhin
1
-9
/
+9
2023-07-31
scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
Konstantin Shelekhin
1
-27
/
+27
2023-07-11
scsi: target: iscsi: Remove the unused netif_timeout attribute
Maurizio Lombardi
3
-29
/
+0
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
[next]