usb/uas: move UAS structs / defines into a header file
[linux-flexiantxendom0.git] / drivers / usb / storage / uas.c
2012-04-30 Sebastian Andrzej... usb/uas: move UAS structs / defines into a header file
2012-04-30 Sebastian Andrzej... usb/uas: only bind if the hcd supports SG
2012-04-30 Sebastian Andrzej... usb/uas: one only one status URB/host on stream-less...
2012-04-30 Sebastian Andrzej... usb/uas: use scsi_host_find_tag() to find command from...
2012-04-30 Sebastian Andrzej... usb/uas: use unique tags for all LUNs
2012-04-30 Sarah SharpUAS: Free status URB when we can't find the SCSI tag.
2012-04-30 Sarah SharpUAS: Use unique tags on non-streams devices.
2012-04-30 Sarah SharpUAS: Re-add workqueue items if submission fails.
2011-10-31 Paul Gortmakerusb: Add module.h to drivers/usb consumers who really...
2010-12-16 Greg Kroah-HartmanMerge branch 'usb-next' into musb-merge
2010-12-15 Matthew WilcoxUSB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O...
2010-12-15 Matthew WilcoxUSB: uas: Ensure we only bind to a UAS interface
2010-12-15 Matthew WilcoxUSB: uas: Rename sense pipe and sense urb to status...
2010-12-15 Matthew WilcoxUSB: uas: Use kzalloc instead of kmalloc
2010-12-15 Matthew WilcoxUSB: uas: Fix up the Sense IU
2010-11-16 Jeff GarzikSCSI host lock push-down
2010-11-10 Christoph Hellwigblock: remove REQ_HARDBARRIER
2010-10-22 Matthew WilcoxUSB: Add UAS driver