Sign in
android-kvm
/
linux
/
b9b2f36761501c7bda070cacc53d24235f2529de
/
drivers
/
target
/
target_core_pscsi.c
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 11 years ago
fdb4c1f
target/pscsi: remove an unneeded check
by Dan Carpenter
· 12 years ago
8f27d48
target/pscsi: Reject cross page boundary case in pscsi_map_sg
by Asias He
· 12 years ago
2dbe10a
target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()
by Asias He
· 12 years ago
472b72f
target/pscsi: Fix page increment
by Asias He
· 12 years ago
b07da9f
target/pscsi: Drop unnecessary NULL assignment to bio->bi_next
by Asias He
· 12 years ago
63b91d5
target: Add __exit annotation for module_exit functions
by Asias He
· 12 years ago
fd9a11d
target: Update copyright information to 2012
by Nicholas Bellinger
· 12 years ago
de103c9
target: pass sense_reason as a return value
by Christoph Hellwig
· 12 years ago
48c2567
target: remove ->get_device_rev
by Christoph Hellwig
· 12 years ago
e6c4219
pscsi: fix REPORT LUNS handling
by Christoph Hellwig
· 12 years ago
ecf0dd6
target/pscsi: Make pscsi_configure_device + target_release_session static
by Fengguang Wu
· 12 years ago
8de530a
target/pscsi: call spc_emulate_report_luns directly
by Christoph Hellwig
· 12 years ago
0fd97cc
target: kill struct se_subsystem_dev
by Christoph Hellwig
· 12 years ago
35d1efe
target: Fix minor spelling typos in drivers/target
by Masanari Iida
· 13 years ago
306c11b
target: go through normal processing for zero-length PSCSI commands
by Paolo Bonzini
· 12 years ago
d5829ea
target: fix use-after-free with PSCSI sense data
by Paolo Bonzini
· 12 years ago
1d2a2cd
target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
by Nicholas Bellinger
· 13 years ago
0c2ad7d
target: add struct spc_ops + initial ->execute_rw pointer usage
by Christoph Hellwig
· 13 years ago
a3785c8
target/pscsi: Only emulate REPORT_LUNS for passthrough
by Nicholas Bellinger
· 13 years ago
3d6d720
target: move transport_generic_prepare_cdb into pscsi
by Christoph Hellwig
· 13 years ago
1fd032e
target: move code for CDB emulation
by Christoph Hellwig
· 13 years ago
d6e0175
target: add a parse_cdb method to the backend drivers
by Christoph Hellwig
· 13 years ago
64f1db3
target: remove control CDB flags
by Christoph Hellwig
· 13 years ago
5787cac
target: remove struct se_task
by Christoph Hellwig
· 13 years ago
7a83aa4
target: remove the task_size field in struct se_task
by Christoph Hellwig
· 13 years ago
ed3102c
target: remove target_get_task_cdb
by Christoph Hellwig
· 13 years ago
e6a8a41
target/pscsi: fix PHV_VIRUTAL_HOST_ID typo
by Stefan Hajnoczi
· 13 years ago
4949314
target: Allow control CDBs with data > 1 page
by Andy Grover
· 13 years ago
65586d5
target: Drop se_device TCQ queue_depth usage from I/O path
by Nicholas Bellinger
· 13 years ago
8359cf4
target: remove useless casts
by Jörn Engel
· 13 years ago
90c161b
target: use \n as a separator for configuration
by Sebastian Andrzej Siewior
· 13 years ago
c4795fb
target: header reshuffle, part2
by Christoph Hellwig
· 13 years ago
03e98c9
target: Address legacy PYX_TRANSPORT_* return code breakage
by Nicholas Bellinger
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
ed327ed
target/pscsi: blk_make_request() returns an ERR_PTR()
by Dan Carpenter
· 13 years ago
827509e
drivers/target: Add module.h to drivers/target files as required.
by Paul Gortmaker
· 14 years ago
7c1c6af
target: remove the task_sg_bidi field se_task and pSCSI BIDI support
by Christoph Hellwig
· 13 years ago
485fd0d
target: replace ->get_cdb with a target_get_task_cdb helper
by Christoph Hellwig
· 13 years ago
42bf829
target: Cleanup unused se_task bits
by Christoph Hellwig
· 13 years ago
942d826
target: Make pscsi_create_virtdevice use ERR_CAST
by Dan Carpenter
· 13 years ago
02b1a746
target: cleanup pscsi request submission
by Christoph Hellwig
· 13 years ago
9375b1b
target: Remove unneeded version.h includes
by Jesper Juhl
· 14 years ago
1d20bb6
target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG
by Nicholas Bellinger
· 14 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
ec98f78
target: Eliminate usage of struct se_mem
by Andy Grover
· 14 years ago
05d1c7c
target: Make all control CDBs scatter-gather
by Andy Grover
· 14 years ago
a1d8b49
target: Updates from AGrover and HCH (round 3)
by Andy Grover
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
e66ecd5
[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions
by Nicholas Bellinger
· 14 years ago
5dd7ed2e
[SCSI] target: Minor sparse warning fixes and annotations
by Dan Carpenter
· 14 years ago
613640e
[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR
by Nicholas Bellinger
· 14 years ago
8fc1858
[SCSI] target: Fix memory leak on error path in pscsi_alloc_task
by Roland Dreier
· 14 years ago
5edc341
drivers: remove extraneous includes of smp_lock.h
by Arnd Bergmann
· 14 years ago
3ae279d
[SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERR
by Dan Carpenter
· 14 years ago
c66ac9d
[SCSI] target: Add LIO target core v4.0.0-rc6
by Nicholas Bellinger
· 14 years ago