aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/file_storage.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-08usb: gadget: Remove File-backed Storage Gadget (g_file_storage).Michal Nazarewicz1-3656/+0
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-11/+3
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-13/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior1-1/+3
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2012-04-12USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern1-1/+1
2012-02-28usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior1-12/+12
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-5/+5
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo1-21/+41
2011-11-14usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman1-1/+1
2011-11-14usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman1-1/+1
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-10-18usb: gadget: file_storage: fix race on unloadingYauheni Kaliuta1-9/+9
2011-10-13usb: gadget: storage: add superspeed supportFelipe Balbi1-10/+49
2011-10-13usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman1-9/+9
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman1-75/+67
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-11/+4
2011-09-09usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin1-10/+17
2011-09-09USB: gadget: storage: remove alignment assumptionAlan Stern1-40/+27
2011-09-09usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li1-26/+24
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-4/+6
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-1/+2
2011-06-15USB: deprecate g_file_storageAlan Stern1-0/+2
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John1-1/+1
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman1-6/+22
2011-04-13USB: g_file_storage: don't send padding when stall=nAlan Stern1-41/+12
2011-04-13usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab1-22/+6
2010-11-11USB: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz1-13/+16
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz1-37/+37
2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern1-34/+14
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-2/+1
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-1/+1
2010-10-22usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz1-0/+1
2010-08-10USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz1-9/+11
2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko1-7/+24
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-1/+1
2010-08-10USB: Add a serial number parameter to g_file_storage moduleYann Cantin1-11/+58
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-1/+1
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger1-6/+2
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz1-4/+3
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz1-117/+12
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz1-4/+8
2009-12-11USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz1-99/+104
2009-12-11USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz1-567/+5
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-06-15USB: g_file_storage: use the "unaligned" accessorsAlan Stern1-51/+42
2009-04-23USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern1-16/+4
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-11/+11
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-1/+6
2009-02-27USB: g_file_storage: automatically disable stalls under AtmelAlan Stern1-1/+5
2009-01-07USB: gadget: don't wait for completion twiceFelipe Balbi1-0/+1
2009-01-07USB: g_file_storage: add CD-ROM emulationAlan Stern1-22/+154
2009-01-05add a vfs_fsync helperChristoph Hellwig1-17/+1
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-1/+1
2008-10-17usb: gadget: workaround storage command size issuesFelipe Balbi1-4/+17
2008-10-16usb gadget: link fixes for storage gadgetDavid Brownell1-0/+12
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-7/+7
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-2/+2
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-05-02USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-f...David Lopo1-1/+24
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24USB: g_file_storage: ignore bulk-out data after invalid CBWAlan Stern1-13/+15
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-5/+3
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-9/+5
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: less-restrictive command checking in g-file-storageAlan Stern1-1/+1
2007-10-12USB: cleanups for g_file_storageAlan Stern1-67/+62
2007-10-12USB: gadget: file storage gadget cleanupsDavid Brownell1-73/+45
2007-08-22USB: g_file_storage: fix bug in DMA buffer handlingAlan Stern1-3/+0
2007-08-22USB: Stall control endpoint when file storage class request wValue != 0Luis Lloret1-3/+4
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+3
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell1-14/+5
2007-07-12USB: Disable file_storage USB_CONFIG_ATT_WAKEUPTony Lindgren1-2/+1
2007-06-25USB: g_file_storage: call allow_signal()Oleg Nesterov1-7/+5
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2007-02-07USB Gadget file_storage.c: remove unnecessary castsJohn Daiker1-16/+15
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-1/+1
2006-12-08[PATCH] struct path: convert usbJosef Sipek1-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-09-28USB: g_file_storage: Set sense info Valid bit only when neededAlan Stern1-1/+15
2006-09-28USB: g_file_storage: fix "ignoring return value" warningsAlan Stern1-7/+12
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-2/+0
2006-04-14[PATCH] USB: g_file_storage: use module_param_array_named macroAlan Stern1-9/+17
2006-04-14[PATCH] USB: g_file_storage: add comment about buffer allocationAlan Stern1-0/+9
2006-04-14[PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfersAlan Stern1-0/+3
2006-03-20[PATCH] USB: gadget driver section fixupsDavid Brownell1-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-04[PATCH] USB Gadget: file_storage: remove "volatile" declarationsAlan Stern1-21/+38
2006-01-04[PATCH] USB: Cleanups for usb gadget mass-storagePavel Machek1-2/+2
2006-01-04[PATCH] USB: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+1
2005-10-28[PATCH] g_file_storage: fix obscure race conditionAlan Stern1-12/+9
2005-10-28[PATCH] USB: File-Storage gadget: use the kthread APIAlan Stern1-19/+13
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell1-26/+7
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell1-10/+9
2005-06-27[PATCH] USB: g_file_storage: export "stall" parameterAlan Stern1-13/+14
2005-06-27[PATCH] USB: g_file_storage: Consolidate min()sAlan Stern1-12/+9
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+1
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+4139