aboutsummaryrefslogtreecommitdiffstats
path: root/include/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy1-1/+1
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser2-0/+3
2020-07-28scsi: target: iscsi: Fix login error when receivingHou Pu1-4/+5
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam1-1/+1
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-3/+3
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam1-0/+1
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser1-0/+1
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser2-1/+2
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser1-0/+1
2020-04-24scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi1-10/+0
2020-03-26scsi: target: fix hang when multiple threads try to destroy the same iscsi sessionMaurizio Lombardi1-1/+1
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche1-6/+0
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp1-3/+8
2020-02-21scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp1-16/+16
2020-02-21scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp1-1/+1
2019-10-03scsi: target: Remove tpg_list and se_portal_group.se_tpg_nodeBart Van Assche1-1/+0
2019-04-12scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche1-0/+1
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2-2/+3
2019-02-04scsi: target/iscsi: Rename a function and a function pointerBart Van Assche1-1/+1
2019-02-04scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche1-1/+1
2019-02-04scsi: target/core: Add target_send_busy()Bart Van Assche1-0/+1
2019-02-04scsi: target/core: Remove several state tests from the TMF codeBart Van Assche1-1/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-1/+0
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp1-3/+11
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche1-0/+1
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2-2/+0
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche1-0/+7
2018-12-07scsi: target/core: Make it possible to wait from more than one context for command completionBart Van Assche1-1/+2
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche1-1/+0
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2-1/+2
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche1-1/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-3/+9
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-1/+5
2018-11-28scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp1-1/+0
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp1-0/+3
2018-10-16scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche1-1/+0
2018-10-16scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp2-5/+5
2018-08-02scsi: target: add session removal functionMike Christie1-0/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-08-02scsi: target: make transport_init_session_tags staticMike Christie1-2/+0
2018-07-30scsi: target: add helper to check if dev is configuredMike Christie1-0/+4
2018-07-02scsi: target: Remove se_dev_entry.ua_countBart Van Assche1-1/+0
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-1/+1
2018-07-02scsi: target: Simplify the code for waiting for command completionBart Van Assche1-1/+1
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are being abortedBart Van Assche1-2/+1
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche1-0/+1
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche1-1/+1
2018-06-26scsi: target: remove target_find_deviceMike Christie1-2/+0
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2-3/+5
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-0/+5