aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/storage_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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