summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-23scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov1-4/+11
2021-01-27scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva1-1/+7
2021-01-27scsi: target: core: Signal WRITE residualsAnastasia Kovaleva1-14/+20
2021-01-27scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov1-11/+0
2021-01-23scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct()Ahmed S. Darwish1-6/+3
2021-01-23scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls()Sebastian Andrzej Siewior1-1/+2
2020-11-05scsi: target: Make state_list per CPUMike Christie1-14/+13
2020-11-05scsi: target: Drop sess_cmd_lock from I/O pathMike Christie1-44/+33
2020-11-05scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie1-33/+0
2020-11-05scsi: target: Fix cmd_count ref leakMike Christie1-0/+8
2020-11-05scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp1-0/+1
2020-11-05scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp1-6/+6
2020-11-05scsi: target: Rename struct sense_info to sense_detailDavid Disseldorp1-11/+11
2020-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2020-09-23scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-29scsi: target: Add tmr_notify backend functionBodo Stroesser1-0/+1
2020-07-08scsi: target: Fix xcopy sess release leakMike Christie1-1/+6
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+42
2020-06-10scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam1-3/+3
2020-06-10scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam1-6/+25
2020-06-10scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-5/+7
2020-06-10scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam1-4/+12
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2020-05-15scsi: target: Put lun_ref at end of tmr processingBodo Stroesser1-0/+1
2020-05-08scsi: target: Make transport_flags per deviceBodo Stroesser1-3/+3
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2020-02-22scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp1-1/+2
2020-02-13scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche1-3/+28
2019-11-20scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche1-0/+15
2019-11-20scsi: target: core: Document target_cmd_size_check()Bart Van Assche1-0/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-05scsi: target/core: Add target_send_busy()Bart Van Assche1-0/+16
2019-02-05scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche1-28/+3
2019-02-05scsi: target/core: Remove several state tests from the TMF codeBart Van Assche1-2/+0
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-245/+171
2018-12-19scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-08scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche1-6/+2
2018-12-08scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche1-111/+119
2018-12-08scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche1-53/+2
2018-12-08scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche1-20/+2
2018-12-08scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche1-5/+9
2018-12-08scsi: target/core: Use system workqueues for TMFBart Van Assche1-1/+1
2018-12-08scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche1-10/+25
2018-12-08scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche1-30/+5
2018-12-08scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche1-7/+4
2018-11-29scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-5/+5
2018-11-06scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...Bart Van Assche1-2/+2
2018-10-24scsi: target: Don't request modules that aren't even builtRoland Dreier1-4/+4
2018-10-16scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche1-8/+3