summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/storage_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15usb: gadget: storage_common: pass filesem to fsg_store_cdromAndrzej Pietrasiewicz1-11/+31
2013-10-15usb: gadget: storage_common: use strtobool instead of kstrtouintAndrzej Pietrasiewicz1-8/+8
2013-10-10usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable'Andrzej Pietrasiewicz1-0/+42
2013-10-10usb: gadget: storage_common: make attribute operations more genericAndrzej Pietrasiewicz1-25/+6
2013-10-01usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz1-273/+58
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman1-13/+12
2013-07-24USB: gadget: fix up commentGreg Kroah-Hartman1-1/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-01-10usb: gadget: file_storage: remove its last piecesSebastian Andrzej Siewior1-61/+0
2012-11-08usb: gadget: storage_common: Make fsg_lun_is_open() a function.Michal Nazarewicz1-2/+5
2012-11-08usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG.Michal Nazarewicz1-130/+0
2012-11-08usb: gadget: storage_common: Remove FSG specific definitions.Michal Nazarewicz1-28/+0
2012-10-31usb: gadget storage: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-2/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+5
2012-07-29gadgetfs: clean upAl Viro1-7/+5
2012-07-02usb: gadget: mass_storage: make "file" and "ro" read only in some casesMichal Nazarewicz1-1/+0
2012-06-22usb: gadget: mass_storage: fail fsg_store_file() early if colud not open fileMichal Nazarewicz1-23/+29
2012-06-22usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER supportMichal Nazarewicz1-10/+0
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2012-02-28usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior1-21/+0
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior1-19/+0
2012-01-24usb: gadget: storage: endian fixAndiry Xu1-3/+3
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2011-10-13usb: gadget: storage: add superspeed supportFelipe Balbi1-2/+118
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman1-7/+49
2011-09-10usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-09-09usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin1-2/+31
2011-09-09usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li1-5/+18
2011-07-02usb: gadget: Compilation warning fixTatyana Brokhman1-1/+1
2011-04-30usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz1-1/+2
2011-04-15Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman1-0/+7
2011-04-14usb: gadget: storage_common: use kstrto*()Michal Nazarewicz1-6/+9
2011-04-14usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab1-7/+0
2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo1-5/+2
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz1-32/+2
2010-10-22USB: gadget: file_storage: reuse definitions from a header fileMichal Nazarewicz1-13/+1
2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern1-2/+1
2010-08-11USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko1-0/+28
2010-08-11usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko1-4/+4
2010-08-11USB: gadget: storage_common: comments updatedMichal Nazarewicz1-21/+48
2010-05-22sanitize vfs_fsync calling conventionsChristoph Hellwig1-1/+1
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz1-53/+55
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz1-7/+15
2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz1-0/+10
2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz1-2/+48
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz1-0/+116
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz1-2/+5
2009-12-11USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz1-53/+79
2009-12-11USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz1-0/+567