summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-0/+13
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: 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
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-3/+3
2023-03-25scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche3-3/+3
2023-03-16uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman1-0/+7
2023-02-06USB: ene_usb6250: Allocate enough memory for full objectKees Cook1-1/+1
2023-01-17usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210Juhyung Park2-7/+13
2022-12-08usb: storage: Add check for kcallocJiasheng Jiang1-0/+2
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-7/+1
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-09-27uas: ignore UAS for Thinkplus chipsHongling Zeng1-0/+7
2022-09-27usb-storage: Add Hiksemi USB3-FW to IGNORE_UASHongling Zeng1-0/+7
2022-09-27uas: add no-uas quirk for Hiksemi usb_diskHongling Zeng1-0/+7
2022-09-22Revert "usb: storage: Add quirk for Samsung Fit flash"sunghwan jung1-6/+0
2022-09-07scsi: uas: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2-0/+14
2022-09-01usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UASHu Xiaoying1-0/+7
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-18usb-storage: Add ignore-residue quirk for NXP PN7462AUWitold Lipieta1-0/+7
2022-06-21USB: storage: Fix typo in commentXiang wangx1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol2-2/+2
2022-04-21USB: storage: karma: fix rio_karma_init returnLin Ma1-7/+8
2022-04-21usb-storage: isd200: fix initFunction error returnLin Ma1-4/+4
2022-04-21usb-storage: shuttle_usbat: fix initFunction error returnLin Ma1-14/+14
2022-04-21usb-storage: alauda: fix initFunction error returnLin Ma1-2/+2
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-80/+77
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-28/+23
2022-03-18USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.cAlan Stern1-79/+76