summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)Author
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
2014-03-04uas: s/response_ui/response_iu/Hans de Goede
2014-03-04uas: Fix reset handling for externally triggered resetHans de Goede
2014-03-04uas: Fix reset lockingHans de Goede
2014-03-04uas: Fix uas not working when plugged into an ehci portHans de Goede
2014-03-04uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede
2014-03-04uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede
2014-03-04uas: Properly set interface to altsetting 0 on probe failureHans de Goede
2014-03-04uas: Urbs must be anchored before submitting themHans de Goede
2014-03-04uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann
2014-03-04uas: add dead request listGerd Hoffmann
2014-03-04uas: make work list per-deviceGerd Hoffmann
2014-03-04uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann
2014-02-04usb-storage: enable multi-LUN scanning when neededAlan Stern
2014-02-04usb-storage: add unusual-devs entry for BlackBerry 9000Alan Stern
2014-02-04usb-storage: restrict bcdDevice range for Super Top in Cypress ATACBAlan Stern
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: Nokia 502 is an unusual deviceMikhail Zolotaryov
2013-12-09USB: storage: fix compile warningMing Lei
2013-12-08USB: storage: use sg_miter_* APIs to access scsi bufferMing Lei
2013-10-16usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum
2013-08-27USB storage: audit sysfs attribute permissionsGreg Kroah-Hartman
2013-07-22USB: storage: Add MicroVault Flash Drive to unusual_devsRen Bigcren
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman
2013-05-16usb: storage: alauda: initialize variables directlyEmilio López
2013-05-16usb: storage: sddr09: initialize variables directlyEmilio López
2013-05-16USB: usb-stor: realtek_cr: Fix compile errorWei WANG
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton
2013-04-23usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden
2013-04-19USB: storage: convert to use module_usb_driver()Greg Kroah-Hartman
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches