summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_mass_storage.c
AgeCommit message (Expand)Author
2024-01-27usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu
2023-08-12USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern
2023-06-13usb: gadget: f_mass_storage: remove unnecessary open checkDavid Disseldorp
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-08-19USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman
2022-07-14usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev
2022-06-29usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng
2021-10-10usb: gadget: storage: add support for media larger than 2TNikita Yushchenko
2021-08-26usb: gadget: mass_storage: Remove repeated verbose license textCai Huoqing
2021-03-10usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt
2019-07-04Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab
2019-06-18usb: gadget: storage: Remove warning messageEJ Hsu
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman
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