aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_configfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-10target: make close_session optionalGravatar Christoph Hellwig 1-4/+0
2016-05-10target: make ->shutdown_session optionalGravatar Christoph Hellwig 1-4/+0
2016-05-09target: make target db location configurableGravatar Lee Duncan 1-0/+62
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-163/+40
2016-02-10target: Fix incorrect unmap_zeroes_data_store returnGravatar Nicholas Bellinger 1-1/+1
2016-01-07target: Fix a memory leak in target_dev_lba_map_store()Gravatar Bart Van Assche 1-3/+3
2016-01-07target: Fix indentation in target_core_configfs.cGravatar Bart Van Assche 1-1/+1
2016-01-06target: fix deprecated attribute names in dmesgGravatar Christophe Vu-Brugier 1-1/+2
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationGravatar Jamie Pocas 1-0/+36
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Gravatar Krzysztof Opasiak 1-1/+1
2015-10-13target: use per-attribute show and store methodsGravatar Christoph Hellwig 1-768/+441
2015-07-30target: Perform RCU callback barrier before backend/fabric unloadGravatar Nicholas Bellinger 1-1/+8
2015-07-23target/configfs: handle match_int() errorsGravatar David Disseldorp 1-8/+24
2015-07-23target: Do not return 0 from aptpl and alua configfs store functionsGravatar Andy Grover 1-3/+3