aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAge
* usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior2012-05-01
* usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior2012-05-01
* usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior2012-05-01
* usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior2012-05-01
* usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior2012-05-01
* usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior2012-05-01
* UAS: Free status URB when we can't find the SCSI tag.Sarah Sharp2012-05-01
* UAS: Use unique tags on non-streams devices.Sarah Sharp2012-05-01
* UAS: Re-add workqueue items if submission fails.Sarah Sharp2012-05-01
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-16
|\
| * USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox2010-12-15
| * USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox2010-12-15
| * USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox2010-12-15
| * USB: uas: Use kzalloc instead of kmallocMatthew Wilcox2010-12-15
| * USB: uas: Fix up the Sense IUMatthew Wilcox2010-12-15
* | SCSI host lock push-downJeff Garzik2010-11-16
* | block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-10
|/
* USB: Add UAS driverMatthew Wilcox2010-10-22