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
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2012-09-07
target: go through normal processing for zero-length REQUEST_SENSE
Paolo Bonzini
1
-9
/
+2
2012-09-07
target: support zero allocation length in REQUEST SENSE
Paolo Bonzini
1
-17
/
+18
2012-09-07
target: support zero-size allocation lengths in transport_kmap_data_sg
Paolo Bonzini
1
-4
/
+9
2012-09-07
target: fail REPORT LUNS with less than 16 bytes of payload
Paolo Bonzini
1
-0
/
+7
2012-09-07
target: report too-small parameter lists everywhere
Paolo Bonzini
3
-2
/
+30
2012-09-07
target: go through normal processing for zero-length PSCSI commands
Paolo Bonzini
2
-5
/
+7
2012-09-06
target: fix use-after-free with PSCSI sense data
Paolo Bonzini
2
-36
/
+21
2012-09-06
target: simplify code around transport_get_sense_data
Paolo Bonzini
1
-36
/
+13
2012-09-06
target: move transport_get_sense_data
Paolo Bonzini
1
-55
/
+55
2012-09-01
scsi: fix various printk and comment typos
Masanari Iida
1
-2
/
+2
2012-08-27
target: Check idr_get_new return value in iscsi_login_zero_tsih_s1
Benjamin Wang
1
-1
/
+10
2012-08-24
target: Fix ->data_length re-assignment bug with SCSI overflow
Nicholas Bellinger
1
-2
/
+7
2012-08-22
target: Remove unused se_cmd.cmd_spdtl
Roland Dreier
1
-2
/
+0
2012-08-21
tcm_fc: rcu_deref outside rcu lock/unlock section
Denis Efremov
1
-1
/
+3
2012-08-18
target: Fix regression bug with handling of zero-length data CDBs
Nicholas Bellinger
1
-3
/
+6
2012-08-17
target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
Nicholas Bellinger
1
-1
/
+8
2012-08-17
target: fix NULL pointer dereference bug alloc_page() fails to get memory
Yi Zou
1
-2
/
+2
2012-08-17
tcm_fc: Avoid debug overhead when not debugging
Mark Rustad
2
-1
/
+8
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-27
/
+5
2012-08-01
delousing target_core_file a bit
Al Viro
1
-27
/
+5
2012-07-21
iscsi-target: Drop bogus struct file usage for iSCSI/SCTP
Al Viro
3
-78
/
+6
2012-07-20
target: NULL dereference on error path
Dan Carpenter
1
-5
/
+6
2012-07-18
target: Allow for target_submit_cmd() returning errors
Roland Dreier
3
-11
/
+19
2012-07-17
target: Check number of unmap descriptors against our limit
Roland Dreier
1
-0
/
+5
2012-07-17
target: Fix possible integer underflow in UNMAP emulation
Roland Dreier
1
-10
/
+10
2012-07-17
target: Fix reading of data length fields for UNMAP commands
Roland Dreier
1
-3
/
+3
2012-07-17
target: Add range checking to UNMAP emulation
Roland Dreier
1
-0
/
+12
2012-07-17
target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE
Roland Dreier
1
-0
/
+10
2012-07-17
target: Make unnecessarily global se_dev_align_max_sectors() static
Roland Dreier
1
-1
/
+1
2012-07-17
target: Remove se_session.sess_wait_list
Roland Dreier
1
-12
/
+10
2012-07-17
target: Check sess_tearing_down in target_get_sess_cmd()
Roland Dreier
1
-5
/
+19
2012-07-17
sbp-target: Consolidate duplicated error path code in sbp_handle_command()
Roland Dreier
1
-16
/
+12
2012-07-17
target: Un-export target_get_sess_cmd()
Roland Dreier
1
-3
/
+3
2012-07-17
target: Make core_disable_device_list_for_node use pre-refactoring lock ordering
Nicholas Bellinger
1
-7
/
+2
2012-07-17
target: refactor core_update_device_list_for_node()
Andy Grover
3
-77
/
+103
2012-07-17
target: Eliminate else using boolean logic
Andy Grover
1
-4
/
+2
2012-07-17
target: Misc retval cleanups
Andy Grover
2
-11
/
+16
2012-07-17
target: Remove hba param from core_dev_add_lun
Andy Grover
3
-6
/
+3
2012-07-17
target: Remove unneeded double parentheses
Andy Grover
4
-8
/
+8
2012-07-17
target: replace the processing thread with a TMR work queue
Christoph Hellwig
3
-211
/
+18
2012-07-17
target: remove transport_generic_handle_cdb_map
Christoph Hellwig
1
-43
/
+1
2012-07-17
target: simply fabric driver queue full processing
Christoph Hellwig
1
-7
/
+6
2012-07-17
target: remove transport_generic_handle_data
Christoph Hellwig
1
-39
/
+0
2012-07-17
tcm_fc: Offload WRITE I/O backend submission to tpg workqueue
Christoph Hellwig
1
-2
/
+11
2012-07-17
iscsit: use target_execute_cmd for WRITEs
Christoph Hellwig
3
-5
/
+8
2012-07-17
target: merge transport_generic_write_pending into transport_generic_new_cmd
Christoph Hellwig
1
-48
/
+26
2012-07-17
target: call transport_check_aborted_status from target_execute_cmd
Christoph Hellwig
1
-0
/
+6
2012-07-17
target: remove transport_generic_process_write
Christoph Hellwig
3
-15
/
+5
2012-07-17
target: split transport_cmd_check_stop
Christoph Hellwig
1
-62
/
+62
[next]