summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2014-06-07tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger1-4/+4
2014-06-07target: fix memory leak on XCOPYMikulas Patocka1-1/+1
2014-06-07target: Don't allow setting WC emulation if device doesn't supportAndy Grover1-4/+4
2014-06-07iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger1-1/+3
2014-06-07target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover1-0/+4
2014-05-06target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-05-06target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger1-3/+2
2014-05-06Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec1-1/+2
2014-05-06target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran1-4/+10
2014-05-06iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger1-1/+3
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/...Linus 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
2014-01-19target/file: Add DIF protection support to fd_execute_rwNicholas Bellinger2-1/+123
2014-01-19target/file: Add DIF protection init/format supportNicholas Bellinger2-0/+141
2014-01-18target/iblock: Add blk_integrity + BIP passthrough supportNicholas Bellinger2-2/+90
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger2-3/+15
2014-01-18target/configfs: Expose protection device attributesNicholas Bellinger3-0/+103
2014-01-18target/spc: Expose ATO bit in control mode pageNicholas Bellinger1-0/+13
2014-01-18target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger1-0/+5
2014-01-18target/spc: Add protection related bits to INQUIRY EVPD=0x86Nicholas Bellinger1-0/+9
2014-01-18target/spc: Add protection bit to standard INQUIRY outputNicholas Bellinger1-0/+5
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger2-0/+179
2014-01-18target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger1-0/+62
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger1-0/+30
2014-01-09target: Convert inquiry temporary buffer to heap memoryNicholas Bellinger1-3/+8
2014-01-09target_core_alua: check for buffer overflowHannes Reinecke1-6/+17
2014-01-09drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria1-3/+3