summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_mass_storage.c
Commit message (Expand)AuthorAgeFilesLines
* USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern2023-08-121-1/+1
* usb: gadget: f_mass_storage: remove unnecessary open checkDavid Disseldorp2023-06-131-6/+2
* usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-031-1/+2
* USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman2022-08-191-3/+8
* usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev2022-07-141-0/+25
* usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu2022-06-291-5/+6
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-261-12/+58
|\
| * usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros2022-01-261-12/+58
* | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
|/
* exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-1/+1
* usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng2021-10-301-0/+10
* usb: gadget: storage: add support for media larger than 2TNikita Yushchenko2021-10-101-7/+80
* usb: gadget: mass_storage: Remove repeated verbose license textCai Huoqing2021-08-261-30/+0
* usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin2021-03-101-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-161-0/+1
* usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt2019-08-121-10/+18
* Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman2019-07-041-15/+6
* Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-07-011-6/+15
|\
| * usb: gadget: storage: Remove warning messageEJ Hsu2019-06-181-6/+15
* | docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\
| * signal: Don't send siginfo to kthreads.Eric W. Biederman2018-09-111-1/+1
| * signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-111-1/+1
* | usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+3
|/
* usb: gadget: storage: Remove reference countingJaejoong Kim2018-07-261-22/+5
* usb: gadget: storage: Add error handling for no memoryJaejoong Kim2018-07-261-1/+3
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-2/+2
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-191-2/+2
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
|/
* USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern2017-09-221-20/+7
* gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig2017-09-041-15/+6
* usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin2017-07-171-1/+1
* USB: f_mass_storage: improve memory barriers and synchronizationAlan Stern2017-05-161-202/+153
* USB: f_mass_storage: improve async notification handlingAlan Stern2017-05-161-46/+22
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* usb: gadget: Add per-lun inquiry stringPhilipp Gesang2016-08-251-6/+22
* usb: gadget: storage: get rid of fsg_num_buffers_validate()Felipe Balbi2016-06-201-21/+1
* usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz2016-04-191-21/+15
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-171-3/+3
|\
| * configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-3/+3
* | usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn2016-03-041-1/+1
* | usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-041-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-73/+46
|\
| * usb-gadget/f_mass_storage: use per-attribute show and store methodsChristoph Hellwig2015-10-131-73/+46
* | signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-061-3/+1
* | usb: gadget: f_mass_storage: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-4/+0
* | usb: gadget: mass_storage: allow for deeper queue lengthsFelipe Balbi2015-09-271-2/+4
|/
* usb: gadget: f_mass_storage: add mising <linux/uaccess.h>Felipe Balbi2015-08-061-0/+1