Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
0de6ab8b91f2e1e8e7fc66a8b5c5e8ca82ea16b7
/
drivers
/
usb
/
gadget
/
file_storage.c
604eb89
USB: g_file_storage: use the "unaligned" accessors
by Alan Stern
· 16 years ago
82a10a8
USB: g_file_storage: fix use-after-free bug when closing files
by Alan Stern
· 16 years ago
8e9d20897
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
551509d
USB: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
db1dd4d
Use f_lock to protect f_flags
by Jonathan Corbet
· 16 years ago
ce459ec
USB: g_file_storage: automatically disable stalls under Atmel
by Alan Stern
· 16 years ago
889394b
USB: gadget: don't wait for completion twice
by Felipe Balbi
· 16 years ago
12aae68
USB: g_file_storage: add CD-ROM emulation
by Alan Stern
· 16 years ago
4c728ef
add a vfs_fsync helper
by Christoph Hellwig
· 16 years ago
36e893d
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
by David Brownell
· 16 years ago
549c41e
usb: gadget: workaround storage command size issues
by Felipe Balbi
· 16 years ago
352e2b9
usb gadget: link fixes for storage gadget
by David Brownell
· 16 years ago
b6c6393
Rename WARN() to WARNING() to clear the namespace
by Arjan van de Ven
· 16 years ago
0031a06
USB: usb dev_set_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
7071a3c
USB: usb dev_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
62fd2ca
USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-feature ignore
by David Lopo
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b950bdb
USB: g_file_storage: ignore bulk-out data after invalid CBW
by Alan Stern
· 17 years ago
cf28b48
d_path: Make d_path() use a struct path
by Jan Blunck
· 17 years ago
0027492
USB: gadget code switches to pr_err() and friends
by David Brownell
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
12943f0
USB: less-restrictive command checking in g-file-storage
by Alan Stern
· 17 years ago
79a7d9e
USB: cleanups for g_file_storage
by Alan Stern
· 17 years ago
2e806f6
USB: gadget: file storage gadget cleanups
by David Brownell
· 17 years ago
d1a94f0
USB: g_file_storage: fix bug in DMA buffer handling
by Alan Stern
· 17 years ago
88e45db
USB: Stall control endpoint when file storage class request wValue != 0
by Luis Lloret
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
9d8bab5
usb gadget stack: remove usb_ep_*_buffer(), part 1
by David Brownell
· 18 years ago
0203633
USB: Disable file_storage USB_CONFIG_ATT_WAKEUP
by Tony Lindgren
· 18 years ago
8cfbe7e
USB: g_file_storage: call allow_signal()
by Oleg Nesterov
· 18 years ago
fc0ecff
[PATCH] remove invalidate_inode_pages()
by Andrew Morton
· 18 years ago
7ca46b8
USB Gadget file_storage.c: remove unnecessary casts
by John Daiker
· 18 years ago
5f84813
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
by David Brownell
· 18 years ago
6bea476
USB: gadget driver unbind() is optional; section fixes; misc
by David Brownell
· 18 years ago
33cb899
[PATCH] struct path: convert usb
by Josef Sipek
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
96b644b
[PATCH] namespaces: utsname: use init_utsname when appropriate
by Serge E. Hallyn
· 18 years ago
6174d0f
USB: g_file_storage: Set sense info Valid bit only when needed
by Alan Stern
· 18 years ago
2de9eae
USB: g_file_storage: fix "ignoring return value" warnings
by Alan Stern
· 18 years ago
a353678
[PATCH] USB: gadget section fixups
by David Brownell
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
b31dc66
[PATCH] Kill PF_SYNCWRITE flag
by Jens Axboe
· 19 years ago
aafe5bd
[PATCH] USB: g_file_storage: use module_param_array_named macro
by Alan Stern
· 19 years ago
14cd5f8
[PATCH] USB: g_file_storage: add comment about buffer allocation
by Alan Stern
· 19 years ago
70ffe6e
[PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers
by Alan Stern
· 19 years ago
329af28
[PATCH] USB: gadget driver section fixups
by David Brownell
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
a21d4fe
[PATCH] USB Gadget: file_storage: remove "volatile" declarations
by Alan Stern
· 19 years ago
3aea4a7
[PATCH] USB: Cleanups for usb gadget mass-storage
by Pavel Machek
· 19 years ago
87c4252
[PATCH] USB: file-storage gadget: Add reference count for children
by Alan Stern
· 19 years ago
d0d5049
[PATCH] USB: gadget drivers - add .owner initialisation
by Ben Dooks
· 19 years ago
a922c68
[PATCH] g_file_storage: fix obscure race condition
by Alan Stern
· 19 years ago
22efcf4
[PATCH] USB: File-Storage gadget: use the kthread API
by Alan Stern
· 19 years ago
91e79c9
[PATCH] USB: Gadget library: centralize gadget controller numbers
by David Brownell
· 20 years ago
1bbc169
[PATCH] USB: gadget driver updates (SETUP api change)
by David Brownell
· 20 years ago
d794ac7
[PATCH] USB: g_file_storage: export "stall" parameter
by Alan Stern
· 20 years ago
76f4af8
[PATCH] USB: g_file_storage: Consolidate min()s
by Alan Stern
· 20 years ago
3e1d1d2
[PATCH] Cleanup patch for process freezing
by Christoph Lameter
· 20 years ago
10523b3
[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago