summaryrefslogtreecommitdiffstats
path: root/drivers/target/sbp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2026-01-23scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg()Kery Qi-2/+2
2025-11-29scsi: target: sbp: Remove KMSG_COMPONENT macroHeiko Carstens-2/+1
2025-11-12scsi: target: sbp: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+3
2023-03-16scsi: target: sbp: Remove default fabric ops calloutsDmitry Bogdanov-31/+0
2021-10-04scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov-25/+5
2021-08-03scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp-2/+2
2021-05-14scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong-1/+0
2021-03-04scsi: target: sbp_target: Convert to new submission APIMike Christie-5/+3
2021-02-08scsi: target: sbp: Remove unneeded semicolonYang Li-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche-6/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp-6/+1
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche-4/+2
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox-2/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox-1/+1
2018-01-12sbp-target: Delete an error message for a failed memory allocation in three f...Markus Elfring-9/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-09sbp-target: Add an #include directiveBart Van Assche-0/+1
2016-12-09sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche-1/+1
2016-05-10target: make close_session optionalChristoph Hellwig-6/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig-6/+0
2016-03-10sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger-14/+16
2016-03-10sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger-6/+30
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig-25/+8
2016-01-06sbp-target: Remove a superfluous forward declarationBart Van Assche-2/+0
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig-49/+38
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-232/+54
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger-1/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche-1/+1
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger-2/+5
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger-56/+43
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche-10/+2
2015-05-30target: move transport ID handling to the coreChristoph Hellwig-70/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig-13/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig-2/+1
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig-14/+0
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig-32/+4
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig-6/+0
2015-05-30sbp_target: remove struct sbp_naclChristoph Hellwig-30/+3
2015-04-14target: simplify the target template registration APIChristoph Hellwig-58/+10
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig-1/+1