summaryrefslogtreecommitdiffstats
path: root/include/target
Commit message (Expand)AuthorAgeFilesLines
...
* target: break up free_device callbackMike Christie2017-07-071-0/+1
* target: Introduce a function that shows the command stateBart Van Assche2017-07-071-0/+1
* iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger2017-07-071-1/+0Star
* target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-071-0/+8
* target: Remove se_device.dev_listBart Van Assche2017-07-071-2/+0Star
* target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger2017-07-071-1/+2
* target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger2017-06-091-2/+0Star
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-091-2/+0Star
* iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger2017-06-011-0/+1
* target/user: PGR SupportBryant G. Ly2017-05-021-0/+1
* tcm: make pi data verification configurableDmitry Monakhov2017-05-021-0/+1
* target: Fix ALUA transition state race between multiple initiatorsMike Christie2017-03-311-6/+2Star
* target: Fix unknown fabric callback queue-full errorsNicholas Bellinger2017-03-311-0/+1
* target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2017-03-301-0/+1
* target: fix ALUA transition timeout handlingMike Christie2017-03-181-1/+1
* target: allow ALUA setup for some passthrough backendsMike Christie2017-03-181-1/+6
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\
| * sched/headers: Remove <linux/cgroup-defs.h> from <linux/sched.h>Ingo Molnar2017-03-031-0/+1
| * sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar2017-03-021-0/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-023-6/+14
|\ \ | |/ |/|
| * target: Add counters for ABORT_TASK success + failureNicholas Bellinger2017-02-271-0/+2
| * target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-271-0/+1
| * target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash2017-02-191-2/+9
| * target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche2017-02-091-1/+0Star
| * target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-091-1/+0Star
| * target: Inline transport_cmd_check_stop()Bart Van Assche2017-02-091-1/+1
| * target: Remove se_tmr_req.tmr_lunBart Van Assche2017-02-091-1/+0Star
| * target/iscsi: Introduce a helper function for TMF translationBart Van Assche2017-02-091-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\ \ | |/ |/|
| * IB/srpt: Accept GUIDs as port namesBart Van Assche2017-01-271-0/+1
* | target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger2017-02-081-0/+1
* | target: add XCOPY target/segment desc sense codesDavid Disseldorp2017-01-101-0/+4
|/
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-216-17/+29
|\
| * target: Minimize #include directivesBart Van Assche2016-12-096-17/+29
* | linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-151-1/+1
|/
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-201-0/+1
* target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger2016-07-201-0/+1
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-201-1/+0Star
* target: Fix max_unmap_lba_count calc overflowMike Christie2016-07-201-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-284-8/+68
|\
| * cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attributeNicholas Bellinger2016-05-171-1/+1
| * iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-171-0/+1
| * target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-102-7/+0Star
| * target: remove acl_stopChristoph Hellwig2016-05-101-1/+0Star
| * iscsi-target: export symbolsVarun Prakash2016-05-101-0/+33
| * iscsi-target: add new offload transport typeVarun Prakash2016-05-101-0/+1
| * iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash2016-05-101-0/+26
| * iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash2016-05-101-0/+2
| * iscsi-target: add int (*iscsit_validate_params)()Varun Prakash2016-05-101-0/+1
| * iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-101-0/+1