summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_tcm.c
AgeCommit message (Expand)Author
2024-12-24usb: gadget: f_tcm: Refactor goto check_conditionThinh Nguyen
2024-12-24usb: gadget: f_tcm: Track BOT command krefThinh Nguyen
2024-12-24usb: gadget: f_tcm: Requeue command request on errorThinh Nguyen
2024-12-24usb: gadget: f_tcm: Stall on invalid CBWThinh Nguyen
2024-12-24usb: gadget: f_tcm: Check overlapped commandThinh Nguyen
2024-12-24usb: gadget: f_tcm: Handle TASK_MANAGEMENT commandsThinh Nguyen
2024-12-24usb: gadget: f_tcm: Send sense on cancelled transferThinh Nguyen
2024-12-24usb: gadget: f_tcm: Save CPU ID per commandThinh Nguyen
2024-12-24usb: gadget: f_tcm: Stop proceeding further on -ESHUTDOWNThinh Nguyen
2024-12-24usb: gadget: f_tcm: Cleanup requests on ep disableThinh Nguyen
2024-12-24usb: gadget: f_tcm: Handle abort commandThinh Nguyen
2024-12-24usb: gadget: f_tcm: Minor cleanup redundant codeThinh Nguyen
2024-12-24usb: gadget: f_tcm: Execute command on write completionThinh Nguyen
2024-12-24usb: gadget: f_tcm: Return ATA cmd directionThinh Nguyen
2024-12-24usb: gadget: f_tcm: Handle multiple commands in parallelThinh Nguyen
2024-12-24usb: gadget: f_tcm: Allocate matching number of commands to streamsThinh Nguyen
2024-12-24usb: gadget: f_tcm: Don't set static stream_idThinh Nguyen
2024-12-24usb: gadget: f_tcm: Get stream by sbitmap numberThinh Nguyen
2024-12-24usb: gadget: f_tcm: Increase bMaxBurstThinh Nguyen
2024-12-24usb: gadget: f_tcm: Don't prepare BOT write request twiceThinh Nguyen
2024-12-24usb: gadget: f_tcm: ep_autoconfig with fullspeed endpointThinh Nguyen
2024-12-24usb: gadget: f_tcm: Fix Get/SetInterface return valueThinh Nguyen
2024-12-24usb: gadget: f_tcm: Decrement command ref count on cleanupThinh Nguyen
2024-12-24usb: gadget: f_tcm: Translate error to senseThinh Nguyen
2024-12-24usb: gadget: f_tcm: Don't free command immediatelyThinh Nguyen
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2023-12-04usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie
2023-03-16scsi: usb: gadget: f_tcm: Remove default fabric ops calloutsDmitry Bogdanov
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng
2021-10-04scsi: target: usb: Replace enable attr with ops.enableDmitry Bogdanov
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski
2021-03-04scsi: target: usb: gadget: Convert to new submission APIMike Christie
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie
2020-10-02usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam
2020-05-25usb: gadget: f_tcm: Inform last stream requestThinh Nguyen
2019-10-22usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie