aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-13scsi: target: core: Unexport target_queue_submission()Mike Christie1-1/+0
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie1-0/+1
2023-10-13scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie1-2/+1
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie1-2/+0
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie2-0/+18
2023-10-13scsi: target: iscs: Make write_pending_must_be_called a bit fieldMike Christie1-2/+2
2023-07-11scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi1-4/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+8
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2-3/+8
2023-05-22scsi: target: iscsi: Remove unused transport_timerMaurizio Lombardi1-1/+0
2023-05-22scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi1-2/+4
2023-04-11scsi: target: Pass struct target_opcode_descriptor to enabledMike Christie1-1/+2
2023-04-11scsi: target: Allow backends to hook into PR handlingMike Christie1-0/+4
2023-04-11scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie1-2/+2
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen3-8/+22
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie1-0/+1
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie1-0/+3
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-3/+5
2023-03-24scsi: target: Move cmd counter allocationMike Christie1-1/+3
2023-03-24scsi: target: Move sess cmd counter to new structMike Christie2-4/+10
2023-03-09scsi: target: core: Add RTPI attribute for target portDmitry Bogdanov1-0/+1
2023-03-09scsi: target: core: Drop device-based RTPIRoman Bolshakov1-4/+0
2023-03-09scsi: target: core: Add RTPI field to target portDmitry Bogdanov1-0/+2
2022-11-24scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva1-1/+0
2022-10-27scsi: target: core: Dynamically set DPO and FUA in usage_bitsDmitry Bogdanov1-0/+2
2022-10-27scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov1-0/+3
2022-10-27scsi: target: core: Dynamic opcode support in RSOCDmitry Bogdanov1-0/+1
2022-10-27scsi: target: core: Add support for RSOC commandDmitry Bogdanov1-0/+12
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov1-2/+2
2022-07-07scsi: target: Add callout to configure UNMAP settingsMike Christie1-0/+1
2022-06-07scsi: target: iscsi: Control authentication per ACLDmitry Bogdanov1-0/+2
2022-06-07scsi: target: iscsi: Add upcast helpersDmitry Bogdanov1-0/+12
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-89/+89
2022-05-10scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy2-6/+6
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2-55/+55
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy2-63/+63
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig1-2/+2
2022-03-14scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou1-25/+6
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie1-1/+1
2021-10-18scsi: target: Fix ordered tag handlingMike Christie1-2/+4
2021-10-04scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2-0/+2
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko2-0/+3
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp1-3/+5
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko1-0/+1
2021-03-04scsi: target: core: Make completion affinity configurableMike Christie1-0/+9
2021-03-04scsi: target: core: Fix backend pluggingMike Christie2-0/+6
2021-03-04scsi: target: core: Cleanup cmd flag bitsMike Christie1-19/+19
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie2-1/+9
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-2/+3
2021-03-04scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie1-5/+1