summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c
Commit message (Expand)AuthorAgeFilesLines
* target: stop using blk_make_requestChristoph Hellwig2016-07-201-53/+34
* target: use bio op accessorsMike Christie2016-06-071-1/+1
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-36/+19
|\
| * target: consolidate version definesChristoph Hellwig2015-06-231-1/+1
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-2/+9
| * target: consolidate backend attribute implementationsChristoph Hellwig2015-06-011-22/+1
| * target: simplify backend driver registrationChristoph Hellwig2015-06-011-10/+4
| * target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-011-2/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-2/+0
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+0
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-301-1/+1
* | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-301-52/+1
* | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-301-0/+3
|/
* target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger2015-03-191-1/+1
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-1/+1
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-1/+1
* | target/pscsi: Convert to external pscsi_backend_dev_attrsNicholas Bellinger2014-12-011-0/+26
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-211-4/+12
|\
| * target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel2014-09-171-4/+12
* | 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