Age | Commit message (Expand) | Author | Files | Lines |
2015-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -0/+5 |
2015-06-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 26 | -57/+25 |
2015-06-04 | target: explicitly include scsi_proto.h in target_core_fabric_lib.c | Stephen Rothwell | 1 | -0/+2 |
2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche | 26 | -57/+23 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 17 | -243/+159 |
2015-05-31 | target: Use a PASSTHROUGH flag instead of transport_types | Andy Grover | 10 | -18/+15 |
2015-05-31 | target: Move passthrough CDB parsing into a common function | Andy Grover | 3 | -94/+76 |
2015-05-31 | target/user: Only support full command pass-through | Andy Grover | 1 | -50/+74 |
2015-05-31 | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST | Andy Grover | 2 | -0/+4 |
2015-05-31 | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem | Christoph Hellwig | 4 | -53/+27 |
2015-05-29 | treewide: Add missing vmalloc.h inclusion. | David S. Miller | 5 | -0/+5 |
2015-05-20 | target: Drop signal_pending checks after interruptible lock acquire | Nicholas Bellinger | 3 | -6/+3 |
2015-05-15 | target: Add missing parentheses | Bart Van Assche | 1 | -2/+2 |
2015-05-15 | target: Fix bidi command handling | Bart Van Assche | 1 | -2/+1 |
2015-05-03 | target/user: Disallow full passthrough (pass_level=0) | Andy Grover | 1 | -65/+3 |
2015-05-03 | ISCSI: fix minor memory leak | Evgenii Lepikhin | 1 | -0/+1 |
2015-04-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 33 | -1524/+990 |
2015-04-20 | target: Put TCMU under a new config option | Andy Grover | 2 | -3/+4 |
2015-04-20 | target: Version 2 of TCMU ABI | Andy Grover | 1 | -12/+34 |
2015-04-16 | target/file: Fix UNMAP with DIF protection support | Akinobu Mita | 1 | -25/+61 |
2015-04-16 | target/file: Fix SG table for prot_buf initialization | Akinobu Mita | 1 | -15/+6 |
2015-04-16 | target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled | Akinobu Mita | 1 | -7/+8 |
2015-04-16 | target: Make core_tmr_abort_task() skip TMFs | Bart Van Assche | 1 | -2/+2 |
2015-04-16 | target/sbc: Update sbc_dif_generate pr_debug output | Nicholas Bellinger | 1 | -3/+5 |
2015-04-16 | target/sbc: Make internal DIF emulation honor ->prot_checks | Nicholas Bellinger | 1 | -0/+7 |
2015-04-16 | target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabled | Nicholas Bellinger | 1 | -1/+5 |
2015-04-16 | target: Ensure sess_prot_type is saved across session restart | Nicholas Bellinger | 1 | -7/+15 |
2015-04-14 | target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_* | Akinobu Mita | 1 | -3/+64 |
2015-04-14 | target: Remove the unused flag SCF_ACK_KREF | Bart Van Assche | 1 | -3/+1 |
2015-04-14 | target: Fix two sparse warnings | Bart Van Assche | 2 | -0/+4 |
2015-04-14 | target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling | Nicholas Bellinger | 2 | -9/+43 |
2015-04-14 | target: simplify the target template registration API | Christoph Hellwig | 15 | -548/+246 |
2015-04-10 | iscsi target: fix oops when adding reject pdu | Mike Christie | 1 | -1/+1 |
2015-04-08 | target: simplify target_xcopy_init_pt_lun | Christoph Hellwig | 1 | -23/+9 |
2015-04-08 | target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flag | Christoph Hellwig | 1 | -2/+2 |
2015-04-08 | target/rd: reduce code duplication in rd_execute_rw() | Akinobu Mita | 1 | -34/+32 |
2015-04-08 | tcm_loop: fixup tpgt string to integer conversion | Ming Lin | 1 | -8/+6 |
2015-04-08 | iscsi/iser-target: Add fabric_prot_type attribute support | Nicholas Bellinger | 3 | -0/+42 |
2015-04-08 | loopback: Add fabric_prot_type attribute support | Nicholas Bellinger | 2 | -2/+53 |
2015-04-08 | target/rd: Add checks for backend DIF emulation | Nicholas Bellinger | 1 | -2/+4 |
2015-04-08 | target/iblock: Add checks for backend DIF emulation | Nicholas Bellinger | 1 | -1/+1 |
2015-04-08 | target/file: Add checks for backend DIF emulation | Nicholas Bellinger | 1 | -4/+4 |
2015-04-08 | target: Add internal READ_INSERT support | Nicholas Bellinger | 1 | -0/+6 |
2015-04-08 | target: Move cmd->prot_op check into target_read_prot_action | Nicholas Bellinger | 1 | -8/+13 |
2015-04-08 | target: Add internal WRITE_STRIP support | Nicholas Bellinger | 2 | -0/+19 |
2015-04-08 | target: Move cmd->prot_op check into target_write_prot_action | Nicholas Bellinger | 1 | -9/+22 |
2015-04-08 | target: Update SPC/SBC emulation for sess_prot_type | Nicholas Bellinger | 2 | -7/+20 |
2015-04-08 | target: Add protected fabric + unprotected device support | Nicholas Bellinger | 2 | -11/+41 |
2015-04-08 | target: Convert DIF emulation to use cmd->prot_type | Nicholas Bellinger | 1 | -6/+7 |
2015-04-08 | iscsi-target: TargetAddress in SendTargets should bracket ipv6 addresses | Andy Grover | 1 | -2/+7 |