summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAgeFilesLines
* usb-uas: set max_lun and max_channelGerd Hoffmann2013-01-251-0/+2
* uas: fail any request submitted while resetting the device.Gerd Hoffmann2013-01-111-0/+6
* uas: improve device resetGerd Hoffmann2013-01-111-1/+44
* uas: improve abort handlerGerd Hoffmann2013-01-111-2/+17
* uas: add IS_IN_WORK_LIST flagGerd Hoffmann2013-01-111-2/+8
* uas: add UNLINK_DATA_URBS flagGerd Hoffmann2013-01-111-3/+21
* uas: new function to cancel data urbsGerd Hoffmann2013-01-111-10/+12
* USB: uas: fix gcc warningGerd Hoffmann2012-09-261-10/+8
* USB: uas: fix lockingGerd Hoffmann2012-09-261-0/+2
* USB: uas: add lockingGerd Hoffmann2012-09-251-7/+44
* USB: uas: fix abortGerd Hoffmann2012-09-251-7/+4
* USB: uas: remove aborted field, replace with status bit.Gerd Hoffmann2012-09-251-6/+6
* USB: uas: fix task managementGerd Hoffmann2012-09-251-3/+3
* USB: uas: keep track of command urbsGerd Hoffmann2012-09-251-1/+10
* uas: task mgmt & error handlingGerd Hoffmann2012-06-251-29/+131
* uas: track urbs, kill inflight urbs on disconnect.Gerd Hoffmann2012-06-251-0/+9
* uas: improve error handlingGerd Hoffmann2012-06-251-1/+13
* uas: keep track of command state, finish scsi cmd when really done.Gerd Hoffmann2012-06-251-15/+71
* uas: fix sense urb handlingGerd Hoffmann2012-06-251-21/+28
* Revert "usb/uas: one only one status URB/host on stream-less connection"Gerd Hoffmann2012-06-251-60/+10
* Revert "usb/uas: make sure data urb is gone if we receive status before that"Gerd Hoffmann2012-06-251-75/+15
* usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior2012-02-021-15/+75
* usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior2012-02-021-55/+1
* usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior2012-02-021-6/+19
* Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for...Sarah Sharp2012-02-021-40/+117
|\
| * usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior2011-12-221-10/+60
| * usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior2011-12-221-16/+17
| * usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior2011-12-221-13/+25
| * UAS: Free status URB when we can't find the SCSI tag.Sarah Sharp2011-12-221-1/+3
| * UAS: Use unique tags on non-streams devices.Sarah Sharp2011-12-221-1/+4
| * UAS: Re-add workqueue items if submission fails.Sarah Sharp2011-12-221-4/+13
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-311-0/+1
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-28/+54
|\
| * USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox2010-12-151-1/+1
| * USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox2010-12-151-7/+30
| * USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox2010-12-151-16/+16
| * USB: uas: Use kzalloc instead of kmallocMatthew Wilcox2010-12-151-2/+2
| * USB: uas: Fix up the Sense IUMatthew Wilcox2010-12-151-2/+5
* | SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* | block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-4/+1
|/
* USB: Add UAS driverMatthew Wilcox2010-10-221-0/+751
OpenPOWER on IntegriCloud