summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c
Commit message (Expand)AuthorAgeFilesLines
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-6/+6
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+2
* target/pscsi: fix return value checkWei Yongjun2013-10-251-4/+4
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target/pscsi: remove an unneeded checkDan Carpenter2013-09-091-3/+2
* target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He2013-03-191-3/+8
* target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()Asias He2013-02-271-2/+2
* target/pscsi: Fix page incrementAsias He2013-02-271-1/+0
* target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextAsias He2013-02-271-2/+0
* target: Add __exit annotation for module_exit functionsAsias He2013-02-271-1/+1
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-4/+1
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-27/+24
* target: remove ->get_device_revChristoph Hellwig2012-11-061-13/+0
* pscsi: fix REPORT LUNS handlingChristoph Hellwig2012-11-061-1/+2
* target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu2012-11-061-1/+1
* target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig2012-11-061-9/+2
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-172/+98
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-171-1/+1
* target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-071-4/+4
* target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-051-14/+7
* target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthroughNicholas Bellinger2012-08-161-1/+8
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-161-4/+7
* target/pscsi: Only emulate REPORT_LUNS for passthroughNicholas Bellinger2012-07-161-9/+3
* target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig2012-07-161-0/+26
* target: move code for CDB emulationChristoph Hellwig2012-07-161-441/+24
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-161-1/+469
* target: remove control CDB flagsChristoph Hellwig2012-07-161-1/+1
* target: remove struct se_taskChristoph Hellwig2012-05-061-111/+61
* target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-061-3/+3
* target: remove target_get_task_cdbChristoph Hellwig2012-05-061-1/+2
* target/pscsi: fix PHV_VIRUTAL_HOST_ID typoStefan Hajnoczi2012-02-251-9/+9
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-181-2/+2
* target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger2011-12-141-1/+0
* target: remove useless castsJörn Engel2011-12-141-7/+7
* target: use \n as a separator for configurationSebastian Andrzej Siewior2011-12-141-1/+1
* target: header reshuffle, part2Christoph Hellwig2011-12-141-2/+1
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-061-10/+18
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker2011-10-311-0/+1
* | target/pscsi: blk_make_request() returns an ERR_PTR()Dan Carpenter2011-11-021-1/+1
|/
* target: remove the task_sg_bidi field se_task and pSCSI BIDI supportChristoph Hellwig2011-10-241-32/+0
* target: replace ->get_cdb with a target_get_task_cdb helperChristoph Hellwig2011-10-241-13/+2
* target: Cleanup unused se_task bitsChristoph Hellwig2011-10-241-3/+3
* target: Make pscsi_create_virtdevice use ERR_CASTDan Carpenter2011-10-241-1/+1
* target: cleanup pscsi request submissionChristoph Hellwig2011-10-241-173/+92
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0
* target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SGNicholas Bellinger2011-07-221-5/+9
* target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-105/+78
* target: Eliminate usage of struct se_memAndy Grover2011-07-221-1/+1