Age | Commit message (Expand) | Author | Files | Lines |
2019-03-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -11/+4 |
2019-02-12 | scsi: uas: Use scsi_[gs]et_resid() where appropriate | Bart Van Assche | 1 | -2/+2 |
2019-02-06 | scsi: remove bidirectional command support | Christoph Hellwig | 1 | -9/+2 |
2019-01-22 | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
2019-01-22 | USB: storage: karma: add whitespace after declarations | Bharath Vedartham | 1 | -0/+2 |
2019-01-07 | USB: storage: add quirk for SMI SM3350 | Icenowy Zheng | 1 | -0/+12 |
2019-01-07 | USB: storage: don't insert sane sense for SPC3+ when bad sense specified | Icenowy Zheng | 1 | -2/+6 |
2018-12-29 | Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2018-12-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -7/+1 |
2018-12-19 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -1/+1 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -7/+0 |
2018-12-19 | scsi: make sure all drivers set the use_clustering flag | Christoph Hellwig | 1 | -0/+1 |
2018-12-03 | Merge 4.20-rc5 into usb-next | Greg Kroah-Hartman | 1 | -0/+10 |
2018-11-26 | USB: usb-storage: Add new IDs to ums-realtek | Kai-Heng Feng | 1 | -0/+10 |
2018-11-23 | USB: ene_usb6250: add missing indentation | Colin Ian King | 1 | -1/+1 |
2018-09-20 | USB: STORAGE: ISD200 Fixed coding style issue "space required in for loop" | Jagdish Tirumala | 1 | -1/+1 |
2018-09-16 | Merge 4.19-rc4 into usb-next | Greg Kroah-Hartman | 3 | -0/+37 |
2018-09-10 | usb storage: remove inherited SCSI dependency for USB_STORAGE_ENE_UB6250 | Vladimir Zapolskiy | 1 | -5/+0 |
2018-09-10 | usb storage: group dependent USB storage Kconfig entries together | Vladimir Zapolskiy | 1 | -14/+4 |
2018-09-05 | usb: uas: add support for more quirk flags | Oliver Neukum | 1 | -0/+21 |
2018-09-05 | USB: Add quirk to support DJI CineSSD | Tim Anderson | 2 | -0/+16 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 4 | -10/+18 |
2018-05-24 | usb-storage: Add compatibility quirk flags for G-Technologies G-Drive | Alexander Kappner | 2 | -0/+18 |
2018-05-24 | usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver | Alexander Kappner | 1 | -0/+6 |
2018-04-22 | usb: storage: Replace mdelay with msleep in init_freecom | Jia-Ju Bai | 1 | -2/+2 |
2018-03-08 | USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h | Teijo Kinnunen | 1 | -0/+7 |
2018-03-06 | uas: fix comparison for error code | Oliver Neukum | 1 | -1/+1 |
2018-01-24 | USB: move many drivers to use DEVICE_ATTR_RO | Greg Kroah-Hartman | 1 | -2/+2 |
2018-01-23 | USB: storage: remove old wording about how to submit a change | Greg Kroah-Hartman | 1 | -4/+1 |
2018-01-23 | USB: storage: remove invalid URL from drivers | Greg Kroah-Hartman | 14 | -42/+0 |
2018-01-16 | usb: uas: unconditionally bring back host after reset | Oliver Neukum | 1 | -4/+3 |
2018-01-15 | Merge 4.15-rc8 into usb-next | Greg Kroah-Hartman | 1 | -0/+7 |
2018-01-09 | uas: ignore UAS for Norelsys NS1068(X) chips | Icenowy Zheng | 1 | -0/+7 |
2017-12-18 | Merge 4.15-rc4 into usb-next | Greg Kroah-Hartman | 3 | -0/+18 |
2017-12-08 | USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID | David Kozub | 2 | -0/+14 |
2017-12-07 | uas: Remove US_FL_NO_ATA_1X unusual device entries for Seagate devices | Hans de Goede | 1 | -63/+0 |
2017-12-06 | USB: storage: Remove obsolete "FIXME" | Mikhail Zaytsev | 1 | -4/+4 |
2017-11-28 | uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices | Hans de Goede | 1 | -0/+4 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
2017-11-14 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 43 | -616/+64 |
2017-11-04 | USB: storage: Remove redundant license text | Greg Kroah-Hartman | 43 | -597/+0 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 43 | -0/+43 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-01 | usb: storage: uas: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-11-01 | usb-storage: make use of srb local variable | Alan Stern | 1 | -17/+17 |
2017-10-30 | usb: storage: sddr55: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-09 | Merge 4.14-rc4 into usb-next | Greg Kroah-Hartman | 4 | -13/+33 |
2017-09-22 | USB: uas: fix bug in handling of alternate settings | Alan Stern | 2 | -12/+13 |
2017-09-22 | usb-storage: unusual_devs entry to fix write-access regression for Seagate ex... | Alan Stern | 1 | -0/+7 |
2017-09-22 | usb-storage: fix bogus hardware error messages for ATA pass-thru devices | Alan Stern | 1 | -1/+13 |