index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
target
/
target_core_base.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-07
scsi: target: consistently null-terminate t10_wwn strings
David Disseldorp
1
-3
/
+11
2018-12-07
scsi: target/core: Fix TAS handling for aborted commands
Bart Van Assche
1
-1
/
+0
2018-12-07
scsi: target/core: Make it possible to wait from more than one context for command completion
Bart Van Assche
1
-1
/
+2
2018-12-07
scsi: target/core: Use system workqueues for TMF
Bart Van Assche
1
-1
/
+0
2018-12-07
scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough
Bart Van Assche
1
-0
/
+1
2018-12-07
scsi: target/core: Simplify transport_clear_lun_ref()
Bart Van Assche
1
-1
/
+0
2018-11-28
scsi: target: drop unused pi_prot_format attribute storage
David Disseldorp
1
-1
/
+0
2018-11-21
scsi: target: add emulate_pr backstore attr to toggle PR support
David Disseldorp
1
-0
/
+3
2018-10-16
scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flag
Bart Van Assche
1
-1
/
+0
2018-07-02
scsi: target: Remove se_dev_entry.ua_count
Bart Van Assche
1
-1
/
+0
2018-07-02
scsi: target: Simplify the code for waiting for command completion
Bart Van Assche
1
-1
/
+1
2018-07-02
scsi: target: Make the session shutdown code also wait for commands that are being aborted
Bart Van Assche
1
-2
/
+1
2018-06-19
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
1
-3
/
+4
2018-06-19
scsi: target: Abstract tag freeing
Matthew Wilcox
1
-0
/
+5
2018-05-18
scsi: target: transport should handle st FM/EOM/ILI reads
Lee Duncan
1
-0
/
+1
2018-01-16
target core: add device action configfs files
Mike Christie
1
-0
/
+1
2018-01-12
target: add SAM_STAT_BUSY sense reason
Mike Christie
1
-0
/
+1
2017-11-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
1
-0
/
+2
2017-11-07
target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
Nicholas Bellinger
1
-0
/
+1
2017-11-04
target: add sense code INSUFFICIENT REGISTRATION RESOURCES
tangwenji
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-06
target: remove g_device_list
Mike Christie
1
-1
/
+0
2017-07-06
target: use idr for se_device dev index
Mike Christie
1
-1
/
+0
2017-07-06
target: Remove se_device.dev_list
Bart Van Assche
1
-2
/
+0
2017-07-06
target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK
Nicholas Bellinger
1
-1
/
+2
2017-06-08
target/configfs: Kill se_lun->lun_link_magic
Nicholas Bellinger
1
-2
/
+0
2017-06-08
target/configfs: Kill se_device->dev_link_magic
Nicholas Bellinger
1
-2
/
+0
2017-05-01
tcm: make pi data verification configurable
Dmitry Monakhov
1
-0
/
+1
2017-03-30
target: Fix ALUA transition state race between multiple initiators
Mike Christie
1
-6
/
+2
2017-03-30
target: Fix unknown fabric callback queue-full errors
Nicholas Bellinger
1
-0
/
+1
2017-03-30
target: Avoid mappedlun symlink creation during lun shutdown
Nicholas Bellinger
1
-0
/
+1
2017-03-18
target: fix ALUA transition timeout handling
Mike Christie
1
-1
/
+1
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2017-03-03
sched/headers: Remove <linux/cgroup-defs.h> from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
1
-3
/
+4
2017-03-02
sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies
Ingo Molnar
1
-0
/
+1
2017-02-26
target: Add counters for ABORT_TASK success + failure
Nicholas Bellinger
1
-0
/
+2
2017-02-26
target: Fix NULL dereference during LUN lookup + active I/O shutdown
Nicholas Bellinger
1
-0
/
+1
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Linus Torvalds
1
-0
/
+1
2017-02-09
target: Remove command flag CMD_T_DEV_ACTIVE
Bart Van Assche
1
-1
/
+0
2017-02-09
target: Remove command flag CMD_T_BUSY
Bart Van Assche
1
-1
/
+0
2017-02-09
target: Remove se_tmr_req.tmr_lun
Bart Van Assche
1
-1
/
+0
2017-02-09
target/iscsi: Introduce a helper function for TMF translation
Bart Van Assche
1
-0
/
+1
2017-02-08
target: Fix multi-session dynamic se_node_acl double free OOPs
Nicholas Bellinger
1
-0
/
+1
2017-01-27
IB/srpt: Accept GUIDs as port names
Bart Van Assche
1
-0
/
+1
2017-01-10
target: add XCOPY target/segment desc sense codes
David Disseldorp
1
-0
/
+4
2016-12-21
Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linux
Linus Torvalds
1
-8
/
+4
2016-12-16
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
1
-1
/
+1
2016-12-09
target: Minimize #include directives
Bart Van Assche
1
-8
/
+4
2016-10-19
target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLE
Nicholas Bellinger
1
-0
/
+1
[next]