aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_configfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-05scsi: target: Replace strlcpy() with strscpy()Gravatar Azeem Shaikh 1-12/+12
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Gravatar Azeem Shaikh 1-5/+5
2023-03-16scsi: target: Add default fabric ops calloutsGravatar Dmitry Bogdanov 1-33/+61
2022-11-24scsi: target: core: Send max transfer length in blocksGravatar Anastasia Kovaleva 1-2/+0
2022-11-08scsi: target: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-14/+15
2022-10-27scsi: target: core: Add emulate_rsoc attributeGravatar Dmitry Bogdanov 1-0/+20
2022-07-07scsi: target: Detect UNMAP support post configurationGravatar Mike Christie 1-8/+19
2022-04-06scsi: target: Allow changing dbroot if there are no registered devicesGravatar Maurizio Lombardi 1-19/+28
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingGravatar Martin K. Petersen 1-12/+20
2021-10-04scsi: target: core: Add common tpg/enable attributeGravatar Dmitry Bogdanov 1-0/+1
2021-09-13scsi: target: Fix the pgr/alua_support_store functionsGravatar Maurizio Lombardi 1-12/+20
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeGravatar Sergey Samoylenko 1-0/+50
2021-04-15scsi: target: Shorten ALUA error messagesGravatar Bart Van Assche 1-8/+3
2021-03-09scsi: target: configfs: Initialize arrays at declaration timeGravatar Chaitanya Kulkarni 1-18/+7
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableGravatar Bodo Stroesser 1-2/+54
2020-05-07scsi: target: Make transport_flags per deviceGravatar Bodo Stroesser 1-7/+7
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplGravatar Bodo Stroesser 1-0/+11
2020-05-07scsi: target: Add missing emulate_pr attribute to passthrough backendsGravatar Bodo Stroesser 1-0/+1
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlGravatar David Disseldorp 1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-9/+1
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeGravatar Bart Van Assche 1-2/+3
2019-03-20scsi: target: fix unsigned comparision with less than zeroGravatar Colin Ian King 1-3/+6
2019-03-18scsi: target: Add device product id and revision configfs attributesGravatar Alan Adamson 1-15/+142
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+0
2019-02-04scsi: target: make the pi_prot_format ConfigFS path readableGravatar David Disseldorp 1-1/+7
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionGravatar Bart Van Assche 1-4/+0
2018-12-07scsi: target: add device vendor_id configfs attributeGravatar David Disseldorp 1-0/+70
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsGravatar David Disseldorp 1-5/+11
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasGravatar David Disseldorp 1-12/+18
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsGravatar David Disseldorp 1-9/+9
2018-11-28scsi: target: drop unused pi_prot_format attribute storageGravatar David Disseldorp 1-2/+1
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportGravatar David Disseldorp 1-6/+18
2018-07-30scsi: target: add helper to check if dev is configuredGravatar Mike Christie 1-4/+4
2018-07-02scsi: target: Use config_item_name() instead of open-coding itGravatar Bart Van Assche 1-2/+2
2018-04-19scsi: target: prefer dbroot of /etc/target over /var/targetGravatar Lee Duncan 1-0/+25
2018-01-16target core: add device action configfs filesGravatar Mike Christie 1-0/+6
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-7/+7
2017-11-04target: fix match_token option in target_core_configfs.cGravatar tangwenji 1-7/+7
2017-10-19target: make config_item_type constGravatar Bhumika Goyal 1-7/+7
2017-07-10target: export lio pgr/alua support as device attrGravatar Mike Christie 1-0/+24
2017-06-08target/configfs: Kill se_device->dev_link_magicGravatar Nicholas Bellinger 1-1/+5
2017-05-01target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Gravatar Hannes Reinecke 1-4/+4
2017-05-01target: fixup error message in target_tg_pt_gp_alua_access_type_store()Gravatar Hannes Reinecke 1-1/+1
2017-05-01target/user: PGR SupportGravatar Bryant G. Ly 1-5/+5
2017-05-01tcm: make pi data verification configurableGravatar Dmitry Monakhov 1-0/+34
2017-03-30target: Fix ALUA transition state race between multiple initiatorsGravatar Mike Christie 1-1/+1
2017-03-18target: Drop pointless tfo->check_stop_free checkGravatar Nicholas Bellinger 1-0/+4
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2016-12-09target: Use NULL instead of 0 to represent a pointerGravatar Bart Van Assche 1-2/+2
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1