aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_mass_storage.c
AgeCommit message (Expand)Author
2023-09-23USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern
2019-09-06usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-07-26usb: gadget: storage: Remove reference countingJaejoong Kim
2018-07-26usb: gadget: storage: Add error handling for no memoryJaejoong Kim
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern
2017-09-04gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig
2017-07-17usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin
2017-05-16USB: f_mass_storage: improve memory barriers and synchronizationAlan Stern
2017-05-16USB: f_mass_storage: improve async notification handlingAlan Stern
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-08-25usb: gadget: Add per-lun inquiry stringPhilipp Gesang
2016-06-20usb: gadget: storage: get rid of fsg_num_buffers_validate()Felipe Balbi
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-03-04usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov
2015-10-13usb-gadget/f_mass_storage: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: f_mass_storage: eliminate abuse of ep->driver dataRobert Baldyga
2015-09-27usb: gadget: mass_storage: allow for deeper queue lengthsFelipe Balbi
2015-08-06usb: gadget: f_mass_storage: add mising <linux/uaccess.h>Felipe Balbi
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga
2015-07-31usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak
2015-07-31usb: gadget: mass_storage: Fix freeing luns sysfs implementationKrzysztof Opasiak
2015-07-30usb: gadget: f_mass_storage: stop thread in bind failure caseSanjay Singh Rawat
2015-07-30usb: gadget: f_mass_storage: check quirk instead of UDC nameRobert Baldyga
2015-07-29usb: gadget: storage-common: Set FSG_MAX_LUNS to 16Krzysztof Opasiak
2015-07-29usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definitionKrzysztof Opasiak
2015-07-29usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak
2015-07-06usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2015-03-18USB: gadget: f_mass_storage: use static attribute groups for sysfs entriesTakashi Iwai
2015-03-11usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer
2014-09-02usb: gadget: f_mass_storage: simplify start_transfer slightlyMichal Nazarewicz
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz