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
/
file_storage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-08
usb: gadget: Remove File-backed Storage Gadget (g_file_storage).
Michal Nazarewicz
1
-3656
/
+0
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
1
-11
/
+3
2012-09-10
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
1
-13
/
+0
2012-09-10
usb: gadget: libcomposite: move config.c into libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: start with libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
1
-1
/
+2
2012-09-10
usb: gadget: move bind() callback back to struct usb_gadget_driver
Sebastian Andrzej Siewior
1
-1
/
+3
2012-09-10
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
1
-1
/
+1
2012-04-12
USB: gadget: storage gadgets send wrong error code for unknown commands
Alan Stern
1
-1
/
+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-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-5
/
+5
2011-12-12
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
1
-1
/
+1
2011-12-12
usb: gadget: mass_storage: support multi-luns with different logic block size
Yuping Luo
1
-21
/
+41
2011-11-14
usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength
Paul Zimmerman
1
-1
/
+1
2011-11-14
usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST
Paul Zimmerman
1
-1
/
+1
2011-11-01
usb: Add module.h to drivers/usb consumers who really use it.
Paul Gortmaker
1
-0
/
+1
2011-10-19
usb: gadget: file_storage: fix race on unloading
Yauheni Kaliuta
1
-9
/
+9
2011-10-13
usb: gadget: storage: add superspeed support
Felipe Balbi
1
-10
/
+49
2011-10-13
usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC
Paul Zimmerman
1
-9
/
+9
2011-09-18
Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next
Greg Kroah-Hartman
1
-75
/
+67
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
1
-11
/
+4
2011-09-09
usb: gadget: storage: make FSG_NUM_BUFFERS variable size
Per Forlin
1
-10
/
+17
2011-09-09
USB: gadget: storage: remove alignment assumption
Alan Stern
1
-40
/
+27
2011-09-09
usb: gadget: storage: adapt logic block size to bound block devices
Peiyu Li
1
-26
/
+24
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-1
/
+1
2011-07-02
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
1
-4
/
+6
2011-06-28
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
Tatyana Brokhman
1
-1
/
+2
2011-06-16
USB: deprecate g_file_storage
Alan Stern
1
-0
/
+2
2011-05-11
usb: gadget: Remove the LUN checks which are always true
Maxin B John
1
-1
/
+1
2011-04-15
Revert "usb: usb_storage: do not align length of request for CBW to maxp size"
Greg Kroah-Hartman
1
-6
/
+22
2011-04-14
USB: g_file_storage: don't send padding when stall=n
Alan Stern
1
-41
/
+12
2011-04-14
usb: usb_storage: do not align length of request for CBW to maxp size
Mian Yousaf Kaukab
1
-22
/
+6
2010-11-11
USB: gadget: file_storage: put_device() in error recovery
Michal Nazarewicz
1
-13
/
+16
2010-10-22
USB: gadget: storage: reuse definitions from scsi.h header file
Michal Nazarewicz
1
-37
/
+37
2010-10-22
USB: g_file_storage: don't generate automatic serial string
Alan Stern
1
-34
/
+14
2010-10-22
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
1
-2
/
+1
2010-10-22
USB: Revert "USB: gadget: section mismatch warning fixed"
Michal Nazarewicz
1
-1
/
+1
2010-10-22
usb: gadget: storage: remove nofua file when unbinding
Michal Nazarewicz
1
-0
/
+1
2010-08-11
USB: gadget: file_storage: serial parameter even if not test mode
Michal Nazarewicz
1
-9
/
+11
2010-08-11
USB: gadget: storage: optional SCSI WRITE FUA bit
Andy Shevchenko
1
-7
/
+24
2010-08-11
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
1
-1
/
+1
2010-08-11
USB: Add a serial number parameter to g_file_storage module
Yann Cantin
1
-11
/
+58
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2010-03-03
kill unused invalidate_inode_pages helper
Christoph Hellwig
1
-1
/
+1
2010-03-03
USB: Remove unsupported usb gadget drivers
Christoph Egger
1
-6
/
+2
2009-12-12
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+1
2009-12-11
USB: g_mass_storage: Mass Storage Function created
Michal Nazarewicz
1
-4
/
+3
2009-12-11
USB: g_file_storage: more code from file_storage.c moved to storage_common.c
Michal Nazarewicz
1
-117
/
+12
2009-12-11
USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed
Michal Nazarewicz
1
-4
/
+8
[next]