summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-1315-115/+210
|\
| * target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger2014-06-121-0/+4
| * TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg2014-06-112-5/+25
| * target: Report correct response length for some commandsRoland Dreier2014-06-113-5/+25
| * target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier2014-06-111-1/+3
| * target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier2014-06-111-39/+6Star
| * Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg2014-06-111-4/+10
| * iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger2014-06-101-2/+1Star
| * target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger2014-06-101-3/+3
| * target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger2014-06-101-0/+6
| * target: cleanup some boolean testsChristophe Vu-Brugier2014-06-067-26/+24Star
| * target/spc: Simplify INQUIRY EVPD=0x80Christophe Vu-Brugier2014-06-061-7/+2Star
| * tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger2014-06-061-3/+16
| * tcm_fc: Generate TASK_SET_FULL status for DataIN failuresNicholas Bellinger2014-06-061-2/+15
| * iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger2014-06-061-0/+10
| * iscsi-target: Remove no-op from iscsit_tpg_del_portal_groupNicholas Bellinger2014-06-062-4/+1Star
| * iscsi-target: Fix CHAP_A parameter list handlingTejas Vaykole2014-06-062-13/+52
| * iscsi-target: Put length of failed allocation in error messageRoland Dreier2014-06-041-1/+1
| * iscsi-target: Reject zero-length payloads during SecurityNegotiationNicholas Bellinger2014-06-041-0/+6
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-111-1/+2
|\ \
| * | block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+2
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-087-60/+60
|\| |
| * | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-037-60/+60
| |\ \ | | |/ | |/|
| | * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-187-60/+60
* | | target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger2014-06-061-0/+5
* | | target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger2014-06-061-0/+9
* | | iser-target: Fix multi network portal shutdown regressionNicholas Bellinger2014-06-042-1/+3
* | | iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()Roland Dreier2014-06-041-39/+31Star
|/ /
* | target: fix memory leak on XCOPYMikulas Patocka2014-05-181-1/+1
* | target: Don't allow setting WC emulation if device doesn't supportAndy Grover2014-05-161-4/+4
* | iscsi-target: Disable Immediate + Unsolicited Data with ISER ProtectionNicholas Bellinger2014-05-161-1/+26
* | tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger2014-05-161-4/+4
* | iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger2014-05-161-1/+3
* | Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg2014-05-163-0/+3
* | target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover2014-05-161-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-132-2/+2
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-2/+2
* | target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover2014-04-121-3/+3
* | target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover2014-04-121-6/+6
* | target/tcm_fc: Rename structs and list members for clarityAndy Grover2014-04-122-33/+32Star
* | target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-122-11/+12
* | target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-122-2/+1Star
* | target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-04-121-0/+1
* | target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-121-0/+5
* | target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger2014-04-071-0/+31
* | target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger2014-04-071-4/+27
* | target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger2014-04-071-0/+9
* | target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger2014-04-071-0/+44
* | target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger2014-04-071-2/+5
* | target/spc: Only expose PI mode page bits when supported by fabricNicholas Bellinger2014-04-071-11/+17