index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_configfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: target: Fix SELinux error when systemd-modules loads the target module
Maurizio Lombardi
2024-04-06
1
-0
/
+12
*
scsi: target: Fix unmap setup during configuration
Mike Christie
2024-02-13
1
-16
/
+32
*
Merge patch series "scsi: target: Allow userspace to config cmd submission"
Martin K. Petersen
2023-10-13
1
-0
/
+22
|
\
|
*
scsi: target: Allow userspace to request direct submissions
Mike Christie
2023-10-13
1
-0
/
+22
*
|
scsi: target: Replace strlcpy() with strscpy()
Azeem Shaikh
2023-09-05
1
-12
/
+12
|
/
*
scsi: target: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
2023-05-17
1
-5
/
+5
*
scsi: target: Add default fabric ops callouts
Dmitry Bogdanov
2023-03-17
1
-33
/
+61
*
scsi: target: core: Send max transfer length in blocks
Anastasia Kovaleva
2022-11-24
1
-2
/
+0
*
scsi: target: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-11-08
1
-14
/
+15
*
scsi: target: core: Add emulate_rsoc attribute
Dmitry Bogdanov
2022-10-27
1
-0
/
+20
*
scsi: target: Detect UNMAP support post configuration
Mike Christie
2022-07-07
1
-8
/
+19
*
scsi: target: Allow changing dbroot if there are no registered devices
Maurizio Lombardi
2022-04-07
1
-19
/
+28
*
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
2021-10-12
1
-12
/
+20
|
\
|
*
scsi: target: Fix the pgr/alua_support_store functions
Maurizio Lombardi
2021-09-14
1
-12
/
+20
*
|
scsi: target: core: Add common tpg/enable attribute
Dmitry Bogdanov
2021-10-05
1
-0
/
+1
|
/
*
scsi: target: core: Add configurable IEEE Company ID attribute
Sergey Samoylenko
2021-05-15
1
-0
/
+50
*
scsi: target: Shorten ALUA error messages
Bart Van Assche
2021-04-16
1
-8
/
+3
*
scsi: target: configfs: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-10
1
-18
/
+7
*
scsi: target: tcmu: Make pgr_support and alua_support attributes writable
Bodo Stroesser
2020-05-08
1
-2
/
+54
*
scsi: target: Make transport_flags per device
Bodo Stroesser
2020-05-08
1
-7
/
+7
*
scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptpl
Bodo Stroesser
2020-05-08
1
-0
/
+11
*
scsi: target: Add missing emulate_pr attribute to passthrough backends
Bodo Stroesser
2020-05-08
1
-0
/
+1
*
scsi: target: use an enum to track emulate_ua_intlck_ctrl
David Disseldorp
2020-02-21
1
-1
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
scsi: target/core: Rework the SPC-2 reservation handling code
Bart Van Assche
2019-04-13
1
-2
/
+3
*
scsi: target: fix unsigned comparision with less than zero
Colin Ian King
2019-03-21
1
-3
/
+6
*
scsi: target: Add device product id and revision configfs attributes
Alan Adamson
2019-03-18
1
-15
/
+142
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-03-10
1
-4
/
+0
|
\
|
*
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
2019-02-05
1
-4
/
+0
*
|
scsi: target: make the pi_prot_format ConfigFS path readable
David Disseldorp
2019-02-05
1
-1
/
+7
|
/
*
scsi: target: add device vendor_id configfs attribute
David Disseldorp
2018-12-08
1
-0
/
+70
*
scsi: target: consistently null-terminate t10_wwn strings
David Disseldorp
2018-12-08
1
-5
/
+11
*
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
2018-11-29
1
-12
/
+18
*
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
2018-11-29
1
-9
/
+9
*
scsi: target: drop unused pi_prot_format attribute storage
David Disseldorp
2018-11-29
1
-2
/
+1
*
scsi: target: add emulate_pr backstore attr to toggle PR support
David Disseldorp
2018-11-22
1
-6
/
+18
*
scsi: target: add helper to check if dev is configured
Mike Christie
2018-07-31
1
-4
/
+4
*
scsi: target: Use config_item_name() instead of open-coding it
Bart Van Assche
2018-07-02
1
-2
/
+2
*
scsi: target: prefer dbroot of /etc/target over /var/target
Lee Duncan
2018-04-19
1
-0
/
+25
*
target core: add device action configfs files
Mike Christie
2018-01-17
1
-0
/
+6
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2017-11-25
1
-7
/
+7
|
\
|
*
target: fix match_token option in target_core_configfs.c
tangwenji
2017-11-04
1
-7
/
+7
*
|
target: make config_item_type const
Bhumika Goyal
2017-10-19
1
-7
/
+7
|
/
*
target: export lio pgr/alua support as device attr
Mike Christie
2017-07-11
1
-0
/
+24
*
target/configfs: Kill se_device->dev_link_magic
Nicholas Bellinger
2017-06-09
1
-1
/
+5
*
target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()
Hannes Reinecke
2017-05-02
1
-4
/
+4
*
target: fixup error message in target_tg_pt_gp_alua_access_type_store()
Hannes Reinecke
2017-05-02
1
-1
/
+1
*
target/user: PGR Support
Bryant G. Ly
2017-05-02
1
-5
/
+5
*
tcm: make pi data verification configurable
Dmitry Monakhov
2017-05-02
1
-0
/
+34
*
target: Fix ALUA transition state race between multiple initiators
Mike Christie
2017-03-31
1
-1
/
+1
[next]