summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-122-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-111-3/+3
* | target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover2014-04-111-6/+6
* | target/tcm_fc: Rename structs and list members for clarityAndy Grover2014-04-112-33/+32
* | target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-112-11/+12
* | target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-112-2/+1
* | target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-04-111-0/+1
* | target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-111-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
* | target/spc: Only expose PI inquiry bits when supported by fabricNicholas Bellinger2014-04-071-7/+14
* | target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-076-7/+18
* | target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger2014-04-071-3/+2
* | Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec2014-04-071-1/+2
* | target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran2014-04-071-4/+10
* | iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger2014-04-071-1/+3
* | target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-0711-2/+53
* | target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-072-15/+17
* | iscsi-target: Add missing NopOUT->flag (LMB) sanity checkArshad Hussain2014-04-071-0/+10
* | Target/sbc: add debug printSagi Grimberg2014-04-071-0/+3
* | Target/configfs: Expose iSCSI network portal group T10-PI supportSagi Grimberg2014-04-073-0/+26
* | Target/iscsi: Add T10-PI indication for iscsi_portal_groupSagi Grimberg2014-04-072-1/+6
* | Target/core: Remove prot_handover use for nowSagi Grimberg2014-04-071-1/+0
* | Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-073-6/+12
* | Target/file: place escape values for protection information formatSagi Grimberg2014-04-071-39/+1
* | Target/sbc: Set protection operation and relevant checksSagi Grimberg2014-03-132-15/+74
* | Target/transport: Allocate protection sg if neededSagi Grimberg2014-03-131-0/+12
* | target: silence GCC warning in target_alua_state_checkPaul Bolle2014-03-131-51/+44
|/
* Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg2014-03-061-16/+22
* iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2014-03-041-0/+4
* iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger2014-03-042-11/+11
* iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bugNicholas Bellinger2014-03-041-1/+1
* Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg2014-02-231-5/+5
* target: Add DIF sense codes in transport_generic_request_failureNicholas Bellinger2014-02-231-0/+3
* target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger2014-02-231-3/+2
* Target/sbc: Fix protection copy routineSagi Grimberg2014-02-121-0/+8
* target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier2014-02-121-4/+1
* iscsi-target: Fix SNACK Type 1 + BegRun=0 handlingNicholas Bellinger2014-02-121-1/+3
* target: Fix missing length check in spc_emulate_evpd_83()Roland Dreier2014-02-121-2/+2
* target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_divNicholas Bellinger2014-02-121-1/+1
* target: Fix free-after-use regression in PR unregisterNicholas Bellinger2014-02-121-4/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-3126-222/+1849
|\
| * target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger2014-01-301-2/+3
| * target/iscsi: Fix network portal creation raceAndy Grover2014-01-301-13/+21
| * target: Report bad sector in sense data for DIF errorsSagi Grimberg2014-01-252-0/+18