summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/storage_common.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-211-26/+26
* usb: gadget: storage_common: pass filesem to fsg_store_cdromAndrzej Pietrasiewicz2013-10-151-11/+31
* usb: gadget: storage_common: use strtobool instead of kstrtouintAndrzej Pietrasiewicz2013-10-151-8/+8
* usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable'Andrzej Pietrasiewicz2013-10-101-0/+42
* usb: gadget: storage_common: make attribute operations more genericAndrzej Pietrasiewicz2013-10-101-25/+6
* usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz2013-10-011-273/+58
* USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman2013-08-271-13/+12
* USB: gadget: fix up commentGreg Kroah-Hartman2013-07-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | usb: gadget: file_storage: remove its last piecesSebastian Andrzej Siewior2013-01-101-61/+0
|/
* usb: gadget: storage_common: Make fsg_lun_is_open() a function.Michal Nazarewicz2012-11-081-2/+5
* usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG.Michal Nazarewicz2012-11-081-130/+0
* usb: gadget: storage_common: Remove FSG specific definitions.Michal Nazarewicz2012-11-081-28/+0
* usb: gadget storage: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior2012-10-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-7/+5
|\
| * gadgetfs: clean upAl Viro2012-07-291-7/+5
* | usb: gadget: mass_storage: make "file" and "ro" read only in some casesMichal Nazarewicz2012-07-021-1/+0
* | usb: gadget: mass_storage: fail fsg_store_file() early if colud not open fileMichal Nazarewicz2012-06-221-23/+29
* | usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER supportMichal Nazarewicz2012-06-221-10/+0
|/
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-1/+1
|\
| * usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-241-1/+1
* | usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior2012-02-281-21/+0
* | usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior2012-02-281-19/+0
* | usb: gadget: storage: endian fixAndiry Xu2012-01-241-3/+3
|/
* usb: gadget: storage: add superspeed supportFelipe Balbi2011-10-131-2/+118
* Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman2011-09-181-7/+49
|\
| * usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin2011-09-091-2/+31
| * usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li2011-09-091-5/+18
* | usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-9/+0
|/
* usb: gadget: Compilation warning fixTatyana Brokhman2011-07-011-1/+1
* usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz2011-04-291-1/+2
* Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-141-0/+7
* usb: gadget: storage_common: use kstrto*()Michal Nazarewicz2011-04-131-6/+9
* usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab2011-04-131-7/+0
* block: check bdev_read_only() from blkdev_get()Tejun Heo2010-11-131-5/+2
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-221-32/+2
* USB: gadget: file_storage: reuse definitions from a header fileMichal Nazarewicz2010-10-221-13/+1
* USB: g_file_storage: don't generate automatic serial stringAlan Stern2010-10-221-2/+1
* USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko2010-08-101-0/+28
* usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko2010-08-101-4/+4
* USB: gadget: storage_common: comments updatedMichal Nazarewicz2010-08-101-21/+48
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-1/+1
* USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz2009-12-111-53/+55
* USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-111-7/+15
* USB: g_mass_storage: constant length buffers usedMichal Nazarewicz2009-12-111-0/+10
* USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz2009-12-111-2/+48
* USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2009-12-111-0/+116
* USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz2009-12-111-2/+5
* USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz2009-12-111-53/+79
OpenPOWER on IntegriCloud