aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+2
2017-05-01target/user: PGR SupportBryant G. Ly1-1/+2
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+1
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie1-1/+2
2017-03-07target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger1-35/+12
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-6/+5
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-07-20target: stop using blk_make_requestChristoph Hellwig1-53/+34
2016-06-07target: use bio op accessorsMike Christie1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+3
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-36/+19
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2015-06-23target: consolidate version definesChristoph Hellwig1-1/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+0
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-2/+9
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig1-22/+1
2015-06-01target: simplify backend driver registrationChristoph Hellwig1-10/+4
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger1-2/+5
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+1
2015-05-30target: Move passthrough CDB parsing into a common functionAndy Grover1-52/+1
2015-05-30target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover1-0/+3
2015-03-19target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-1/+1
2014-12-01target/pscsi: Convert to external pscsi_backend_dev_attrsNicholas Bellinger1-0/+26
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-4/+12
2014-09-17target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel1-4/+12
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-6/+6
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+2
2013-10-25target/pscsi: fix return value checkWei Yongjun1-4/+4
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-09target/pscsi: remove an unneeded checkDan Carpenter1-3/+2
2013-03-19target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He1-3/+8
2013-02-27target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()Asias He1-2/+2
2013-02-27target/pscsi: Fix page incrementAsias He1-1/+0
2013-02-27target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextAsias He1-2/+0
2013-02-27target: Add __exit annotation for module_exit functionsAsias He1-1/+1
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-27/+24
2012-11-06target: remove ->get_device_revChristoph Hellwig1-13/+0
2012-11-06pscsi: fix REPORT LUNS handlingChristoph Hellwig1-1/+2
2012-11-06target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu1-1/+1
2012-11-06target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig1-9/+2
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-172/+98
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida1-1/+1
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini1-4/+4
2012-09-05target: fix use-after-free with PSCSI sense dataPaolo Bonzini1-14/+7