summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_configfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01scsi: target: Fix recursive locking in __configfs_open_file()Prithvi Tambewagh1-9/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-04scsi: target: Constify struct configfs_item_operations and configfs_group_ope...Christophe JAILLET1-9/+9
2025-12-17scsi: target: core: Add emulation for REPORT IDENTIFYING INFORMATIONGulam Mohamed1-0/+50
2025-12-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+22
2025-11-04target: don't copy kernel credsChristian Brauner1-12/+2
2025-11-03scsi: target: Simplify target_lu_gp_members_show()Bart Van Assche1-15/+7
2025-11-03scsi: target: Do not write NUL characters into ASCII configfs outputBart Van Assche1-1/+0
2025-11-03scsi: target: Add atomic se_device fieldsMike Christie1-0/+15
2025-09-29scsi: target: target_core_configfs: Add length check to avoid buffer overflowWang Haoran1-1/+1
2025-04-12scsi: target: Remove size arguments when calling strscpy()Thorsten Blum1-11/+9
2025-03-04scsi: target: Replace deprecated strncpy() with strscpy()Thorsten Blum1-3/+3
2024-04-06scsi: target: Fix SELinux error when systemd-modules loads the target moduleMaurizio Lombardi1-0/+12
2024-02-13scsi: target: Fix unmap setup during configurationMike Christie1-16/+32
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen1-0/+22
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie1-0/+22
2023-09-05scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh1-12/+12
2023-05-17scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-5/+5
2023-03-17scsi: target: Add default fabric ops calloutsDmitry Bogdanov1-33/+61
2022-11-24scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva1-2/+0
2022-11-08scsi: target: Use kstrtobool() instead of strtobool()Christophe JAILLET1-14/+15
2022-10-27scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov1-0/+20
2022-07-07scsi: target: Detect UNMAP support post configurationMike Christie1-8/+19
2022-04-07scsi: target: Allow changing dbroot if there are no registered devicesMaurizio Lombardi1-19/+28
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-12/+20
2021-10-05scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov1-0/+1
2021-09-14scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi1-12/+20
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko1-0/+50
2021-04-16scsi: target: Shorten ALUA error messagesBart Van Assche1-8/+3
2021-03-10scsi: target: configfs: Initialize arrays at declaration timeChaitanya Kulkarni1-18/+7
2020-05-08scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser1-2/+54
2020-05-08scsi: target: Make transport_flags per deviceBodo Stroesser1-7/+7
2020-05-08scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser1-0/+11
2020-05-08scsi: target: Add missing emulate_pr attribute to passthrough backendsBodo Stroesser1-0/+1
2020-02-22scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-04-13scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche1-2/+3
2019-03-21scsi: target: fix unsigned comparision with less than zeroColin Ian King1-3/+6
2019-03-19scsi: target: Add device product id and revision configfs attributesAlan Adamson1-15/+142
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+0
2019-02-05scsi: target: make the pi_prot_format ConfigFS path readableDavid Disseldorp1-1/+7
2019-02-05scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-4/+0
2018-12-08scsi: target: add device vendor_id configfs attributeDavid Disseldorp1-0/+70
2018-12-08scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp1-5/+11
2018-11-29scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-12/+18
2018-11-29scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-9/+9
2018-11-29scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp1-2/+1
2018-11-22scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp1-6/+18
2018-07-31scsi: target: add helper to check if dev is configuredMike Christie1-4/+4