index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
file_storage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: gadget: storage gadgets send wrong error code for unknown commands
Alan Stern
2012-04-12
1
-1
/
+1
*
usb/gadget: use common defines within the storage gadget
Sebastian Andrzej Siewior
2012-02-28
1
-12
/
+12
*
usb/storage: a couple defines from drivers/usb/storage/transport.h to include...
Sebastian Andrzej Siewior
2012-02-28
1
-1
/
+1
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-5
/
+5
*
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
2011-12-12
1
-1
/
+1
*
usb: gadget: mass_storage: support multi-luns with different logic block size
Yuping Luo
2011-12-12
1
-21
/
+41
*
usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength
Paul Zimmerman
2011-11-14
1
-1
/
+1
*
usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST
Paul Zimmerman
2011-11-14
1
-1
/
+1
*
usb: Add module.h to drivers/usb consumers who really use it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
usb: gadget: file_storage: fix race on unloading
Yauheni Kaliuta
2011-10-18
1
-9
/
+9
*
usb: gadget: storage: add superspeed support
Felipe Balbi
2011-10-13
1
-10
/
+49
*
usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC
Paul Zimmerman
2011-10-13
1
-9
/
+9
*
Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next
Greg Kroah-Hartman
2011-09-18
1
-75
/
+67
|
\
|
*
usb: gadget: storage: make FSG_NUM_BUFFERS variable size
Per Forlin
2011-09-09
1
-10
/
+17
|
*
USB: gadget: storage: remove alignment assumption
Alan Stern
2011-09-09
1
-40
/
+27
|
*
usb: gadget: storage: adapt logic block size to bound block devices
Peiyu Li
2011-09-09
1
-26
/
+24
*
|
usb: Provide usb_speed_string() function
Michal Nazarewicz
2011-09-18
1
-11
/
+4
|
/
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-1
/
+1
*
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
2011-07-01
1
-4
/
+6
*
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
Tatyana Brokhman
2011-06-28
1
-1
/
+2
*
USB: deprecate g_file_storage
Alan Stern
2011-06-15
1
-0
/
+2
*
usb: gadget: Remove the LUN checks which are always true
Maxin B John
2011-05-10
1
-1
/
+1
*
Revert "usb: usb_storage: do not align length of request for CBW to maxp size"
Greg Kroah-Hartman
2011-04-14
1
-6
/
+22
*
USB: g_file_storage: don't send padding when stall=n
Alan Stern
2011-04-13
1
-41
/
+12
*
usb: usb_storage: do not align length of request for CBW to maxp size
Mian Yousaf Kaukab
2011-04-13
1
-22
/
+6
*
USB: gadget: file_storage: put_device() in error recovery
Michal Nazarewicz
2010-11-11
1
-13
/
+16
*
USB: gadget: storage: reuse definitions from scsi.h header file
Michal Nazarewicz
2010-10-22
1
-37
/
+37
*
USB: g_file_storage: don't generate automatic serial string
Alan Stern
2010-10-22
1
-34
/
+14
*
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
2010-10-22
1
-2
/
+1
*
USB: Revert "USB: gadget: section mismatch warning fixed"
Michal Nazarewicz
2010-10-22
1
-1
/
+1
*
usb: gadget: storage: remove nofua file when unbinding
Michal Nazarewicz
2010-10-22
1
-0
/
+1
*
USB: gadget: file_storage: serial parameter even if not test mode
Michal Nazarewicz
2010-08-10
1
-9
/
+11
*
USB: gadget: storage: optional SCSI WRITE FUA bit
Andy Shevchenko
2010-08-10
1
-7
/
+24
*
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
2010-08-10
1
-1
/
+1
*
USB: Add a serial number parameter to g_file_storage module
Yann Cantin
2010-08-10
1
-11
/
+58
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-03-04
1
-1
/
+1
|
\
|
*
kill unused invalidate_inode_pages helper
Christoph Hellwig
2010-03-03
1
-1
/
+1
*
|
USB: Remove unsupported usb gadget drivers
Christoph Egger
2010-03-02
1
-6
/
+2
|
/
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2009-12-11
1
-1
/
+1
|
\
|
*
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
2009-12-10
1
-1
/
+1
*
|
USB: g_mass_storage: Mass Storage Function created
Michal Nazarewicz
2009-12-11
1
-4
/
+3
*
|
USB: g_file_storage: more code from file_storage.c moved to storage_common.c
Michal Nazarewicz
2009-12-11
1
-117
/
+12
*
|
USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed
Michal Nazarewicz
2009-12-11
1
-4
/
+8
*
|
USB: g_file_storage: "fsg_" prefix added to some identifiers
Michal Nazarewicz
2009-12-11
1
-99
/
+104
*
|
USB: g_file_storage: parts of file_storage.c moved to separate file
Michal Nazarewicz
2009-12-11
1
-567
/
+5
|
/
*
USB: g_file_storage: use the "unaligned" accessors
Alan Stern
2009-06-15
1
-51
/
+42
*
USB: g_file_storage: fix use-after-free bug when closing files
Alan Stern
2009-04-23
1
-16
/
+4
*
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
2009-03-26
1
-1
/
+6
|
\
|
*
Use f_lock to protect f_flags
Jonathan Corbet
2009-03-16
1
-1
/
+6
*
|
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-11
/
+11
|
/
[next]