aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_pscsi.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-36/+19
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+0
2015-06-23target: consolidate version definesGravatar Christoph Hellwig 1-1/+1
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-2/+0
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageGravatar Nicholas Bellinger 1-2/+9
2015-06-01target: consolidate backend attribute implementationsGravatar Christoph Hellwig 1-22/+1
2015-06-01target: simplify backend driver registrationGravatar Christoph Hellwig 1-10/+4
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistGravatar Nicholas Bellinger 1-2/+5
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesGravatar Andy Grover 1-1/+1
2015-05-30target: Move passthrough CDB parsing into a common functionGravatar Andy Grover 1-52/+1
2015-05-30target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTGravatar Andy Grover 1-0/+3
2015-03-19target/pscsi: Fix NULL pointer dereference in get_device_typeGravatar Nicholas Bellinger 1-1/+1
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-1/+1
2014-12-04scsi: remove MSG_*_TAG definesGravatar Christoph Hellwig 1-1/+1
2014-12-01target/pscsi: Convert to external pscsi_backend_dev_attrsGravatar Nicholas Bellinger 1-0/+26
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-4/+12
2014-09-17target: correctly handle match_int errors in FILEIO + PSCSIGravatar Joern Engel 1-4/+12
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosGravatar Joe Lawrence 1-1/+1
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 1-6/+6
2014-06-06block: add blk_rq_set_block_pc()Gravatar Jens Axboe 1-1/+2
2013-10-25target/pscsi: fix return value checkGravatar Wei Yongjun 1-4/+4
2013-09-10target: Update copyright ownership/year information to 2013Gravatar Nicholas Bellinger 1-1/+1
2013-09-09target/pscsi: remove an unneeded checkGravatar Dan Carpenter 1-3/+2
2013-03-19target/pscsi: Reject cross page boundary case in pscsi_map_sgGravatar Asias He 1-3/+8
2013-02-27target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()Gravatar Asias He 1-2/+2
2013-02-27target/pscsi: Fix page incrementGravatar Asias He 1-1/+0
2013-02-27target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextGravatar Asias He 1-2/+0
2013-02-27target: Add __exit annotation for module_exit functionsGravatar Asias He 1-1/+1
2012-11-27target: Update copyright information to 2012Gravatar Nicholas Bellinger 1-4/+1
2012-11-06target: pass sense_reason as a return valueGravatar Christoph Hellwig 1-27/+24
2012-11-06target: remove ->get_device_revGravatar Christoph Hellwig 1-13/+0
2012-11-06pscsi: fix REPORT LUNS handlingGravatar Christoph Hellwig 1-1/+2
2012-11-06target/pscsi: Make pscsi_configure_device + target_release_session staticGravatar Fengguang Wu 1-1/+1
2012-11-06target/pscsi: call spc_emulate_report_luns directlyGravatar Christoph Hellwig 1-9/+2
2012-11-06target: kill struct se_subsystem_devGravatar Christoph Hellwig 1-172/+98
2012-09-17target: Fix minor spelling typos in drivers/targetGravatar Masanari Iida 1-1/+1
2012-09-07target: go through normal processing for zero-length PSCSI commandsGravatar Paolo Bonzini 1-4/+4
2012-09-05target: fix use-after-free with PSCSI sense dataGravatar Paolo Bonzini 1-14/+7
2012-08-16target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthroughGravatar Nicholas Bellinger 1-1/+8
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageGravatar Christoph Hellwig 1-4/+7
2012-07-16target/pscsi: Only emulate REPORT_LUNS for passthroughGravatar Nicholas Bellinger 1-9/+3
2012-07-16target: move transport_generic_prepare_cdb into pscsiGravatar Christoph Hellwig 1-0/+26
2012-07-16target: move code for CDB emulationGravatar Christoph Hellwig 1-441/+24
2012-07-16target: add a parse_cdb method to the backend driversGravatar Christoph Hellwig 1-1/+469
2012-07-16target: remove control CDB flagsGravatar Christoph Hellwig 1-1/+1
2012-05-06target: remove struct se_taskGravatar Christoph Hellwig 1-111/+61
2012-05-06target: remove the task_size field in struct se_taskGravatar Christoph Hellwig 1-3/+3
2012-05-06target: remove target_get_task_cdbGravatar Christoph Hellwig 1-1/+2
2012-02-25target/pscsi: fix PHV_VIRUTAL_HOST_ID typoGravatar Stefan Hajnoczi 1-9/+9
2012-01-18target: Allow control CDBs with data > 1 pageGravatar Andy Grover 1-2/+2