aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-2/+2
2014-04-07target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger1-0/+31
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger1-4/+27
2014-04-07target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger1-0/+9
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger1-0/+44
2014-04-07target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger1-2/+5
2014-04-07target/spc: Only expose PI mode page bits when supported by fabricNicholas Bellinger1-11/+17
2014-04-07target/spc: Only expose PI inquiry bits when supported by fabricNicholas Bellinger1-7/+14
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger6-7/+18
2014-04-07target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger1-3/+2
2014-04-07Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec1-1/+2
2014-04-07target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran1-4/+10
2014-04-07iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger1-1/+3
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger11-2/+53
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung2-15/+17
2014-04-07iscsi-target: Add missing NopOUT->flag (LMB) sanity checkArshad Hussain1-0/+10
2014-04-07Target/sbc: add debug printSagi Grimberg1-0/+3
2014-04-07Target/configfs: Expose iSCSI network portal group T10-PI supportSagi Grimberg3-0/+26
2014-04-07Target/iscsi: Add T10-PI indication for iscsi_portal_groupSagi Grimberg2-1/+6
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg1-1/+0
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg3-6/+12
2014-04-07Target/file: place escape values for protection information formatSagi Grimberg1-39/+1
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg2-15/+74
2014-03-13Target/transport: Allocate protection sg if neededSagi Grimberg1-0/+12
2014-03-13target: silence GCC warning in target_alua_state_checkPaul Bolle1-51/+44
2014-03-06Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg1-16/+22
2014-03-04iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger1-0/+4
2014-03-04iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger2-11/+11
2014-03-04iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bugNicholas Bellinger1-1/+1
2014-02-23Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg1-5/+5
2014-02-23target: Add DIF sense codes in transport_generic_request_failureNicholas Bellinger1-0/+3
2014-02-23target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger1-3/+2
2014-02-12Target/sbc: Fix protection copy routineSagi Grimberg1-0/+8
2014-02-12target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier1-4/+1
2014-02-12iscsi-target: Fix SNACK Type 1 + BegRun=0 handlingNicholas Bellinger1-1/+3
2014-02-12target: Fix missing length check in spc_emulate_evpd_83()Roland Dreier1-2/+2
2014-02-12target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_divNicholas Bellinger1-1/+1
2014-02-12target: Fix free-after-use regression in PR unregisterNicholas Bellinger1-4/+7
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds26-222/+1849
2014-01-30target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger1-2/+3
2014-01-30target/iscsi: Fix network portal creation raceAndy Grover1-13/+21
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg2-0/+18
2014-01-25iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger3-12/+11
2014-01-25iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger1-1/+1
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2-3/+7
2014-01-19iscsi-target: Pre-allocate more tags to avoid ack starvationNicholas Bellinger1-1/+1
2014-01-19tcm_loop: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger1-2/+10
2014-01-19target/rd: Add DIF protection into rd_execute_rwNicholas Bellinger1-0/+65
2014-01-19target/rd: Add support for protection SGL setup + releaseNicholas Bellinger2-0/+78
2014-01-19target/rd: Refactor rd_build_device_space + rd_release_device_spaceNicholas Bellinger1-45/+68