index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2022-10-27
scsi: target: core: Add emulate_rsoc attribute
Dmitry Bogdanov
1
-0
/
+1
2022-10-01
scsi: target: core: UA on all LUNs after reset
Dmitry Bogdanov
1
-0
/
+19
2022-08-01
scsi: target: core: De-RCU of se_lun and se_lun acl
Dmitry Bogdanov
1
-18
/
+11
2022-08-01
scsi: target: core: Fix race during ACL removal
Dmitry Bogdanov
1
-3
/
+0
2022-07-07
scsi: target: Add callout to configure UNMAP settings
Mike Christie
1
-0
/
+6
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
1
-2
/
+1
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
1
-4
/
+3
2022-04-17
target: fix discard alignment on partitions
Christoph Hellwig
1
-2
/
+2
2022-04-17
target: pass a block_device to target_configure_unmap_from_queue
Christoph Hellwig
1
-2
/
+3
2022-04-17
target: remove an incorrect unmap zeroes data deduction
Christoph Hellwig
1
-1
/
+0
2021-10-18
scsi: target: Fix ordered tag handling
Mike Christie
1
-0
/
+2
2021-05-15
scsi: target: core: Add configurable IEEE Company ID attribute
Sergey Samoylenko
1
-0
/
+5
2021-04-05
scsi: target: Make the virtual LUN 0 device
Konstantin Shelekhin
1
-1
/
+1
2021-03-04
scsi: target: core: Add workqueue based cmd submission
Mike Christie
1
-2
/
+8
2020-11-04
scsi: target: Make state_list per CPU
Mike Christie
1
-2
/
+14
2020-11-04
scsi: target: Fix LUN ref count handling
Mike Christie
1
-23
/
+20
2020-06-09
scsi: target: Initialize LUN in transport_init_se_cmd()
Sudhakar Panneerselvam
1
-11
/
+8
2020-05-19
scsi: target: core: Add initiatorname to NON_EXISTENT_LUN error
Lance Digby
1
-4
/
+6
2020-05-07
scsi: target: Make transport_flags per device
Bodo Stroesser
1
-1
/
+2
2020-02-21
scsi: target: use an enum to track emulate_ua_intlck_ctrl
David Disseldorp
1
-1
/
+1
2020-02-21
scsi: target: fix unmap_zeroes_data boolean initialisation
David Disseldorp
1
-1
/
+1
2019-10-17
scsi: target: core: Do not overwrite CDB byte 1
Bodo Stroesser
1
-21
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-04-12
scsi: target/core: Fix a race condition in the LUN lookup code
Bart Van Assche
1
-2
/
+2
2019-02-04
scsi: target/iscsi: Convert comments about locking into runtime checks
Bart Van Assche
1
-3
/
+3
2018-12-07
scsi: target: perform t10_wwn ID initialisation in target_alloc_device()
David Disseldorp
1
-14
/
+7
2018-12-07
scsi: target: consistently null-terminate t10_wwn strings
David Disseldorp
1
-32
/
+14
2018-12-07
scsi: target/core: Use system workqueues for TMF
Bart Van Assche
1
-16
/
+0
2018-12-07
scsi: target/core: Simplify transport_clear_lun_ref()
Bart Van Assche
1
-1
/
+0
2018-11-28
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-13
/
+13
2018-11-21
scsi: target: add emulate_pr backstore attr to toggle PR support
David Disseldorp
1
-0
/
+13
2018-07-30
scsi: target: add helper to check if dev is configured
Mike Christie
1
-3
/
+3
2018-07-02
scsi: target: Remove se_dev_entry.ua_count
Bart Van Assche
1
-1
/
+0
2018-07-02
scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion
Bart Van Assche
1
-5
/
+17
2018-06-26
scsi: target: remove target_find_device
Mike Christie
1
-24
/
+0
2018-01-18
target: fix destroy device in target_configure_device
tangwenji
1
-1
/
+3
2017-07-09
target: Fix cmd size for PR-OUT in passthrough_parse_cdb
Tang Wenji
1
-1
/
+1
2017-07-06
target: Use macro for WRITE_VERIFY_32 operation codes
Damien Le Moal
1
-1
/
+1
2017-07-06
target: make device_mutex and device_list static
Colin Ian King
1
-2
/
+2
2017-07-06
target: remove g_device_list
Mike Christie
1
-18
/
+12
2017-07-06
target: add helper to iterate over devices
Mike Christie
1
-0
/
+45
2017-07-06
target: add helper to find se_device by dev_index
Mike Christie
1
-0
/
+24
2017-07-06
target: use idr for se_device dev index
Mike Christie
1
-4
/
+26
2017-07-06
target: break up free_device callback
Mike Christie
1
-0
/
+2
2017-07-06
target: Use {get,put}_unaligned_be*() instead of open coding these functions
Bart Van Assche
1
-4
/
+4
2017-07-06
target: Remove se_device.dev_list
Bart Van Assche
1
-1
/
+0
2017-07-06
target: Use symbolic value for WRITE_VERIFY_16
Bart Van Assche
1
-1
/
+1
2017-07-06
target: Add support for TMR percpu reference counting
Nicholas Bellinger
1
-4
/
+10
[next]