summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen2023-10-131-0/+22
|\
| * scsi: target: Allow userspace to request direct submissionsMike Christie2023-10-131-0/+22
* | scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh2023-09-051-12/+12
|/
* scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-161-5/+5
* scsi: target: Add default fabric ops calloutsDmitry Bogdanov2023-03-161-33/+61
* scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva2022-11-241-2/+0
* scsi: target: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-081-14/+15
* scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov2022-10-271-0/+20
* scsi: target: Detect UNMAP support post configurationMike Christie2022-07-071-8/+19
* scsi: target: Allow changing dbroot if there are no registered devicesMaurizio Lombardi2022-04-061-19/+28
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-12/+20
|\
| * scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi2021-09-131-12/+20
* | scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2021-10-041-0/+1
|/
* scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko2021-05-151-0/+50
* scsi: target: Shorten ALUA error messagesBart Van Assche2021-04-151-8/+3
* scsi: target: configfs: Initialize arrays at declaration timeChaitanya Kulkarni2021-03-091-18/+7
* scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2020-05-071-2/+54
* scsi: target: Make transport_flags per deviceBodo Stroesser2020-05-071-7/+7
* scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2020-05-071-0/+11
* scsi: target: Add missing emulate_pr attribute to passthrough backendsBodo Stroesser2020-05-071-0/+1
* scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp2020-02-211-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2019-04-121-2/+3
* scsi: target: fix unsigned comparision with less than zeroColin Ian King2019-03-201-3/+6
* scsi: target: Add device product id and revision configfs attributesAlan Adamson2019-03-181-15/+142
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-4/+0
|\
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-4/+0
* | scsi: target: make the pi_prot_format ConfigFS path readableDavid Disseldorp2019-02-041-1/+7
|/
* scsi: target: add device vendor_id configfs attributeDavid Disseldorp2018-12-071-0/+70
* scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-071-5/+11
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-12/+18
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-9/+9
* scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp2018-11-281-2/+1
* scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp2018-11-211-6/+18
* scsi: target: add helper to check if dev is configuredMike Christie2018-07-301-4/+4
* scsi: target: Use config_item_name() instead of open-coding itBart Van Assche2018-07-021-2/+2
* scsi: target: prefer dbroot of /etc/target over /var/targetLee Duncan2018-04-191-0/+25
* target core: add device action configfs filesMike Christie2018-01-161-0/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-241-7/+7
|\
| * target: fix match_token option in target_core_configfs.ctangwenji2017-11-041-7/+7
* | target: make config_item_type constBhumika Goyal2017-10-191-7/+7
|/
* target: export lio pgr/alua support as device attrMike Christie2017-07-101-0/+24
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-081-1/+5
* target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke2017-05-011-4/+4
* target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke2017-05-011-1/+1
* target/user: PGR SupportBryant G. Ly2017-05-011-5/+5
* tcm: make pi data verification configurableDmitry Monakhov2017-05-011-0/+34
* target: Fix ALUA transition state race between multiple initiatorsMike Christie2017-03-301-1/+1
* target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2017-03-181-0/+4
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-2/+2
|\