aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/storage_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24usb: gadget: storage: endian fixAndiry Xu1-3/+3
2011-10-13usb: gadget: storage: add superspeed supportFelipe Balbi1-2/+118
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman1-7/+49
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-09-09usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin1-2/+31
2011-09-09usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li1-5/+18
2011-07-01usb: gadget: Compilation warning fixTatyana Brokhman1-1/+1
2011-04-29usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz1-1/+2
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman1-0/+7
2011-04-13usb: gadget: storage_common: use kstrto*()Michal Nazarewicz1-6/+9
2011-04-13usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab1-7/+0
2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo1-5/+2
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz1-32/+2
2010-10-22USB: gadget: file_storage: reuse definitions from a header fileMichal Nazarewicz1-13/+1
2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern1-2/+1
2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko1-0/+28
2010-08-10usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko1-4/+4
2010-08-10USB: gadget: storage_common: comments updatedMichal Nazarewicz1-21/+48
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-1/+1
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz1-53/+55
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz1-7/+15
2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz1-0/+10
2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz1-2/+48
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz1-0/+116
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz1-2/+5
2009-12-11USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz1-53/+79
2009-12-11USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz1-0/+567