index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_pscsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-27
target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()
Asias He
1
-2
/
+2
2013-02-27
target/pscsi: Fix page increment
Asias He
1
-1
/
+0
2013-02-27
target/pscsi: Drop unnecessary NULL assignment to bio->bi_next
Asias He
1
-2
/
+0
2013-02-27
target: Add __exit annotation for module_exit functions
Asias He
1
-1
/
+1
2012-11-27
target: Update copyright information to 2012
Nicholas Bellinger
1
-4
/
+1
2012-11-06
target: pass sense_reason as a return value
Christoph Hellwig
1
-27
/
+24
2012-11-06
target: remove ->get_device_rev
Christoph Hellwig
1
-13
/
+0
2012-11-06
pscsi: fix REPORT LUNS handling
Christoph Hellwig
1
-1
/
+2
2012-11-06
target/pscsi: Make pscsi_configure_device + target_release_session static
Fengguang Wu
1
-1
/
+1
2012-11-06
target/pscsi: call spc_emulate_report_luns directly
Christoph Hellwig
1
-9
/
+2
2012-11-06
target: kill struct se_subsystem_dev
Christoph Hellwig
1
-172
/
+98
2012-09-17
target: Fix minor spelling typos in drivers/target
Masanari Iida
1
-1
/
+1
2012-09-07
target: go through normal processing for zero-length PSCSI commands
Paolo Bonzini
1
-4
/
+4
2012-09-05
target: fix use-after-free with PSCSI sense data
Paolo Bonzini
1
-14
/
+7
2012-08-16
target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
Nicholas Bellinger
1
-1
/
+8
2012-07-16
target: add struct spc_ops + initial ->execute_rw pointer usage
Christoph Hellwig
1
-4
/
+7
2012-07-16
target/pscsi: Only emulate REPORT_LUNS for passthrough
Nicholas Bellinger
1
-9
/
+3
2012-07-16
target: move transport_generic_prepare_cdb into pscsi
Christoph Hellwig
1
-0
/
+26
2012-07-16
target: move code for CDB emulation
Christoph Hellwig
1
-441
/
+24
2012-07-16
target: add a parse_cdb method to the backend drivers
Christoph Hellwig
1
-1
/
+469
2012-07-16
target: remove control CDB flags
Christoph Hellwig
1
-1
/
+1
2012-05-06
target: remove struct se_task
Christoph Hellwig
1
-111
/
+61
2012-05-06
target: remove the task_size field in struct se_task
Christoph Hellwig
1
-3
/
+3
2012-05-06
target: remove target_get_task_cdb
Christoph Hellwig
1
-1
/
+2
2012-02-25
target/pscsi: fix PHV_VIRUTAL_HOST_ID typo
Stefan Hajnoczi
1
-9
/
+9
2012-01-18
target: Allow control CDBs with data > 1 page
Andy Grover
1
-2
/
+2
2011-12-14
target: Drop se_device TCQ queue_depth usage from I/O path
Nicholas Bellinger
1
-1
/
+0
2011-12-14
target: remove useless casts
Jörn Engel
1
-7
/
+7
2011-12-14
target: use \n as a separator for configuration
Sebastian Andrzej Siewior
1
-1
/
+1
2011-12-14
target: header reshuffle, part2
Christoph Hellwig
1
-2
/
+1
2011-12-06
target: Address legacy PYX_TRANSPORT_* return code breakage
Nicholas Bellinger
1
-10
/
+18
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-02
target/pscsi: blk_make_request() returns an ERR_PTR()
Dan Carpenter
1
-1
/
+1
2011-10-31
drivers/target: Add module.h to drivers/target files as required.
Paul Gortmaker
1
-0
/
+1
2011-10-24
target: remove the task_sg_bidi field se_task and pSCSI BIDI support
Christoph Hellwig
1
-32
/
+0
2011-10-24
target: replace ->get_cdb with a target_get_task_cdb helper
Christoph Hellwig
1
-13
/
+2
2011-10-24
target: Cleanup unused se_task bits
Christoph Hellwig
1
-3
/
+3
2011-10-24
target: Make pscsi_create_virtdevice use ERR_CAST
Dan Carpenter
1
-1
/
+1
2011-10-24
target: cleanup pscsi request submission
Christoph Hellwig
1
-173
/
+92
2011-10-11
target: Remove unneeded version.h includes
Jesper Juhl
1
-1
/
+0
2011-07-22
target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG
Nicholas Bellinger
1
-5
/
+9
2011-07-22
target: Follow up core updates from AGrover and HCH (round 4)
Andy Grover
1
-105
/
+78
2011-07-22
target: Eliminate usage of struct se_mem
Andy Grover
1
-1
/
+1
2011-07-22
target: Make all control CDBs scatter-gather
Andy Grover
1
-29
/
+3
2011-07-22
target: Updates from AGrover and HCH (round 3)
Andy Grover
1
-11
/
+9
2011-07-22
target: More core cleanups from AGrover (round 2)
Andy Grover
1
-10
/
+10
2011-07-22
target: Core cleanups from AGrover (round 1)
Andy Grover
1
-60
/
+21
2011-05-24
[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions
Nicholas Bellinger
1
-2
/
+2
2011-03-23
[SCSI] target: Minor sparse warning fixes and annotations
Dan Carpenter
1
-0
/
+3
2011-03-23
[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR
Nicholas Bellinger
1
-9
/
+9
[next]