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
starfive-6.6.48-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
2018-07-31
scsi: tcmu: do not set max_blocks if data_bitmap has been setup
Mike Christie
1
-33
/
+40
2018-07-31
scsi: tcmu: unmap if dev is configured
Mike Christie
1
-0
/
+5
2018-07-31
scsi: tcmu: check if dev is configured before block/reset
Mike Christie
1
-0
/
+10
2018-07-31
scsi: tcmu: use lio core se_device configuration helper
Mike Christie
1
-8
/
+3
2018-07-31
scsi: target: add helper to check if dev is configured
Mike Christie
3
-8
/
+9
2018-07-31
scsi: tcmu: initialize list head
Mike Christie
1
-0
/
+1
2018-07-31
scsi: target_core_user: fix double unlock
Mike Christie
1
-1
/
+0
2018-07-13
scsi: target: iscsi: cxgbit: fix max iso npdu calculation
Varun Prakash
1
-7
/
+9
2018-07-02
scsi: target: Remove se_dev_entry.ua_count
Bart Van Assche
2
-11
/
+2
2018-07-02
scsi: target: Fix handling of removed LUNs
Bart Van Assche
3
-18
/
+39
2018-07-02
scsi: target: Send unit attention condition even if the sense buffer is too s...
Bart Van Assche
1
-14
/
+7
2018-07-02
scsi: target: Do not duplicate the code that marks that a command has sense data
Bart Van Assche
1
-6
/
+3
2018-07-02
scsi: target/tcm_loop: Avoid that static checkers warn about dead code
Bart Van Assche
1
-4
/
+1
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
5
-17
/
+8
2018-07-02
scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...
Bart Van Assche
1
-2
/
+1
2018-07-02
scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers
Bart Van Assche
3
-5
/
+2
2018-07-02
scsi: target: Simplify the code for waiting for command completion
Bart Van Assche
1
-16
/
+8
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (2/2)
Bart Van Assche
1
-6
/
+4
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (1/2)
Bart Van Assche
1
-6
/
+2
2018-07-02
scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()
Bart Van Assche
3
-17
/
+11
2018-07-02
scsi: target: Simplify core_tmr_handle_tas_abort()
Bart Van Assche
1
-12
/
+3
2018-07-02
scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set
Bart Van Assche
1
-6
/
+28
2018-07-02
scsi: target: Make the session shutdown code also wait for commands that are ...
Bart Van Assche
2
-59
/
+23
2018-07-02
scsi: target: Introduce transport_init_session()
Bart Van Assche
2
-9
/
+18
2018-07-02
scsi: target: Rename transport_init_session() into transport_alloc_session()
Bart Van Assche
2
-5
/
+23
2018-07-02
scsi: target: Move a list_del_init() statement
Bart Van Assche
1
-2
/
+1
2018-07-02
scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion
Bart Van Assche
1
-5
/
+17
2018-07-02
scsi: target: Use config_item_name() instead of open-coding it
Bart Van Assche
2
-5
/
+6
2018-06-26
scsi: tcmu: Don't pass KERN_ERR to pr_err
Mike Christie
1
-1
/
+1
2018-06-26
scsi: target: remove target_find_device
Mike Christie
1
-24
/
+0
2018-06-26
scsi: tcmu: add module wide block/reset_netlink support
Mike Christie
1
-3
/
+97
2018-06-26
scsi: tcmu: misc nl code cleanup
Mike Christie
1
-12
/
+9
2018-06-26
scsi: tcmu: simplify nl interface
Mike Christie
1
-14
/
+12
2018-06-26
scsi: tcmu: track nl commands
Mike Christie
1
-29
/
+39
2018-06-26
scsi: tcmu: delete unused __wait
Mike Christie
1
-1
/
+0
2018-06-20
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
4
-10
/
+39
2018-06-20
scsi: target: Abstract tag freeing
Matthew Wilcox
3
-4
/
+4
2018-06-20
scsi: target: Fix truncated PR-in ReadKeys response
David Disseldorp
1
-5
/
+10
2018-06-19
scsi: tcmu: remove useless code and clean up the code style.
Xiubo Li
1
-6
/
+2
2018-06-19
scsi: target: tcmu: add read length support
bstroesser@ts.fujitsu.com
1
-8
/
+36
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-3
/
+4
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-70
/
+344
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-12
/
+9
2018-05-31
target: convert to bioset_init()/mempool_init()
Kent Overstreet
2
-9
/
+7
2018-05-29
scsi: target: fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
1
-1
/
+1
2018-05-18
scsi: target: transport should handle st FM/EOM/ILI reads
Lee Duncan
2
-8
/
+61
2018-05-15
scsi: target: tcmu: fix error resetting qfull_time_out to default
Prasanna Kumar Kalever
1
-0
/
+2
2018-05-15
scsi: target: target/file: Add support of direct and async I/O
Andrei Vagin
2
-14
/
+124
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
1
-1
/
+1
[prev]
[next]