index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_mass_storage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
usb: gadget: Gadget directory cleanup - group usb functions
Andrzej Pietrasiewicz
1
-3668
/
+0
2013-11-25
usb: gadget: f_mass_storage: call try_to_freeze only when its safe
George Cherian
1
-11
/
+12
2013-11-25
usb: gadget: storage: fix sparse warning
Felipe Balbi
1
-1
/
+1
2013-11-25
usb: gadget: mass storage: fix return of delayed status
Pratyush Anand
1
-1
/
+1
2013-10-25
usb/gadget: f_mass_storage: use string literal as format in dev_set_name
Andrzej Pietrasiewicz
1
-1
/
+1
2013-10-17
usb: gadget: f_mass_storage: style corrections, cleanup & simplification
Andrzej Pietrasiewicz
1
-19
/
+18
2013-10-15
usb: gadget: storage_common: pass filesem to fsg_store_cdrom
Andrzej Pietrasiewicz
1
-1
/
+6
2013-10-10
usb: gadget: f_mass_storage: remove compatibility layer
Andrzej Pietrasiewicz
1
-131
/
+19
2013-10-10
usb: gadget: f_mass_storage: add configfs support
Andrzej Pietrasiewicz
1
-0
/
+360
2013-10-10
usb: gadget: storage_common: make attribute operations more generic
Andrzej Pietrasiewicz
1
-6
/
+21
2013-10-10
usb: gadget: mass_storage: convert to new interface of f_mass_storage
Andrzej Pietrasiewicz
1
-0
/
+7
2013-10-10
usb: gadget: f_mass_storage: convert to new function interface with backward ...
Andrzej Pietrasiewicz
1
-22
/
+156
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_comm...
Andrzej Pietrasiewicz
1
-11
/
+21
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in ...
Andrzej Pietrasiewicz
1
-10
/
+19
2013-10-10
usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_commo...
Andrzej Pietrasiewicz
1
-91
/
+147
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common...
Andrzej Pietrasiewicz
1
-21
/
+29
2013-10-10
usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_commo...
Andrzej Pietrasiewicz
1
-17
/
+63
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg...
Andrzej Pietrasiewicz
1
-26
/
+46
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_init
Andrzej Pietrasiewicz
1
-16
/
+24
2013-10-10
usb: gadget: f_mass_storage: make sysfs interface optional
Andrzej Pietrasiewicz
1
-10
/
+41
2013-10-10
usb: gadget: f_mass_storage: create _fsg_common_free_buffers
Andrzej Pietrasiewicz
1
-9
/
+13
2013-10-01
usb: gadget: f_mass_storage: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-13
/
+12
2013-10-01
usb: gadget: f_mass_storage: add a level of indirection for luns storage
Andrzej Pietrasiewicz
1
-19
/
+41
2013-10-01
usb: gadget: f_mass_storage: factor out a header file
Andrzej Pietrasiewicz
1
-110
/
+7
2013-10-01
usb: gadget: create a utility module for mass_storage
Andrzej Pietrasiewicz
1
-15
/
+91
2013-09-17
usb: gadget: f_mass_storage: reset endpoint driver data when disabled
Peter Oh
1
-0
/
+2
2013-08-27
USB: gadget: audit sysfs attribute permissions
Greg Kroah-Hartman
1
-8
/
+6
2013-08-09
usb: gadget: f_mass_storage: use NULL instead of 0
Jingoo Han
1
-3
/
+3
2013-06-13
usb: gadget: f_mass_storage: fix default product name
Andrzej Pietrasiewicz
1
-2
/
+2
2013-06-10
usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_needed
UCHINO Satoshi
1
-0
/
+2
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-01-10
usb: gadget: mass_storage: remove >= 0 check for unsigned type
Sebastian Andrzej Siewior
1
-4
/
+4
2013-01-10
usb: gadget: f_mass_storage: remove unused operations
Andrzej Pietrasiewicz
1
-28
/
+1
2012-11-08
usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG.
Michal Nazarewicz
1
-4
/
+0
2012-10-31
usb: gadget: always update HS/SS descriptors and create a copy of them
Sebastian Andrzej Siewior
1
-39
/
+20
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
1
-14
/
+1
2012-09-10
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
1
-1
/
+0
2012-07-02
usb: gadget: mass_storage: make "file" and "ro" read only in some cases
Michal Nazarewicz
1
-5
/
+21
2012-06-15
usb: gadget: mass_storage: add documentation
Michal Nazarewicz
1
-62
/
+7
2012-06-15
usb: gadget: mass_storage: remove unused options
Michal Nazarewicz
1
-40
/
+10
2012-06-04
usb: gadget: f_mass_storage: change default value of the removable parameter
Michal Nazarewicz
1
-4
/
+2
2012-05-07
Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-7
/
+0
2012-05-04
usb: gadget: f_mass_storage: remove deprecated fsg_add()
Michal Nazarewicz
1
-7
/
+0
2012-04-12
USB: gadget: storage gadgets send wrong error code for unknown commands
Alan Stern
1
-1
/
+1
2012-03-01
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-2
/
+1
2012-02-28
usb/gadget: use common defines within the storage gadget
Sebastian Andrzej Siewior
1
-12
/
+12
2012-02-28
usb/storage: a couple defines from drivers/usb/storage/transport.h to include...
Sebastian Andrzej Siewior
1
-1
/
+1
2012-01-24
usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parame...
Fabio Estevam
1
-5
/
+5
2012-01-24
usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP
Sebastian Andrzej Siewior
1
-1
/
+0
[next]