summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2025-05-02USB: storage: quirk for ADATA Portable HDD CH94Oliver Neukum1-0/+7
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
2024-09-03usb-storage: Constify struct usb_device_id and us_unusual_devChristophe JAILLET13-25/+25
2024-07-10USB: uas: Implement the new shutdown callbackKerem Karabay1-3/+2
2024-07-01Merge 6.10-rc6 into usb-nextGreg Kroah-Hartman2-0/+13
2024-06-27usb: uas: set host status byte on data completion errorShantanu Goel1-0/+1
2024-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-0/+13
2024-06-20usb: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-18Merge tag 'v6.10-rc4' into usb-nextGreg Kroah-Hartman1-3/+6
2024-06-14scsi: usb: uas: Do not query the IO Advice Hints Grouping mode page for USB/U...Bart Van Assche2-0/+13
2024-06-04usb-storage: Optimize scan delay more preciselyNorihiko Hama1-4/+97
2024-06-04usb-storage: alauda: Check whether the media is initializedShichao Lai1-3/+6
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-46/+50
2024-04-12scsi: uas: Switch to using ->device_configure to configure queue limitsChristoph Hellwig1-8/+8
2024-04-12scsi: usb-storage: Switch to using ->device_configureChristoph Hellwig1-15/+21
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2-13/+11
2024-04-12scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2-10/+10
2024-03-26USB: UAS: return ENODEV when submit urbs fail with device not attachedWeitao Wang1-15/+13
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-3/+2
2024-03-02USB: usb-storage: Prevent divide-by-0 error in isd200_ata_commandAlan Stern1-5/+18
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2-0/+14
2024-02-17usb: storage: freecom: Remove redundant assignment to variable offsetColin Ian King1-1/+0
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2-0/+14
2024-01-28usb: storage: sddr55: fix sloppy typing in sddr55_{read|write}_data()Karina Yankevich1-2/+2
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-9/+9
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-1/+1
2023-12-15usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3Tasos Sahanidis1-0/+11
2023-12-15usb: storage: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-8/+8
2023-10-28usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibi...LihaSika1-1/+1
2023-10-21usb-storage,uas: make internal quirks flags 64bitMilan Broz5-11/+11
2023-10-21usb-storage: remove UNUSUAL_VENDOR_INTF macroMilan Broz2-27/+0
2023-08-04usb-storage: alauda: Fix uninit-value in alauda_check_media()Alan Stern1-3/+9
2023-05-13usb-storage: fix deadlock when a scsi command timeouts more than onceMaxime Bizon1-7/+21