summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-082-11/+41
* target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger2015-04-081-6/+7
* target: add missing __user annotationsChristoph Hellwig2015-03-261-2/+4
* target: add missing sense_reason_t annotationsChristoph Hellwig2015-03-263-3/+3
* target: add __releases annotation to target_release_cmd_krefChristoph Hellwig2015-03-261-0/+1
* target: mark iscsit_start_kthreads staticChristoph Hellwig2015-03-261-1/+1
* target: mark tcm_loop_primary staticChristoph Hellwig2015-03-261-1/+1
* target: move external declarations to a headersChristoph Hellwig2015-03-262-9/+7Star
* target: Better handling of AllRegistrants reservationsIlias Tsitsimpis2015-03-261-11/+19
* iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger2015-03-267-586/+0Star
* iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger2015-03-263-69/+107
* iscsi-target: don't export static symbolJulia Lawall2015-03-201-1/+0Star
* target: Convert fabric module autoload failures to pr_debugNicholas Bellinger2015-03-201-8/+8
* iscsi-target: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-071-0/+10
* target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger2015-03-071-0/+24
* target: rewrite fd_execute_write_sameChristoph Hellwig2015-02-271-78/+22Star
* target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig2015-02-271-17/+14Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-2126-1086/+239Star
|\
| * target: Set LBPWS10 bit in Logical Block Provisioning EVPDNicholas Bellinger2015-02-141-1/+1
| * target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger2015-02-141-0/+5
| * target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger2015-02-141-0/+5
| * target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger2015-02-141-10/+46
| * target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger2015-02-143-0/+18
| * target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger2015-02-141-19/+32
| * target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger2015-02-141-1/+2
| * target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger2015-02-141-0/+12
| * iscsi-target: Avoid IN_LOGOUT failure case for iser-targetNicholas Bellinger2015-02-121-1/+3
| * target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger2015-02-121-12/+13
| * iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger2015-02-121-23/+5Star
| * iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg2015-02-123-23/+66
| * iscsi-target: Don't over-allocate sendtargets text resp bufferSagi Grimberg2015-02-041-1/+1
| * iscsi-target: Introduce session_get_next_tttSagi Grimberg2015-02-042-17/+4Star
| * iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg2015-01-3020-969/+22Star
| * iscsi-target: use '%*ph' specifier to dump hex bufferAndy Shevchenko2015-01-161-9/+4Star
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+1Star
* | iscsi-target: Fix typos in enum cmd_flags_tableAndy Grover2015-01-102-8/+8
* | target: Allow Write Exclusive non-reservation holders to READLee Duncan2015-01-101-0/+12
* | target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-105-50/+0Star
* | target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-105-25/+16Star
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-208-27/+26Star
|\
| * Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-188-27/+26Star
| |\
| | * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-048-26/+26
| | * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-12-2018-441/+462
|\ \ \ | |/ / |/| |
| * | target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger2014-12-191-1/+4
| * | iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger2014-12-161-15/+11Star
| * | iscsi-target: nullify session in failed login sequenceSagi Grimberg2014-12-161-0/+1
| * | target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger2014-12-161-22/+65
| * | target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger2014-12-161-3/+23
| * | iscsi-target: Drop left-over bogus iscsi_np->tpg_npNicholas Bellinger2014-12-132-2/+0Star