summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
| * target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-311-39/+83
| * target: ensure se_cmd->t_prot_sg is allocated when requiredAkinobu Mita2015-05-311-12/+15
| * target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-311-2/+3
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-318-93/+9Star
| * target: refactor node ACL allocationChristoph Hellwig2015-05-311-77/+56Star
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-316-157/+47Star
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-315-23/+4Star
| * sbp_target: remove struct sbp_naclChristoph Hellwig2015-05-312-30/+3Star
| * tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2015-05-312-17/+2Star
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-315-22/+21Star
| * target/user: Add support for bidirectional commandsIlias Tsitsimpis2015-05-311-5/+24
| * target/user: Refactor data area allocation codeIlias Tsitsimpis2015-05-311-83/+106
| * target/transport: Always initialize bidi fields in se_cmdIlias Tsitsimpis2015-05-311-4/+2Star
| * target/loop: Enable VARLEN CDB supportIlias Tsitsimpis2015-05-312-6/+1Star
| * driver/user: Don't warn for DMA_NONE data directionIlias Tsitsimpis2015-05-311-2/+3
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-316-32/+40
| * iscsi-target: remove support for obsolete markersChristophe Vu-Brugier2015-05-319-444/+16Star
| * target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg2015-05-311-14/+14
| * target/file: Remove fd_prot bounce bufferSagi Grimberg2015-05-312-106/+28Star
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-314-107/+34Star
* | target: use kvfree() in session alloc and freePekka Enberg2015-07-011-8/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-255-0/+5
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-0217-243/+159Star
| |\|
| * | 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-2426-57/+25Star
|\ \ \ | |_|/ |/| |
| * | target: explicitly include scsi_proto.h in target_core_fabric_lib.cStephen Rothwell2015-06-041-0/+2
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-0226-57/+23Star
| |/
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-3110-18/+15Star
* | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-313-94/+76Star
* | target/user: Only support full command pass-throughAndy Grover2015-05-311-50/+74
* | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-312-0/+4
* | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-314-53/+27Star
* | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-203-6/+3Star
* | target: Add missing parenthesesBart Van Assche2015-05-151-2/+2
* | target: Fix bidi command handlingBart Van Assche2015-05-151-2/+1Star
* | target/user: Disallow full passthrough (pass_level=0)Andy Grover2015-05-031-65/+3Star
* | ISCSI: fix minor memory leakEvgenii Lepikhin2015-05-031-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-2433-1524/+990Star
|\
| * target: Put TCMU under a new config optionAndy Grover2015-04-202-3/+4
| * target: Version 2 of TCMU ABIAndy Grover2015-04-201-12/+34
| * target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-04-161-25/+61
| * target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-04-161-15/+6Star
| * target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-04-161-7/+8
| * target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-161-2/+2
| * target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger2015-04-161-3/+5
| * target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-161-0/+7
| * target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-161-1/+5
| * target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-161-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/+1Star