summaryrefslogtreecommitdiff
path: root/include/target
AgeCommit message (Expand)Author
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie
2023-03-24scsi: target: Move cmd counter allocationMike Christie
2023-03-24scsi: target: Move sess cmd counter to new structMike Christie
2023-03-09scsi: target: core: Add RTPI attribute for target portDmitry Bogdanov
2023-03-09scsi: target: core: Drop device-based RTPIRoman Bolshakov
2023-03-09scsi: target: core: Add RTPI field to target portDmitry Bogdanov
2022-11-24scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva
2022-10-27scsi: target: core: Dynamically set DPO and FUA in usage_bitsDmitry Bogdanov
2022-10-27scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov
2022-10-27scsi: target: core: Dynamic opcode support in RSOCDmitry Bogdanov
2022-10-27scsi: target: core: Add support for RSOC commandDmitry Bogdanov
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov
2022-07-07scsi: target: Add callout to configure UNMAP settingsMike Christie
2022-06-07scsi: target: iscsi: Control authentication per ACLDmitry Bogdanov
2022-06-07scsi: target: iscsi: Add upcast helpersDmitry Bogdanov
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-10scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-03-14scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie
2021-10-18scsi: target: Fix ordered tag handlingMike Christie
2021-10-04scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko
2021-03-04scsi: target: core: Make completion affinity configurableMike Christie
2021-03-04scsi: target: core: Fix backend pluggingMike Christie
2021-03-04scsi: target: core: Cleanup cmd flag bitsMike Christie
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie
2021-03-04scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie
2021-03-04scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie
2021-02-22scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov
2021-01-26scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva
2020-11-04scsi: target: Make state_list per CPUMike Christie
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie
2020-11-04scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie
2020-11-04scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp
2020-08-04scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser
2020-07-28scsi: target: iscsi: Fix login error when receivingHou Pu
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam