summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_mass_storage.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-12USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern1-1/+1
2023-06-13usb: gadget: f_mass_storage: remove unnecessary open checkDavid Disseldorp1-6/+2
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-08-19USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman1-3/+8
2022-07-14usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev1-0/+25
2022-06-29usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu1-5/+6
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+58
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros1-12/+58
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng1-0/+10
2021-10-10usb: gadget: storage: add support for media larger than 2TNikita Yushchenko1-7/+80
2021-08-26usb: gadget: mass_storage: Remove repeated verbose license textCai Huoqing1-30/+0
2021-03-10usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin1-2/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-17scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche1-0/+1
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt1-10/+18
2019-07-04Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman1-15/+6
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-6/+15
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-06-18usb: gadget: storage: Remove warning messageEJ Hsu1-6/+15
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman1-1/+1
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman1-1/+1
2018-07-26usb: gadget: storage: Remove reference countingJaejoong Kim1-22/+5
2018-07-26usb: gadget: storage: Add error handling for no memoryJaejoong Kim1-1/+3
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-2/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-2/+2
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern1-20/+7
2017-09-05gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig1-15/+6
2017-07-17usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin1-1/+1
2017-05-16USB: f_mass_storage: improve memory barriers and synchronizationAlan Stern1-202/+153
2017-05-16USB: f_mass_storage: improve async notification handlingAlan Stern1-46/+22
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-08-25usb: gadget: Add per-lun inquiry stringPhilipp Gesang1-6/+22
2016-06-20usb: gadget: storage: get rid of fsg_num_buffers_validate()Felipe Balbi1-21/+1
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz1-21/+15
2016-03-18Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-3/+3
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-3/+3
2016-03-04usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn1-1/+1
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-73/+46
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-3/+1
2015-10-14usb-gadget/f_mass_storage: use per-attribute show and store methodsChristoph Hellwig1-73/+46
2015-09-27usb: gadget: f_mass_storage: eliminate abuse of ep->driver dataRobert Baldyga1-4/+0
2015-09-27usb: gadget: mass_storage: allow for deeper queue lengthsFelipe Balbi1-2/+4
2015-08-06usb: gadget: f_mass_storage: add mising <linux/uaccess.h>Felipe Balbi1-0/+1