summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2015-04-08loopback: Add fabric_prot_type attribute supportNicholas Bellinger2-2/+53
2015-04-08target/rd: Add checks for backend DIF emulationNicholas Bellinger1-2/+4
2015-04-08target/iblock: Add checks for backend DIF emulationNicholas Bellinger1-1/+1
2015-04-08target/file: Add checks for backend DIF emulationNicholas Bellinger1-4/+4
2015-04-08target: Add internal READ_INSERT supportNicholas Bellinger1-0/+6
2015-04-08target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger1-8/+13
2015-04-08target: Add internal WRITE_STRIP supportNicholas Bellinger2-0/+19
2015-04-08target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger1-9/+22
2015-04-08target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2-7/+20
2015-04-08target: Add protected fabric + unprotected device supportNicholas Bellinger2-11/+41
2015-04-08target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger1-6/+7
2015-03-27target: add missing __user annotationsChristoph Hellwig1-2/+4
2015-03-27target: add missing sense_reason_t annotationsChristoph Hellwig3-3/+3
2015-03-27target: add __releases annotation to target_release_cmd_krefChristoph Hellwig1-0/+1
2015-03-27target: mark iscsit_start_kthreads staticChristoph Hellwig1-1/+1
2015-03-27target: mark tcm_loop_primary staticChristoph Hellwig1-1/+1
2015-03-27target: move external declarations to a headersChristoph Hellwig2-9/+7
2015-03-27target: Better handling of AllRegistrants reservationsIlias Tsitsimpis1-11/+19
2015-03-27iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger7-586/+0
2015-03-27iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger3-69/+107
2015-03-20iscsi-target: don't export static symbolJulia Lawall1-1/+0
2015-03-20target: Convert fabric module autoload failures to pr_debugNicholas Bellinger1-8/+8
2015-03-07iscsi-target: Expose per endpoint dynamic_sessions attributeNicholas Bellinger1-0/+10
2015-03-07target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger1-0/+24
2015-02-27target: rewrite fd_execute_write_sameChristoph Hellwig1-78/+22
2015-02-27target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig1-17/+14
2015-02-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds26-1086/+239
2015-02-14target: Set LBPWS10 bit in Logical Block Provisioning EVPDNicholas Bellinger1-1/+1
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger1-0/+5
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger1-0/+5
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger1-10/+46
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger3-0/+18
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger1-19/+32
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-02-12iscsi-target: Avoid IN_LOGOUT failure case for iser-targetNicholas Bellinger1-1/+3
2015-02-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-12/+13
2015-02-12iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-02-12iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg3-23/+66
2015-02-04iscsi-target: Don't over-allocate sendtargets text resp bufferSagi Grimberg1-1/+1
2015-02-04iscsi-target: Introduce session_get_next_tttSagi Grimberg2-17/+4
2015-01-31iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg20-969/+22
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+1
2015-01-16iscsi-target: use '%*ph' specifier to dump hex bufferAndy Shevchenko1-9/+4
2015-01-10iscsi-target: Fix typos in enum cmd_flags_tableAndy Grover2-8/+8
2015-01-10target: Allow Write Exclusive non-reservation holders to READLee Duncan1-0/+12
2015-01-10target: Drop left-over fabric_max_sectors attributeNicholas Bellinger5-50/+0
2015-01-10target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2014-12-21Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds8-27/+26
2014-12-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds18-441/+462