summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
Commit message (Expand)AuthorAgeFilesLines
...
* | uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id checkHans de Goede2014-09-111-2/+2
* | uas: Disable uas on ASM1051 devicesHans de Goede2014-09-101-4/+23
* | USB: storage: add quirk for Newer Technology uSCSI SCSI-USB converterMark2014-08-251-0/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-073-9/+9
|\
| * scsi: use 64-bit LUNsHannes Reinecke2014-07-172-6/+8
| * scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke2014-07-171-3/+1Star
* | Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-052-22/+20Star
|\ \
| * | uas: Log a warning when we cannot use uas because the hcd lacks streamsHans de Goede2014-08-021-3/+9
| * | uas: Only complain about missing sg if all other checks succeedHans de Goede2014-08-021-18/+10Star
| * | uas: Limit qdepth to 32 when connected over usb-2Hans de Goede2014-08-021-1/+1
| |/
* / staging: keucr: remove driverKristina Martšenko2014-07-242-3/+3
|/
* usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern2014-07-012-0/+11
* USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-2/+1Star
* USB: Nokia 5300 should be treated as unusual devDaniele Forsi2014-05-041-0/+7
* USB: Nokia 305 should be treated as unusual devVictor A. Santos2014-05-041-0/+7
* usb: storage: shuttle_usbat: fix discs being detected twiceDaniele Forsi2014-05-041-1/+1
* uas: fix deadlocky memory allocationsOliver Neukum2014-04-161-2/+2
* uas: fix error handling during scsi_scan()Oliver Neukum2014-04-161-1/+2
* uas: fix GFP_NOIO under spinlockOliver Neukum2014-04-161-3/+3
* storage: accept some UAS devices if streams are unavailableOliver Neukum2014-03-051-0/+4
* uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede2014-03-051-6/+0Star
* uas: Add Hans de Goede as uas maintainerHans de Goede2014-03-051-1/+3
* uas: remove BROKENGerd Hoffmann2014-03-051-1/+1
* uas: Make sure sg elements are properly alignedHans de Goede2014-03-051-0/+18
* uas: Add some data in/out ready iu sanity checksHans de Goede2014-03-051-0/+10
* uas: Improve error reportingHans de Goede2014-03-051-14/+46
* uas: Use the right error codes for different kinds of errorsHans de Goede2014-03-051-9/+10
* uas: Clear cmdinfo on command queue-ingHans de Goede2014-03-051-0/+2
* uas: Fix memory managementHans de Goede2014-03-051-19/+14Star
* uas: Fix command / task mgmt submission racing with disconnectHans de Goede2014-03-051-1/+14
* uas: cmdinfo: use only one list headHans de Goede2014-03-051-12/+8Star
* uas: add uas_mark_cmd_dead helper functionHans de Goede2014-03-051-17/+18
* uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede2014-03-051-20/+21
* uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede2014-03-051-2/+1Star
* uas: Fix task-management not working when connected over USB-2Hans de Goede2014-03-051-1/+2
* uas: Reset device on rebootHans de Goede2014-03-051-0/+30
* uas: Add suspend/resume supportHans de Goede2014-03-051-0/+42
* uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede2014-03-051-3/+3
* uas: Don't allow more then one task to run at the same timeHans de Goede2014-03-051-5/+34
* uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede2014-03-051-11/+13
* uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede2014-03-051-7/+17
* uas: Verify endpoint descriptors from uas_use_uas_driver()Hans de Goede2014-03-051-1/+11
* uas: Drop fixed endpoint config handlingHans de Goede2014-03-051-25/+11Star
* uas: Move uas_find_endpoints to uas-detect.hHans de Goede2014-03-052-27/+27
* uas: Fix bounds check in uas_find_endpointsHans de Goede2014-03-051-1/+1
* uas: Add uas_find_endpoints() helper functionHans de Goede2014-03-051-11/+23
* uas: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede2014-03-052-1/+5
* usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede2014-03-052-6/+13
* usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede2014-03-052-0/+15
* uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede2014-03-053-4/+76