aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-28/+54
2010-12-15USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox1-1/+1
2010-12-15USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox1-7/+30
2010-12-15USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox1-16/+16
2010-12-15USB: uas: Use kzalloc instead of kmallocMatthew Wilcox1-2/+2
2010-12-15USB: uas: Fix up the Sense IUMatthew Wilcox1-2/+5
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-4/+1
2010-10-22USB: Add UAS driverMatthew Wilcox1-0/+751