aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/file_storage.c
Commit message (Expand)AuthorAgeFilesLines
* USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2012-05-071-1/+1
* usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-101-1/+1
* Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-141-6/+22
* USB: g_file_storage: don't send padding when stall=nAlan Stern2011-04-131-41/+12
* usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab2011-04-131-22/+6
* USB: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz2010-11-111-13/+16
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-221-37/+37
* USB: g_file_storage: don't generate automatic serial stringAlan Stern2010-10-221-34/+14
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-2/+1
* USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz2010-10-221-1/+1
* usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz2010-10-221-0/+1
* USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz2010-08-101-9/+11
* USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko2010-08-101-7/+24
* USB: gadget: section mismatch warning fixedMichal Nazarewicz2010-08-101-1/+1
* USB: Add a serial number parameter to g_file_storage moduleYann Cantin2010-08-101-11/+58
* 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/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-111-1/+1
|\
| * vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+1
* | USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-111-4/+3
* | USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2009-12-111-117/+12
* | USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz2009-12-111-4/+8
* | USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz2009-12-111-99/+104
* | USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz2009-12-111-567/+5
|/
* USB: g_file_storage: use the "unaligned" accessorsAlan Stern2009-06-151-51/+42
* USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern2009-04-231-16/+4
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-1/+6
|\
| * Use f_lock to protect f_flagsJonathan Corbet2009-03-161-1/+6
* | USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-11/+11
|/
* USB: g_file_storage: automatically disable stalls under AtmelAlan Stern2009-02-271-1/+5
* USB: gadget: don't wait for completion twiceFelipe Balbi2009-01-071-0/+1
* USB: g_file_storage: add CD-ROM emulationAlan Stern2009-01-071-22/+154
* add a vfs_fsync helperChristoph Hellwig2009-01-051-17/+1
* usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell2008-10-171-1/+1
* usb: gadget: workaround storage command size issuesFelipe Balbi2008-10-171-4/+17
* usb gadget: link fixes for storage gadgetDavid Brownell2008-10-161-0/+12
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-7/+7
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-211-2/+2
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-f...David Lopo2008-05-021-1/+24
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-4/+4
* USB: g_file_storage: ignore bulk-out data after invalid CBWAlan Stern2008-04-241-13/+15
* d_path: Make d_path() use a struct pathJan Blunck2008-02-141-5/+3
* USB: gadget code switches to pr_err() and friendsDavid Brownell2008-02-011-9/+5
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
* USB: less-restrictive command checking in g-file-storageAlan Stern2007-10-121-1/+1
* USB: cleanups for g_file_storageAlan Stern2007-10-121-67/+62
* USB: gadget: file storage gadget cleanupsDavid Brownell2007-10-121-73/+45