summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)Author
2012-02-02usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior
2012-02-02usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior
2012-02-02usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior
2012-02-02Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for...Sarah Sharp
2011-12-22usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior
2011-12-22usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior
2011-12-22usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior
2011-12-22UAS: Free status URB when we can't find the SCSI tag.Sarah Sharp
2011-12-22UAS: Use unique tags on non-streams devices.Sarah Sharp
2011-12-22UAS: Re-add workqueue items if submission fails.Sarah Sharp
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-12-15USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox
2010-12-15USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox
2010-12-15USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox
2010-12-15USB: uas: Use kzalloc instead of kmallocMatthew Wilcox
2010-12-15USB: uas: Fix up the Sense IUMatthew Wilcox
2010-11-16SCSI host lock push-downJeff Garzik
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-10-22USB: Add UAS driverMatthew Wilcox