summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2019-04-131-2/+3
* scsi: target: fix unsigned comparision with less than zeroColin Ian King2019-03-211-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-101-4/+0Star
|\
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-4/+0Star
* | scsi: target: make the pi_prot_format ConfigFS path readableDavid Disseldorp2019-02-051-1/+7
|/
* scsi: target: add device vendor_id configfs attributeDavid Disseldorp2018-12-081-0/+70
* scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-081-5/+11
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-12/+18
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-9/+9
* scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp2018-11-291-2/+1Star
* scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp2018-11-221-6/+18
* scsi: target: add helper to check if dev is configuredMike Christie2018-07-311-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-171-0/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-251-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-111-0/+24
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-091-1/+5
* target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke2017-05-021-4/+4
* target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke2017-05-021-1/+1
* target/user: PGR SupportBryant G. Ly2017-05-021-5/+5
* tcm: make pi data verification configurableDmitry Monakhov2017-05-021-0/+34
* target: Fix ALUA transition state race between multiple initiatorsMike Christie2017-03-311-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
|\
| * target: Use NULL instead of 0 to represent a pointerBart Van Assche2016-12-091-2/+2
* | don't open-code file_inode()Al Viro2016-12-051-1/+1
|/
* target: make close_session optionalChristoph Hellwig2016-05-101-4/+0Star
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-4/+0Star
* target: make target db location configurableLee Duncan2016-05-101-0/+62
* configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-163/+40Star
* target: Fix incorrect unmap_zeroes_data_store returnNicholas Bellinger2016-02-111-1/+1
* target: Fix a memory leak in target_dev_lba_map_store()Bart Van Assche2016-01-071-3/+3
* target: Fix indentation in target_core_configfs.cBart Van Assche2016-01-071-1/+1
* target: fix deprecated attribute names in dmesgChristophe Vu-Brugier2016-01-061-1/+2
* target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas2016-01-061-0/+36
* fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-211-1/+1
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-768/+441Star
* target: Perform RCU callback barrier before backend/fabric unloadNicholas Bellinger2015-07-311-1/+8
* target/configfs: handle match_int() errorsDavid Disseldorp2015-07-241-8/+24
* target: Do not return 0 from aptpl and alua configfs store functionsAndy Grover2015-07-241-3/+3
* target: Indicate success if writing 0 to pi_prot_typeAndy Grover2015-07-241-1/+1
* target: remove target_core_configfs.hChristoph Hellwig2015-06-231-1/+0Star
* target: consolidate version definesChristoph Hellwig2015-06-231-3/+3
* target: use 64-bit LUNsHannes Reinecke2015-06-161-6/+6
* target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-8/+3Star