aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_mass_storage.c
AgeCommit message (Expand)Author
2010-06-30USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz
2010-06-30USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz
2010-05-20USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz
2010-05-20USB: Mass storage gadget: Handle eject requestFabien Chouteau
2010-05-20USB: gadget: f_mass_storage: per functionMichal Nazarewicz
2010-05-20USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz
2010-03-19USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard
2010-03-19USB: g_mass_storage: fix section mismatch warningsMike Frysinger
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger
2010-03-02USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard
2010-03-02USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz
2010-03-02USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz
2010-03-02USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz
2009-12-11USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz
2009-12-11USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz
2009-12-11USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz
2009-12-11USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz
2009-12-11USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz
2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz
2009-12-11USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz
2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz
2009-12-11USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz