summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2019-01-07USB: storage: add quirk for SMI SM3350Icenowy Zheng1-0/+12
2019-01-07USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng1-2/+6
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-7/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-7/+0
2018-12-18scsi: make sure all drivers set the use_clustering flagChristoph Hellwig1-0/+1
2018-12-03Merge 4.20-rc5 into usb-nextGreg Kroah-Hartman1-0/+10
2018-11-26USB: usb-storage: Add new IDs to ums-realtekKai-Heng Feng1-0/+10
2018-11-23USB: ene_usb6250: add missing indentationColin Ian King1-1/+1
2018-09-20USB: STORAGE: ISD200 Fixed coding style issue "space required in for loop"Jagdish Tirumala1-1/+1
2018-09-16Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman3-0/+37
2018-09-10usb storage: remove inherited SCSI dependency for USB_STORAGE_ENE_UB6250Vladimir Zapolskiy1-5/+0
2018-09-10usb storage: group dependent USB storage Kconfig entries togetherVladimir Zapolskiy1-14/+4
2018-09-05usb: uas: add support for more quirk flagsOliver Neukum1-0/+21
2018-09-05USB: Add quirk to support DJI CineSSDTim Anderson2-0/+16
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-10/+18
2018-05-24usb-storage: Add compatibility quirk flags for G-Technologies G-DriveAlexander Kappner2-0/+18
2018-05-24usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner1-0/+6
2018-04-22usb: storage: Replace mdelay with msleep in init_freecomJia-Ju Bai1-2/+2
2018-03-08USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.hTeijo Kinnunen1-0/+7
2018-03-06uas: fix comparison for error codeOliver Neukum1-1/+1
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman1-2/+2
2018-01-23USB: storage: remove old wording about how to submit a changeGreg Kroah-Hartman1-4/+1
2018-01-23USB: storage: remove invalid URL from driversGreg Kroah-Hartman14-42/+0
2018-01-16usb: uas: unconditionally bring back host after resetOliver Neukum1-4/+3
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman1-0/+7
2018-01-09uas: ignore UAS for Norelsys NS1068(X) chipsIcenowy Zheng1-0/+7
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman3-0/+18
2017-12-08USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 IDDavid Kozub2-0/+14
2017-12-07uas: Remove US_FL_NO_ATA_1X unusual device entries for Seagate devicesHans de Goede1-63/+0
2017-12-06USB: storage: Remove obsolete "FIXME"Mikhail Zaytsev1-4/+4
2017-11-28uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devicesHans de Goede1-0/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds43-616/+64
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman43-597/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman43-0/+43
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-11-01usb: storage: uas: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-01usb-storage: make use of srb local variableAlan Stern1-17/+17
2017-10-30usb: storage: sddr55: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman4-13/+33
2017-09-22USB: uas: fix bug in handling of alternate settingsAlan Stern2-12/+13
2017-09-22usb-storage: unusual_devs entry to fix write-access regression for Seagate ex...Alan Stern1-0/+7
2017-09-22usb-storage: fix bogus hardware error messages for ATA pass-thru devicesAlan Stern1-1/+13
2017-09-18usb: storage: make const arrays static, reduces object code sizeColin Ian King1-2/+2
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-08-25scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke1-2/+2
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2-8/+14
2017-07-30usb-storage: fix deadlock involving host lock and scsi_doneAlan Stern1-6/+12