summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-13/+17
2025-11-22USB: storage: Remove subclass and protocol overrides from Novatek quirkAlan Stern1-1/+1
2025-11-21usb: usb-storage: No additional quirks need to be added to the EL-R12 optical...Chen Changcheng1-1/+1
2025-11-21drivers/usb/storage: use min() instead of min_t()David Laight1-2/+1
2025-11-21usb: uas: fix urb unmapping issue when the uas device is remove during ongoin...Owen Gu1-0/+5
2025-11-21usb: storage: sddr55: Reject out-of-bound new_pbaTianchu Chen1-0/+6
2025-11-21usb: uas: reduce time under spinlockOliver Neukum1-9/+14
2025-11-21usb: uas: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-09usb: storage: Fix memory leak in USB bulk transportDesnes Nunes1-0/+16
2025-09-06usb: storage: realtek_cr: Simplify residue calculation in rts51x_bulk_transpo...Thorsten Blum1-2/+2
2025-08-17USB: storage: Ignore driver CD mode for Realtek multi-mode Wi-Fi donglesZenm Chen1-0/+22
2025-08-13usb: storage: realtek_cr: Use correct byte order for bcs->ResidueThorsten Blum1-1/+1
2025-08-13USB: storage: Add unusual-devs entry for Novatek NTK96550-based cameraMael GUERIN1-0/+7
2025-06-19usb: storage: reltek_cr: convert to use secs_to_jiffiesYuesong Li1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+7
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-6/+14
2025-05-21usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage deviceHongyu Xie1-0/+7
2025-05-05usb-storage: reject probe of device one non-DMA HCDs when using highmemChristoph Hellwig1-6/+14
2025-04-11USB: storage: quirk for ADATA Portable HDD CH94Oliver Neukum1-0/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-03Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-31/+31
2025-03-03usb: storage: shuttle_usbat: Use const for constant arrayJonathan Neuschäfer1-1/+1
2025-03-03usb: storage: sddr55: Use const for constant arraysJonathan Neuschäfer1-2/+2
2025-03-03usb: storage: sddr09: Use const for constant arraysJonathan Neuschäfer1-7/+7
2025-03-03usb: storage: realtek_cr: Use const for constant arraysJonathan Neuschäfer1-3/+3
2025-03-03usb: storage: initializers: Use const for constant arrayJonathan Neuschäfer1-1/+1
2025-03-03usb: storage: datafab: Use const for constant arraysJonathan Neuschäfer1-7/+7
2025-03-03usb: storage: alauda: Use const for card ID arrayJonathan Neuschäfer1-4/+4
2025-03-03usb: storage: transport: Use const for constant arrayJonathan Neuschäfer1-1/+1
2025-03-03usb: storage: jumpshot: Use const for constant arraysJonathan Neuschäfer1-5/+5
2025-02-13scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche1-2/+2
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-10/+5
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-10/+10
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-4/+1
2025-01-15USB: Use str_enable_disable-like helpersKrzysztof Kozlowski1-2/+2
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman1-0/+7
2025-01-10usb-storage: fix queue freeze vs limits lock orderChristoph Hellwig1-4/+1
2025-01-07usb-storage: Add max sectors quirk for Nokia 208Lubomir Rintel1-0/+7
2024-12-16Merge 6.13-rc3 into usb-nextGreg Kroah-Hartman1-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche2-5/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche2-5/+5
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li1-6/+2
2024-12-04usb: collapse USB_STORAGE Kconfig commentDavid Disseldorp1-2/+1
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra14-14/+14
2024-11-13drivers/usb/storage: refactor min with min_tSabyrzhan Tasbolatov2-6/+6
2024-10-29usb: storage: use US_BULK_FLAG_OUT instead of constant valuesDingyan Li3-7/+7
2024-10-04usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng1-0/+11
2024-09-13usb: storage: ene_ub6250: Fix right shift warningsAbhishek Tamboli1-1/+1