summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: use kvfree() in session alloc and freePekka Enberg2015-06-301-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-245-0/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-0117-243/+159
| |\
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-285-0/+5
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-2326-57/+25
|\ \ \ | |_|/ |/| |
| * | target: explicitly include scsi_proto.h in target_core_fabric_lib.cStephen Rothwell2015-06-031-0/+2
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-0226-57/+23
| |/
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-3010-18/+15
* | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-303-94/+76
* | target/user: Only support full command pass-throughAndy Grover2015-05-301-50/+74
* | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-302-0/+4
* | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-304-53/+27
* | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-193-6/+3
* | target: Add missing parenthesesBart Van Assche2015-05-141-2/+2
* | target: Fix bidi command handlingBart Van Assche2015-05-141-2/+1
* | target/user: Disallow full passthrough (pass_level=0)Andy Grover2015-05-021-65/+3
* | ISCSI: fix minor memory leakEvgenii Lepikhin2015-05-021-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-2433-1524/+990
|\
| * target: Put TCMU under a new config optionAndy Grover2015-04-192-3/+4
| * target: Version 2 of TCMU ABIAndy Grover2015-04-191-12/+34
| * target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-04-151-25/+61
| * target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-04-151-15/+6
| * target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-04-151-7/+8
| * target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-151-2/+2
| * target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger2015-04-151-3/+5
| * target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-151-0/+7
| * target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-151-1/+5
| * target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-151-7/+15
| * target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita2015-04-141-3/+64
| * target: Remove the unused flag SCF_ACK_KREFBart Van Assche2015-04-141-3/+1
| * target: Fix two sparse warningsBart Van Assche2015-04-142-0/+4
| * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-142-9/+43
| * target: simplify the target template registration APIChristoph Hellwig2015-04-1415-548/+246
| * target: simplify target_xcopy_init_pt_lunChristoph Hellwig2015-04-071-23/+9
| * target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig2015-04-071-2/+2
| * target/rd: reduce code duplication in rd_execute_rw()Akinobu Mita2015-04-071-34/+32
| * tcm_loop: fixup tpgt string to integer conversionMing Lin2015-04-071-8/+6
| * iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-073-0/+42
| * loopback: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-072-2/+53
| * target/rd: Add checks for backend DIF emulationNicholas Bellinger2015-04-071-2/+4
| * target/iblock: Add checks for backend DIF emulationNicholas Bellinger2015-04-071-1/+1
| * target/file: Add checks for backend DIF emulationNicholas Bellinger2015-04-071-4/+4
| * target: Add internal READ_INSERT supportNicholas Bellinger2015-04-071-0/+6
| * target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger2015-04-071-8/+13
| * target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-072-0/+19
| * target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger2015-04-071-9/+22
| * target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2015-04-072-7/+20
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-072-11/+41
| * target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger2015-04-071-6/+7
| * target: add missing __user annotationsChristoph Hellwig2015-03-261-2/+4
OpenPOWER on IntegriCloud