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
/
target_core_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-16
target: remove obvious warnings
Jörn Engel
1
-2
/
+0
2012-03-16
target: Use array_zalloc for device_list
Jörn Engel
1
-10
/
+10
2012-03-16
target: Use array_zalloc for tpg_lun_list
Jörn Engel
1
-2
/
+2
2012-02-26
target: Fix off-by-seven in target_report_luns
Jörn Engel
1
-3
/
+2
2012-02-26
target: prevent NULL pointer dereference in target_report_luns
Jörn Engel
1
-1
/
+3
2012-02-26
target: fix use after free in target_report_luns
Jörn Engel
1
-1
/
+1
2012-02-26
target: Untangle front-end and back-end meanings of max_sectors attribute
Roland Dreier
1
-6
/
+59
2012-02-26
target: remove the transport_lun_active field in struct se_cmd
Christoph Hellwig
1
-5
/
+0
2012-01-18
target: Allow control CDBs with data > 1 page
Andy Grover
1
-2
/
+2
2012-01-18
target: fix return code of core_tpg_.*_lun
Sebastian Andrzej Siewior
1
-9
/
+10
2012-01-18
target: use save/restore lock primitive in core_dec_lacl_count()
Sebastian Andrzej Siewior
1
-2
/
+3
2011-12-14
target: Drop se_device TCQ queue_depth usage from I/O path
Nicholas Bellinger
1
-7
/
+0
2011-12-14
target: header reshuffle, part2
Christoph Hellwig
1
-4
/
+2
2011-12-14
target: reshuffle headers
Christoph Hellwig
1
-1
/
+1
2011-12-06
target: Don't return an error if disabling unsupported features
Andy Grover
1
-8
/
+16
2011-12-06
target: remove the unused se_dev_list
Christoph Hellwig
1
-1
/
+0
2011-12-06
target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fields
Christoph Hellwig
1
-3
/
+0
2011-12-06
target: Address legacy PYX_TRANSPORT_* return code breakage
Nicholas Bellinger
1
-1
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-04
target: remove SCF_EMULATE_CDB_ASYNC
Christoph Hellwig
1
-0
/
+2
2011-11-04
target: pass the se_task to the CDB emulation callback
Christoph Hellwig
1
-10
/
+2
2011-11-01
drivers/target: Add export.h to files as required.
Paul Gortmaker
1
-0
/
+1
2011-10-24
target: Remove legacy se_task->task_timer and associated logic
Nicholas Bellinger
1
-15
/
+0
2011-10-24
target: clean up the backend interface to caching parameters
Christoph Hellwig
1
-40
/
+15
2011-08-22
target: Convert acl_node_lock to be IRQ-disabling
Roland Dreier
1
-8
/
+8
2011-08-22
target: Fix task count > 1 handling breakage and use max_sector page alignment
Nicholas Bellinger
1
-0
/
+28
2011-08-22
target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0
Nicholas Bellinger
1
-1
/
+3
2011-07-22
target: Update QUEUE ALGORITHM MODIFIER control page default
Nicholas Bellinger
1
-1
/
+14
2011-07-22
target: Follow up core updates from AGrover and HCH (round 4)
Andy Grover
1
-107
/
+107
2011-07-22
target: Make all control CDBs scatter-gather
Andy Grover
1
-1
/
+4
2011-07-22
target: Implement Block Device Characteristics VPD page
Roland Dreier
1
-0
/
+13
2011-07-22
target: Make se_tmr_lock IRQ-safe
Roland Dreier
1
-4
/
+5
2011-07-22
target: Make se_dev_check_online() locking IRQ-safe
Roland Dreier
1
-2
/
+3
2011-07-22
target: Make transport_lookup_cmd_lun() locking IRQ-safe
Roland Dreier
1
-5
/
+5
2011-07-22
target: Updates from AGrover and HCH (round 3)
Andy Grover
1
-3
/
+3
2011-07-22
target: More core cleanups from AGrover (round 2)
Andy Grover
1
-89
/
+78
2011-07-22
target: Core cleanups from AGrover (round 1)
Andy Grover
1
-224
/
+216
2011-07-22
target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter
Nicholas Bellinger
1
-1
/
+0
2011-07-22
target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]
Fubo Chen
1
-0
/
+12
2011-06-24
target: Fix incorrect strlen() NULL terminator checks
Dan Carpenter
1
-1
/
+1
2011-06-24
target: Fix transport_get_lun_for_tmr failure cases
Nicholas Bellinger
1
-1
/
+2
2011-05-27
[SCSI] target: Convert REPORT_LUNs to use int_to_scsilun
Nicholas Bellinger
1
-20
/
+5
2011-05-27
[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_req
Nicholas Bellinger
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-23
[SCSI] target: Minor sparse warning fixes and annotations
Dan Carpenter
1
-0
/
+1
2011-03-23
[SCSI] target: Remove unnecessary hba_dev_list walk and se_clear_dev_ports le...
Fubo Chen
1
-37
/
+2
2011-03-02
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
1
-1
/
+0
2011-02-12
[SCSI] target: Remove procfs based target_core_mib.c code
Nicholas Bellinger
1
-3
/
+0
2011-02-12
[SCSI] target: fixed missing lock drop in error path
Fubo Chen
1
-0
/
+2
2011-02-12
[SCSI] target: Fix demo-mode MappedLUN shutdown UA/PR breakage
Nicholas Bellinger
1
-4
/
+4
[next]