summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_mass_storage.c
AgeCommit message (Expand)AuthorLines
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng-0/+10
2021-10-10usb: gadget: storage: add support for media larger than 2TNikita Yushchenko-7/+80
2021-08-26usb: gadget: mass_storage: Remove repeated verbose license textCai Huoqing-30/+0
2021-03-10usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche-0/+1
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt-10/+18
2019-07-04Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman-15/+6
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-6/+15
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab-1/+1
2019-06-18usb: gadget: storage: Remove warning messageEJ Hsu-6/+15
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva-0/+3
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman-1/+1
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman-1/+1
2018-07-26usb: gadget: storage: Remove reference countingJaejoong Kim-22/+5
2018-07-26usb: gadget: storage: Add error handling for no memoryJaejoong Kim-1/+3
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds-2/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal-2/+2
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern-20/+7
2017-09-04gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig-15/+6
2017-07-17usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin-1/+1
2017-05-16USB: f_mass_storage: improve memory barriers and synchronizationAlan Stern-202/+153
2017-05-16USB: f_mass_storage: improve async notification handlingAlan Stern-46/+22
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-08-25usb: gadget: Add per-lun inquiry stringPhilipp Gesang-6/+22
2016-06-20usb: gadget: storage: get rid of fsg_num_buffers_validate()Felipe Balbi-21/+1
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz-21/+15
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds-3/+3
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig-3/+3
2016-03-04usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn-1/+1
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-73/+46
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov-3/+1
2015-10-13usb-gadget/f_mass_storage: use per-attribute show and store methodsChristoph Hellwig-73/+46
2015-09-27usb: gadget: f_mass_storage: eliminate abuse of ep->driver dataRobert Baldyga-4/+0
2015-09-27usb: gadget: mass_storage: allow for deeper queue lengthsFelipe Balbi-2/+4
2015-08-06usb: gadget: f_mass_storage: add mising <linux/uaccess.h>Felipe Balbi-0/+1
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga-1/+0
2015-07-31usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak-81/+46
2015-07-31usb: gadget: mass_storage: Fix freeing luns sysfs implementationKrzysztof Opasiak-6/+6
2015-07-30usb: gadget: f_mass_storage: stop thread in bind failure caseSanjay Singh Rawat-2/+9
2015-07-30usb: gadget: f_mass_storage: check quirk instead of UDC nameRobert Baldyga-1/+2
2015-07-29usb: gadget: storage-common: Set FSG_MAX_LUNS to 16Krzysztof Opasiak-1/+1
2015-07-29usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definitionKrzysztof Opasiak-1/+1
2015-07-29usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak-0/+5
2015-07-06usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz-3/+13
2015-06-23vfs: add file_path() helperMiklos Szeredi-1/+1