summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
Commit message (Expand)AuthorAgeFilesLines
* USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl2011-02-041-1/+2
* USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz2010-11-111-210/+248
* USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz2010-11-111-4/+1Star
* USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz2010-11-111-25/+24Star
* USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz2010-11-111-7/+4Star
* USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar2010-11-111-0/+1
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-221-36/+36
* usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz2010-10-221-1/+15
* USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2010-08-101-39/+70
* USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz2010-08-101-3/+0Star
* USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz2010-08-101-3/+10
* USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-301-99/+61Star
* USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-301-22/+12Star
* USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz2010-05-201-26/+25Star
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-201-1/+1
* USB: Mass storage gadget: Handle eject requestFabien Chouteau2010-05-201-3/+45
* USB: gadget: f_mass_storage: per functionMichal Nazarewicz2010-05-201-6/+22
* USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz2010-05-201-5/+18
* USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard2010-03-191-1/+0Star
* USB: g_mass_storage: fix section mismatch warningsMike Frysinger2010-03-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-1/+1
|\
| * kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-031-1/+1
* | USB: Remove unsupported usb gadget driversChristoph Egger2010-03-021-6/+2Star
* | USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard2010-03-021-1/+0Star
* | USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz2010-03-021-1/+1
* | USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz2010-03-021-9/+6Star
* | USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2010-03-021-5/+21
|/
* USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2009-12-111-5/+18
* USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz2009-12-111-582/+648
* USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz2009-12-111-238/+329
* USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz2009-12-111-5/+17
* USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz2009-12-111-95/+172
* USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-111-489/+155Star
* USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz2009-12-111-162/+199
* USB: g_mass_storage: constant length buffers usedMichal Nazarewicz2009-12-111-20/+11Star
* USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz2009-12-111-168/+173
* USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz2009-12-111-570/+92Star
* USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz2009-12-111-0/+3611