summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)Author
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2014-08-04Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-08-01uas: Log a warning when we cannot use uas because the hcd lacks streamsHans de Goede
2014-08-01uas: Only complain about missing sg if all other checks succeedHans de Goede
2014-08-01uas: Limit qdepth to 32 when connected over usb-2Hans de Goede
2014-07-23staging: keucr: remove driverKristina Martšenko
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-07-17scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke
2014-06-30usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern
2014-05-27USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-05-03USB: Nokia 5300 should be treated as unusual devDaniele Forsi
2014-05-03USB: Nokia 305 should be treated as unusual devVictor A. Santos
2014-05-03usb: storage: shuttle_usbat: fix discs being detected twiceDaniele Forsi
2014-04-16uas: fix deadlocky memory allocationsOliver Neukum
2014-04-16uas: fix error handling during scsi_scan()Oliver Neukum
2014-04-16uas: fix GFP_NOIO under spinlockOliver Neukum
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum
2014-03-04uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede
2014-03-04uas: Add Hans de Goede as uas maintainerHans de Goede
2014-03-04uas: remove BROKENGerd Hoffmann
2014-03-04uas: Make sure sg elements are properly alignedHans de Goede
2014-03-04uas: Add some data in/out ready iu sanity checksHans de Goede
2014-03-04uas: Improve error reportingHans de Goede
2014-03-04uas: Use the right error codes for different kinds of errorsHans de Goede
2014-03-04uas: Clear cmdinfo on command queue-ingHans de Goede
2014-03-04uas: Fix memory managementHans de Goede
2014-03-04uas: Fix command / task mgmt submission racing with disconnectHans de Goede
2014-03-04uas: cmdinfo: use only one list headHans de Goede
2014-03-04uas: add uas_mark_cmd_dead helper functionHans de Goede
2014-03-04uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede
2014-03-04uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede
2014-03-04uas: Fix task-management not working when connected over USB-2Hans de Goede
2014-03-04uas: Reset device on rebootHans de Goede
2014-03-04uas: Add suspend/resume supportHans de Goede
2014-03-04uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede
2014-03-04uas: Don't allow more then one task to run at the same timeHans de Goede
2014-03-04uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede
2014-03-04uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede
2014-03-04uas: Verify endpoint descriptors from uas_use_uas_driver()Hans de Goede
2014-03-04uas: Drop fixed endpoint config handlingHans de Goede
2014-03-04uas: Move uas_find_endpoints to uas-detect.hHans de Goede
2014-03-04uas: Fix bounds check in uas_find_endpointsHans de Goede
2014-03-04uas: Add uas_find_endpoints() helper functionHans de Goede
2014-03-04uas: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede
2014-03-04usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede
2014-03-04usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede
2014-03-04uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede
2014-03-04uas: Move uas detect code to uas-detect.hHans de Goede
2014-03-04uas: Add a uas_find_uas_alt_setting helper functionHans de Goede
2014-03-04uas: Use all available stream idsHans de Goede