summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/usb.c
AgeCommit message (Expand)AuthorLines
2025-05-05usb-storage: reject probe of device one non-DMA HCDs when using highmemChristoph Hellwig-6/+14
2024-06-04usb-storage: Optimize scan delay more preciselyNorihiko Hama-4/+97
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig-0/+10
2023-10-21usb-storage,uas: make internal quirks flags 64bitMilan Broz-4/+4
2023-10-21usb-storage: remove UNUSUAL_VENDOR_INTF macroMilan Broz-12/+0
2023-03-24scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche-1/+1
2022-02-07scsi: usb: storage: Complete the SCSI request directlySebastian Andrzej Siewior-1/+1
2021-10-16scsi: usb: Call scsi_done() directlyBart Van Assche-2/+2
2020-12-09USB: UAS: introduce a quirk to set no_write_sameOliver Neukum-0/+3
2020-12-04Revert "usb-storage: fix sdev->host->dma_dev"Greg Kroah-Hartman-3/+2
2020-09-04usb-storage: fix sdev->host->dma_devTom Yan-2/+3
2020-02-19usb-storage: Use const to reduce object data sizeJoe Perches-5/+5
2018-01-23USB: storage: remove invalid URL from driversGreg Kroah-Hartman-3/+0
2017-12-06USB: storage: Remove obsolete "FIXME"Mikhail Zaytsev-4/+4
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-11-01usb-storage: make use of srb local variableAlan Stern-17/+17
2017-07-30usb-storage: fix deadlock involving host lock and scsi_doneAlan Stern-6/+12
2017-03-23USB: storage: refactor endpoint retrievalJohan Hovold-27/+13
2016-11-07usb: storage: drop freezer.h usageGreg Kroah-Hartman-1/+0
2016-09-13scsi: introduce a quirk for false cache reportingOliver Neukum-1/+5
2016-08-15usb: storage: usb: don't print error when allocating urb failsWolfram Sang-3/+1
2016-08-09usb: storage: fix runtime pm issue in usb_stor_probe2Heiner Kallweit-2/+4
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi-35/+63
2016-04-13USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede-1/+4
2015-05-10usb: storage: fix module reference for scsi hostAkinobu Mita-5/+11
2015-04-28uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede-1/+5
2015-04-28uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede-1/+1
2015-02-24usb-storage: support for more than 8 LUNsOliver Neukum-0/+6
2014-11-24storage: Fix bus scan and multi-LUN support for SCM eUSCSI devicesMark Knibbs-12/+24
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+9
2014-09-23usb: Fixed a few typosMickael Maison-1/+1
2014-09-23uas: Add no-report-opcodes quirkHans de Goede-1/+4
2014-09-23uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede-1/+5
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern-0/+8
2014-07-17scsi: use 64-bit LUNsHannes Reinecke-4/+6
2014-03-04usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede-6/+10
2014-03-04usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede-0/+10
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-04-19USB: storage: convert to use module_usb_driver()Greg Kroah-Hartman-29/+1
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches-57/+36
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman-0/+12
2013-02-04USB: storage: Define a new macro for USB storage match rulesfangxiaozhi-0/+12
2013-01-20USB: storage: avoid scanning other targets for single target deviceMing Lei-0/+3
2012-11-26usb: storage: remove redundant memset() in usb_probe_stor1()Yan Hong-1/+0
2012-09-05usb: remove libusualSebastian Andrzej Siewior-12/+5
2012-07-20[SCSI] usb-storage: add support for write cache quirkNamjae Jeon-1/+4
2012-05-17USB: storage: fixed keyword related space issues.Jeffrin Jose-2/+2
2012-05-17USB: storage: fixed several trailing white spaces issues.Jeffrin Jose-9/+9
2012-05-17USB: storage: fixed C99 comment issue.Jeffrin Jose-1/+1