summaryrefslogtreecommitdiffstats
path: root/include/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche2019-04-131-0/+1
* scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2019-04-132-2/+3
* scsi: target/iscsi: Rename a function and a function pointerBart Van Assche2019-02-051-1/+1
* scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche2019-02-051-1/+1
* scsi: target/core: Add target_send_busy()Bart Van Assche2019-02-051-0/+1
* scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2019-02-051-1/+0Star
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-1/+0Star
* scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-081-3/+11
* scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche2018-12-081-0/+1
* scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-082-2/+0Star
* scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche2018-12-081-0/+7
* 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-082-1/+2
* scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-081-1/+0Star
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-3/+9
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-1/+5
* 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: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp2018-10-162-5/+5
* scsi: target: add session removal functionMike Christie2018-08-021-0/+1
* scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
* scsi: target: make transport_init_session_tags staticMike Christie2018-08-021-2/+0Star
* scsi: target: add helper to check if dev is configuredMike Christie2018-07-311-0/+4
* scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-021-1/+0Star
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-1/+1
* 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: Introduce transport_init_session()Bart Van Assche2018-07-021-0/+1
* scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2018-07-021-1/+1
* scsi: target: remove target_find_deviceMike Christie2018-06-261-2/+0Star
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-202-3/+5
* 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-172-0/+2
* 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
* | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-6/+6
|\ \
| * | target: make config_item_type constBhumika Goyal2017-10-191-6/+6
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
|/
* iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-08-061-0/+1
* iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-07-111-0/+9
* target: remove transport_completeMike Christie2017-07-071-4/+0Star
* target: add helper to copy sense to se_cmd bufferMike Christie2017-07-071-0/+2
* target: remove g_device_listMike Christie2017-07-071-1/+0Star
* target: add helper to find se_device by dev_indexMike Christie2017-07-071-0/+2
* target: use idr for se_device dev indexMike Christie2017-07-071-1/+0Star