summaryrefslogtreecommitdiffstats
path: root/include/target/target_core_base.h
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2019-04-131-2/+2
* scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2019-02-051-1/+0Star
* scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-081-3/+11
* scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-081-1/+0Star
* scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche2018-12-081-1/+2
* scsi: target/core: Use system workqueues for TMFBart Van Assche2018-12-081-1/+0Star
* scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2018-12-081-0/+1
* scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-081-1/+0Star
* scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp2018-11-291-1/+0Star
* scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp2018-11-221-0/+3
* scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche2018-10-161-1/+0Star
* scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-021-1/+0Star
* scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-1/+1
* scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2018-07-021-2/+1Star
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-3/+4
* scsi: target: Abstract tag freeingMatthew Wilcox2018-06-201-0/+5
* scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan2018-05-181-0/+1
* target core: add device action configfs filesMike Christie2018-01-171-0/+1
* target: add SAM_STAT_BUSY sense reasonMike Christie2018-01-131-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-251-0/+2
|\
| * target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-081-0/+1
| * target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2017-11-041-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* target: remove g_device_listMike Christie2017-07-071-1/+0Star
* target: use idr for se_device dev indexMike Christie2017-07-071-1/+0Star
* 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
* 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
* 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-021-3/+4
|\ \ | |/ |/|
| * 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: 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: 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-211-8/+4Star
|\
| * target: Minimize #include directivesBart Van Assche2016-12-091-8/+4Star