index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
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-10-31
usb: Add module.h to drivers/usb consumers who really use it.
Paul Gortmaker
1
-0
/
+1
2011-10-18
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-01
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-15
USB: deprecate g_file_storage
Alan Stern
1
-0
/
+2
2011-05-10
usb: gadget: Remove the LUN checks which are always true
Maxin B John
1
-1
/
+1
2011-04-14
Revert "usb: usb_storage: do not align length of request for CBW to maxp size"
Greg Kroah-Hartman
1
-6
/
+22
2011-04-13
USB: g_file_storage: don't send padding when stall=n
Alan Stern
1
-41
/
+12
2011-04-13
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-10
USB: gadget: file_storage: serial parameter even if not test mode
Michal Nazarewicz
1
-9
/
+11
2010-08-10
USB: gadget: storage: optional SCSI WRITE FUA bit
Andy Shevchenko
1
-7
/
+24
2010-08-10
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
1
-1
/
+1
2010-08-10
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-02
USB: Remove unsupported usb gadget drivers
Christoph Egger
1
-6
/
+2
2009-12-11
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]