index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_transport.c
Age
Commit message (
Expand
)
Author
2020-06-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-09
scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()
Sudhakar Panneerselvam
2020-06-09
scsi: target: Fix NULL pointer dereference
Sudhakar Panneerselvam
2020-06-09
scsi: target: Initialize LUN in transport_init_se_cmd()
Sudhakar Panneerselvam
2020-06-09
scsi: target: Factor out a new helper, target_cmd_init_cdb()
Sudhakar Panneerselvam
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-05-14
scsi: target: Put lun_ref at end of tmr processing
Bodo Stroesser
2020-05-07
scsi: target: Make transport_flags per device
Bodo Stroesser
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-02-21
scsi: target: use an enum to track emulate_ua_intlck_ctrl
David Disseldorp
2020-02-12
scsi: Revert "target/core: Inline transport_lun_remove_cmd()"
Bart Van Assche
2019-11-19
scsi: target: core: Release SPC-2 reservations when closing a session
Bart Van Assche
2019-11-19
scsi: target: core: Document target_cmd_size_check()
Bart Van Assche
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-02-04
scsi: target/core: Add target_send_busy()
Bart Van Assche
2019-02-04
scsi: target/core: Inline transport_lun_remove_cmd()
Bart Van Assche
2019-02-04
scsi: target/core: Remove several state tests from the TMF code
Bart Van Assche
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-12-18
scsi: target/core: Use kmem_cache_free() instead of kfree()
Wei Yongjun
2018-12-07
scsi: target/core: Reduce the amount of code executed with a spinlock held
Bart Van Assche
2018-12-07
scsi: target/core: Make ABORT and LUN RESET handling synchronous
Bart Van Assche
2018-12-07
scsi: target/core: Fix TAS handling for aborted commands
Bart Van Assche
2018-12-07
scsi: target/core: Simplify the code for aborting SCSI commands
Bart Van Assche
2018-12-07
scsi: target/core: Make it possible to wait from more than one context for co...
Bart Van Assche
2018-12-07
scsi: target/core: Use system workqueues for TMF
Bart Van Assche
2018-12-07
scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough
Bart Van Assche
2018-12-07
scsi: target/core: Simplify transport_clear_lun_ref()
Bart Van Assche
2018-12-07
scsi: target/core: Use kvcalloc() instead of open-coding it
Bart Van Assche
2018-11-28
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
2018-11-05
scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...
Bart Van Assche
2018-10-23
scsi: target: Don't request modules that aren't even built
Roland Dreier
2018-10-16
scsi: target/core: Always call transport_complete_callback() upon failure
Bart Van Assche
2018-10-16
scsi: target/core: Fix spelling in two source code comments
Bart Van Assche
2018-10-16
scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
Nicholas Bellinger
2018-08-02
scsi: target: add session removal function
Mike Christie
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
2018-08-02
scsi: target: make transport_init_session_tags static
Mike Christie
2018-08-02
scsi: target: fix __transport_register_session locking
Mike Christie
2018-07-02
scsi: target: Fix handling of removed LUNs
Bart Van Assche
2018-07-02
scsi: target: Send unit attention condition even if the sense buffer is too s...
Bart Van Assche
2018-07-02
scsi: target: Do not duplicate the code that marks that a command has sense data
Bart Van Assche
2018-07-02
scsi: target: Simplify the code for waiting for command completion
Bart Van Assche
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (2/2)
Bart Van Assche
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (1/2)
Bart Van Assche
2018-07-02
scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()
Bart Van Assche
2018-07-02
scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set
Bart Van Assche
2018-07-02
scsi: target: Make the session shutdown code also wait for commands that are ...
Bart Van Assche
2018-07-02
scsi: target: Introduce transport_init_session()
Bart Van Assche
2018-07-02
scsi: target: Rename transport_init_session() into transport_alloc_session()
Bart Van Assche
2018-07-02
scsi: target: Move a list_del_init() statement
Bart Van Assche
[next]