summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/file_storage.c
AgeCommit message (Expand)Author
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-06-15USB: deprecate g_file_storageAlan Stern
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman
2011-04-13USB: g_file_storage: don't send padding when stall=nAlan Stern
2011-04-13usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab
2010-11-11USB: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz
2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz
2010-10-22usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz
2010-08-10USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz
2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz
2010-08-10USB: Add a serial number parameter to g_file_storage moduleYann Cantin
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
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz
2009-12-11USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz
2009-12-11USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-06-15USB: g_file_storage: use the "unaligned" accessorsAlan Stern
2009-04-23USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-03-16Use f_lock to protect f_flagsJonathan Corbet
2009-02-27USB: g_file_storage: automatically disable stalls under AtmelAlan Stern
2009-01-07USB: gadget: don't wait for completion twiceFelipe Balbi
2009-01-07USB: g_file_storage: add CD-ROM emulationAlan Stern
2009-01-05add a vfs_fsync helperChristoph Hellwig
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell
2008-10-17usb: gadget: workaround storage command size issuesFelipe Balbi
2008-10-16usb gadget: link fixes for storage gadgetDavid Brownell
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-05-02USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-f...David Lopo
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: g_file_storage: ignore bulk-out data after invalid CBWAlan Stern
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell
2007-10-12USB: less-restrictive command checking in g-file-storageAlan Stern