index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_pscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pscsi: fix REPORT LUNS handling
Christoph Hellwig
2012-11-07
1
-1
/
+2
*
target/pscsi: Make pscsi_configure_device + target_release_session static
Fengguang Wu
2012-11-07
1
-1
/
+1
*
target/pscsi: call spc_emulate_report_luns directly
Christoph Hellwig
2012-11-07
1
-9
/
+2
*
target: kill struct se_subsystem_dev
Christoph Hellwig
2012-11-07
1
-172
/
+98
*
target: Fix minor spelling typos in drivers/target
Masanari Iida
2012-09-18
1
-1
/
+1
*
target: go through normal processing for zero-length PSCSI commands
Paolo Bonzini
2012-09-07
1
-4
/
+4
*
target: fix use-after-free with PSCSI sense data
Paolo Bonzini
2012-09-06
1
-14
/
+7
*
target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
Nicholas Bellinger
2012-08-17
1
-1
/
+8
*
target: add struct spc_ops + initial ->execute_rw pointer usage
Christoph Hellwig
2012-07-17
1
-4
/
+7
*
target/pscsi: Only emulate REPORT_LUNS for passthrough
Nicholas Bellinger
2012-07-17
1
-9
/
+3
*
target: move transport_generic_prepare_cdb into pscsi
Christoph Hellwig
2012-07-17
1
-0
/
+26
*
target: move code for CDB emulation
Christoph Hellwig
2012-07-17
1
-441
/
+24
*
target: add a parse_cdb method to the backend drivers
Christoph Hellwig
2012-07-17
1
-1
/
+469
*
target: remove control CDB flags
Christoph Hellwig
2012-07-17
1
-1
/
+1
*
target: remove struct se_task
Christoph Hellwig
2012-05-07
1
-111
/
+61
*
target: remove the task_size field in struct se_task
Christoph Hellwig
2012-05-07
1
-3
/
+3
*
target: remove target_get_task_cdb
Christoph Hellwig
2012-05-07
1
-1
/
+2
*
target/pscsi: fix PHV_VIRUTAL_HOST_ID typo
Stefan Hajnoczi
2012-02-25
1
-9
/
+9
*
target: Allow control CDBs with data > 1 page
Andy Grover
2012-01-18
1
-2
/
+2
*
target: Drop se_device TCQ queue_depth usage from I/O path
Nicholas Bellinger
2011-12-14
1
-1
/
+0
*
target: remove useless casts
Jörn Engel
2011-12-14
1
-7
/
+7
*
target: use \n as a separator for configuration
Sebastian Andrzej Siewior
2011-12-14
1
-1
/
+1
*
target: header reshuffle, part2
Christoph Hellwig
2011-12-14
1
-2
/
+1
*
target: Address legacy PYX_TRANSPORT_* return code breakage
Nicholas Bellinger
2011-12-06
1
-10
/
+18
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-07
1
-0
/
+1
|
\
|
*
drivers/target: Add module.h to drivers/target files as required.
Paul Gortmaker
2011-11-01
1
-0
/
+1
*
|
target/pscsi: blk_make_request() returns an ERR_PTR()
Dan Carpenter
2011-11-02
1
-1
/
+1
|
/
*
target: remove the task_sg_bidi field se_task and pSCSI BIDI support
Christoph Hellwig
2011-10-24
1
-32
/
+0
*
target: replace ->get_cdb with a target_get_task_cdb helper
Christoph Hellwig
2011-10-24
1
-13
/
+2
*
target: Cleanup unused se_task bits
Christoph Hellwig
2011-10-24
1
-3
/
+3
*
target: Make pscsi_create_virtdevice use ERR_CAST
Dan Carpenter
2011-10-24
1
-1
/
+1
*
target: cleanup pscsi request submission
Christoph Hellwig
2011-10-24
1
-173
/
+92
*
target: Remove unneeded version.h includes
Jesper Juhl
2011-10-11
1
-1
/
+0
*
target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG
Nicholas Bellinger
2011-07-22
1
-5
/
+9
*
target: Follow up core updates from AGrover and HCH (round 4)
Andy Grover
2011-07-22
1
-105
/
+78
*
target: Eliminate usage of struct se_mem
Andy Grover
2011-07-22
1
-1
/
+1
*
target: Make all control CDBs scatter-gather
Andy Grover
2011-07-22
1
-29
/
+3
*
target: Updates from AGrover and HCH (round 3)
Andy Grover
2011-07-22
1
-11
/
+9
*
target: More core cleanups from AGrover (round 2)
Andy Grover
2011-07-22
1
-10
/
+10
*
target: Core cleanups from AGrover (round 1)
Andy Grover
2011-07-22
1
-60
/
+21
*
[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions
Nicholas Bellinger
2011-05-24
1
-2
/
+2
*
[SCSI] target: Minor sparse warning fixes and annotations
Dan Carpenter
2011-03-23
1
-0
/
+3
*
[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR
Nicholas Bellinger
2011-03-23
1
-9
/
+9
*
[SCSI] target: Fix memory leak on error path in pscsi_alloc_task
Roland Dreier
2011-03-23
1
-0
/
+1
*
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
2011-03-02
1
-1
/
+0
*
[SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERR
Dan Carpenter
2011-02-12
1
-2
/
+2
*
[SCSI] target: Add LIO target core v4.0.0-rc6
Nicholas Bellinger
2011-01-14
1
-0
/
+1470