aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2020-05-27scsi: target: Put lun_ref at end of tmr processingBodo Stroesser
2020-02-12scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche
2019-11-19scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche
2019-11-19scsi: target: core: Document target_cmd_size_check()Bart Van Assche
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-04scsi: target/core: Add target_send_busy()Bart Van Assche
2019-02-04scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche
2019-02-04scsi: target/core: Remove several state tests from the TMF codeBart Van Assche
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun
2018-12-07scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche
2018-12-07scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche
2018-12-07scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-11-05scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...Bart Van Assche
2018-10-23scsi: target: Don't request modules that aren't even builtRoland Dreier
2018-10-16scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche
2018-10-16scsi: target/core: Fix spelling in two source code commentsBart Van Assche
2018-10-16scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger
2018-08-02scsi: target: add session removal functionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-08-02scsi: target: make transport_init_session_tags staticMike Christie
2018-08-02scsi: target: fix __transport_register_session lockingMike Christie
2018-07-02scsi: target: Fix handling of removed LUNsBart Van Assche
2018-07-02scsi: target: Send unit attention condition even if the sense buffer is too s...Bart Van Assche
2018-07-02scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche
2018-07-02scsi: target: Simplify the code for waiting for command completionBart Van Assche
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche
2018-07-02scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche
2018-07-02scsi: target: Move a list_del_init() statementBart Van Assche
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-28scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan
2018-04-20scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap
2018-04-20scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap
2018-02-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche