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_pr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-22
scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"
Colin Ian King
1
-1
/
+1
2021-05-31
scsi: target: Use standard SAM status types
Hannes Reinecke
1
-4
/
+4
2021-04-15
scsi: target: Fix two format specifiers
Bart Van Assche
1
-4
/
+2
2021-03-09
scsi: target: core: pr: Initialize arrays at declaration time
Chaitanya Kulkarni
1
-23
/
+13
2021-02-22
scsi: target: core: Prevent underflow for service actions
Aleksandr Miloserdov
1
-4
/
+11
2020-12-02
scsi: target: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-13
scsi: target: Remove unused variable 'tpg'
Wei Yongjun
1
-2
/
+0
2020-07-08
scsi: target: Fix crash during SPEC_I_PT handling
Mike Christie
1
-16
/
+19
2020-07-08
scsi: target: Check enforce_pr_isids during registration
Mike Christie
1
-9
/
+15
2020-05-07
scsi: target: Make transport_flags per device
Bodo Stroesser
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-04-12
scsi: target/core: Rework the SPC-2 reservation handling code
Bart Van Assche
1
-14
/
+19
2019-02-04
scsi: target/iscsi: Convert comments about locking into runtime checks
Bart Van Assche
1
-9
/
+6
2018-11-28
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-44
/
+44
2018-11-21
scsi: target: add emulate_pr backstore attr to toggle PR support
David Disseldorp
1
-0
/
+2
2018-06-19
scsi: target: Fix truncated PR-in ReadKeys response
David Disseldorp
1
-5
/
+10
2018-01-12
target-core: don't use "const char*" for a buffer that is written to
Rasmus Villemoes
1
-2
/
+2
2017-11-04
target: Suppress gcc 7 fallthrough warnings
Bart Van Assche
1
-0
/
+2
2017-11-04
target: fix PR state file path truncation
David Disseldorp
1
-9
/
+7
2017-11-04
target:fix condition return in core_pr_dump_initiator_port()
tangwenji
1
-1
/
+3
2017-11-04
target: add sense code INSUFFICIENT REGISTRATION RESOURCES
tangwenji
1
-8
/
+8
2017-11-04
target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()
tangwenji
1
-2
/
+0
2017-11-04
target: fix buffer offset in core_scsi3_pri_read_full_status
tangwenji
1
-0
/
+1
2017-09-04
fs: fix kernel_write prototype
Christoph Hellwig
1
-1
/
+2
2017-07-09
target: Fix return sense reason in target_scsi3_emulate_pr_out
Tang Wenji
1
-5
/
+5
2017-07-06
target: Use {get,put}_unaligned_be*() instead of open coding these functions
Bart Van Assche
1
-79
/
+20
2017-05-01
target/user: PGR Support
Bryant G. Ly
1
-1
/
+1
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-5
/
+5
2016-12-16
target: Fix spelling mistake and unwrap multi-line text
Colin Ian King
1
-2
/
+1
2016-12-09
target: Minimize #include directives
Bart Van Assche
1
-0
/
+2
2016-05-09
target: use new "dbroot" target attribute
Lee Duncan
1
-1
/
+1
2016-01-06
target: Fix spelling + remove set-but-not-used variables
Bart Van Assche
1
-9
/
+2
2015-09-24
target: Fix PR registration + APTPL RCU conversion regression
Nicholas Bellinger
1
-24
/
+67
2015-07-06
target/pr: Fix possible uninitialized variable usage
Sagi Grimberg
1
-1
/
+1
2015-07-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-181
/
+198
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2015-06-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+1
2015-06-22
target: Convert se_lun->lun_deve_lock to normal spinlock
Nicholas Bellinger
1
-4
/
+4
2015-06-16
target: use 'se_dev_entry' when allocating UAs
Hannes Reinecke
1
-6
/
+6
2015-06-15
target: use 64-bit LUNs
Hannes Reinecke
1
-21
/
+22
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
1
-2
/
+1
2015-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-26
/
+8
2015-06-01
target: Drop se_lun->lun_active for existing percpu lun_ref
Nicholas Bellinger
1
-4
/
+5
2015-06-01
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
Christoph Hellwig
1
-32
/
+24
2015-06-01
target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
Nicholas Bellinger
1
-4
/
+4
2015-06-01
target/pr: cleanup core_scsi3_pr_seq_non_holder
Christoph Hellwig
1
-26
/
+18
2015-06-01
target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun
Nicholas Bellinger
1
-63
/
+68
2015-06-01
target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check
Nicholas Bellinger
1
-19
/
+39
2015-06-01
target: Convert se_node_acl->device_list[] to RCU hlist
Nicholas Bellinger
1
-28
/
+44
[next]