summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-153-46/+50
|\
| * scsi: uas: Switch to using ->device_configure to configure queue limitsChristoph Hellwig2024-04-121-8/+8
| * scsi: usb-storage: Switch to using ->device_configureChristoph Hellwig2024-04-121-15/+21
| * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-122-13/+11
| * scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2024-04-122-10/+10
* | USB: UAS: return ENODEV when submit urbs fail with device not attachedWeitao Wang2024-03-261-15/+13
|/
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-212-3/+2
|\
| * Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2024-02-262-0/+14
| |\
| * | usb: storage: freecom: Remove redundant assignment to variable offsetColin Ian King2024-02-171-1/+0
| * | usb: storage: sddr55: fix sloppy typing in sddr55_{read|write}_data()Karina Yankevich2024-01-281-2/+2
* | | USB: usb-storage: Prevent divide-by-0 error in isd200_ata_commandAlan Stern2024-03-021-5/+18
| |/ |/|
* | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-142-0/+14
|/
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-182-9/+9
|\
| * USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
| * usb: storage: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones2023-12-151-8/+8
* | usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3Tasos Sahanidis2023-12-151-0/+11
|/
* usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibi...LihaSika2023-10-281-1/+1
* usb-storage,uas: make internal quirks flags 64bitMilan Broz2023-10-215-11/+11
* usb-storage: remove UNUSUAL_VENDOR_INTF macroMilan Broz2023-10-212-27/+0
* usb-storage: alauda: Fix uninit-value in alauda_check_media()Alan Stern2023-08-041-3/+9
* usb-storage: fix deadlock when a scsi command timeouts more than onceMaxime Bizon2023-05-131-7/+21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-273-3/+3
|\
| * scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche2023-03-253-3/+3
* | uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman2023-03-161-0/+7
|/
* USB: ene_usb6250: Allocate enough memory for full objectKees Cook2023-02-061-1/+1
* usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210Juhyung Park2023-01-172-7/+13
* usb: storage: Add check for kcallocJiasheng Jiang2022-12-081-0/+2
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-082-7/+1
|\
| * Revert "usb: storage: Add quirk for Samsung Fit flash"sunghwan jung2022-09-221-6/+0
| * Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-052-0/+14
| |\
| * | usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-1/+1
|\ \ \
| * | | scsi: uas: Drop DID_TARGET_FAILURE useMike Christie2022-09-071-1/+1
| |/ /
* | | uas: ignore UAS for Thinkplus chipsHongling Zeng2022-09-271-0/+7
* | | usb-storage: Add Hiksemi USB3-FW to IGNORE_UASHongling Zeng2022-09-271-0/+7
* | | uas: add no-uas quirk for Hiksemi usb_diskHongling Zeng2022-09-271-0/+7
| |/ |/|
* | usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UASHu Xiaoying2022-09-011-0/+7
* | usb-storage: Add ignore-residue quirk for NXP PN7462AUWitold Lipieta2022-08-181-0/+7
|/
* USB: storage: Fix typo in commentXiang wangx2022-06-211-1/+1
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-232-2/+2
* USB: storage: karma: fix rio_karma_init returnLin Ma2022-04-211-7/+8
* usb-storage: isd200: fix initFunction error returnLin Ma2022-04-211-4/+4
* usb-storage: shuttle_usbat: fix initFunction error returnLin Ma2022-04-211-14/+14
* usb-storage: alauda: fix initFunction error returnLin Ma2022-04-211-2/+2
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-262-80/+77
|\
| * USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.cAlan Stern2022-03-181-79/+76
| * USB: storage: ums-realtek: fix error code in rts51x_read_mem()Dan Carpenter2022-03-151-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-255-28/+23
|\ \ | |/ |/|
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-022-3/+2
| * scsi: usb: Stop using the SCSI pointerBart Van Assche2022-02-231-23/+20