Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5b4398209d646635a4d84c46a5c7193fbce1a07c
/
drivers
/
usb
/
gadget
/
f_mass_storage.c
2cf93be
usb: gadget: f_mass_storage: call try_to_freeze only when its safe
by George Cherian
· 11 years ago
f91d2f4
usb: gadget: storage: fix sparse warning
by Felipe Balbi
· 11 years ago
655403c
usb: gadget: mass storage: fix return of delayed status
by Pratyush Anand
· 11 years ago
a1924d8
usb/gadget: f_mass_storage: use string literal as format in dev_set_name
by Andrzej Pietrasiewicz
· 11 years ago
5bb7289
usb: gadget: f_mass_storage: style corrections, cleanup & simplification
by Andrzej Pietrasiewicz
· 11 years ago
b879863
usb: gadget: storage_common: pass filesem to fsg_store_cdrom
by Andrzej Pietrasiewicz
· 11 years ago
7a93d04
usb: gadget: f_mass_storage: remove compatibility layer
by Andrzej Pietrasiewicz
· 11 years ago
ef0aa4b
usb: gadget: f_mass_storage: add configfs support
by Andrzej Pietrasiewicz
· 11 years ago
77850ae
usb: gadget: storage_common: make attribute operations more generic
by Andrzej Pietrasiewicz
· 11 years ago
2412fbf
usb: gadget: mass_storage: convert to new interface of f_mass_storage
by Andrzej Pietrasiewicz
· 11 years ago
e5eaa0d
usb: gadget: f_mass_storage: convert to new function interface with backward compatibility
by Andrzej Pietrasiewicz
· 11 years ago
5de862d
usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
23682e3
usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
b27c08c
usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
a891d7a
usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
7063417
usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
6313caa
usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
b24650d
usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_init
by Andrzej Pietrasiewicz
· 11 years ago
bd528d4
usb: gadget: f_mass_storage: make sysfs interface optional
by Andrzej Pietrasiewicz
· 11 years ago
8502d66
usb: gadget: f_mass_storage: create _fsg_common_free_buffers
by Andrzej Pietrasiewicz
· 11 years ago
4610f19
usb: gadget: f_mass_storage: use usb_gstrings_attach
by Andrzej Pietrasiewicz
· 11 years ago
8b903fd
usb: gadget: f_mass_storage: add a level of indirection for luns storage
by Andrzej Pietrasiewicz
· 11 years ago
f3fed36
usb: gadget: f_mass_storage: factor out a header file
by Andrzej Pietrasiewicz
· 11 years ago
6fdc5dd
usb: gadget: create a utility module for mass_storage
by Andrzej Pietrasiewicz
· 11 years ago
7f2ccc8
usb: gadget: f_mass_storage: reset endpoint driver data when disabled
by Peter Oh
· 11 years ago
ce26bd2
USB: gadget: audit sysfs attribute permissions
by Greg Kroah-Hartman
· 11 years ago
136c489
usb: gadget: f_mass_storage: use NULL instead of 0
by Jingoo Han
· 11 years ago
758b463
usb: gadget: f_mass_storage: fix default product name
by Andrzej Pietrasiewicz
· 12 years ago
d68c277
usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_needed
by UCHINO Satoshi
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
98f3a1b
usb: gadget: mass_storage: remove >= 0 check for unsigned type
by Sebastian Andrzej Siewior
· 12 years ago
2b50800
usb: gadget: f_mass_storage: remove unused operations
by Andrzej Pietrasiewicz
· 12 years ago
8575f7a
usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG.
by Michal Nazarewicz
· 12 years ago
10287ba
usb: gadget: always update HS/SS descriptors and create a copy of them
by Sebastian Andrzej Siewior
· 12 years ago
ed9cbda
usb: gadget: remove usb_gadget_controller_number()
by Sebastian Andrzej Siewior
· 12 years ago
cc2683c
usb: gadget: Provide a default implementation of default manufacturer string
by Sebastian Andrzej Siewior
· 12 years ago
48a31af
usb: gadget: mass_storage: make "file" and "ro" read only in some cases
by Michal Nazarewicz
· 12 years ago
a8287a4
usb: gadget: mass_storage: add documentation
by Michal Nazarewicz
· 13 years ago
1a12af1
usb: gadget: mass_storage: remove unused options
by Michal Nazarewicz
· 13 years ago
fa84c57
usb: gadget: f_mass_storage: change default value of the removable parameter
by Michal Nazarewicz
· 13 years ago
6a1e1d7
Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
c248460
usb: gadget: f_mass_storage: remove deprecated fsg_add()
by Michal Nazarewicz
· 13 years ago
c85dcda
USB: gadget: storage gadgets send wrong error code for unknown commands
by Alan Stern
· 13 years ago
f9b0f51
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
775dafd
usb/gadget: use common defines within the storage gadget
by Sebastian Andrzej Siewior
· 13 years ago
7ac4704
usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.h
by Sebastian Andrzej Siewior
· 13 years ago
4b5203f
usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parameters
by Fabio Estevam
· 13 years ago
fcc0bb5
usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP
by Sebastian Andrzej Siewior
· 13 years ago
54b8360
usb: gadget: update Michal Nazarewicz's email address
by Michal Nazarewicz
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
f44b915
usb: gadget: storage: release superspeed descriptors.
by Yu Xu
· 13 years ago
9823a52
usb: gadget: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
144974e
usb: gadget: mass_storage: support multi-luns with different logic block size
by Yuping Luo
· 13 years ago
ce7b612
usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength
by Paul Zimmerman
· 13 years ago
db332bc
usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST
by Paul Zimmerman
· 13 years ago
4bb99b7
usb: gadget: storage: add superspeed support
by Felipe Balbi
· 13 years ago
fe69676
usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC
by Paul Zimmerman
· 13 years ago
6532c7f
usb: gadget: storage: make FSG_NUM_BUFFERS variable size
by Per Forlin
· 13 years ago
04eee25
USB: gadget: storage: remove alignment assumption
by Alan Stern
· 13 years ago
3f565a3
usb: gadget: storage: adapt logic block size to bound block devices
by Peiyu Li
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
ea2a1df
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 13 years ago
72c973d
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 13 years ago
849426c
usb: gadget: Remove the LUN checks which are always true
by Maxin B John
· 14 years ago
95ed323
usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance tests
by Roger Quadros
· 14 years ago
98346f7
Revert "usb: usb_storage: do not align length of request for CBW to maxp size"
by Greg Kroah-Hartman
· 14 years ago
3c624d4
usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-only
by Roger Quadros
· 14 years ago
73ee4da
usb: gadget: f_mass_storage: Fix Bulk-only RESET handling
by Roger Quadros
· 14 years ago
ee81b3e
USB: g_file_storage: don't send padding when stall=n
by Alan Stern
· 14 years ago
806e8f8
usb: usb_storage: do not align length of request for CBW to maxp size
by Mian Yousaf Kaukab
· 14 years ago
a283c03
USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct
by Jesper Juhl
· 14 years ago
b73af61
USB: gadget: f_mass_storage: code style clean ups
by Michal Nazarewicz
· 14 years ago
00cb636
USB: gadget: f_mass_storage: remove needless complete()
by Michal Nazarewicz
· 14 years ago
fe52f79
USB: gadget: f_mass_storage: drop START_TRANSFER() macro
by Michal Nazarewicz
· 14 years ago
1ccd792
USB: gadget: f_mass_storage: use ?: instead of a macro
by Michal Nazarewicz
· 14 years ago
17a9361
USB: gadget: f_mass_storage: put_device() in error recovery
by Rahul Ruikar
· 14 years ago
0a6a717
USB: gadget: storage: reuse definitions from scsi.h header file
by Michal Nazarewicz
· 14 years ago
9cfe745
usb: gadget: mass_storage: optional SCSI WRITE FUA bit
by Michal Nazarewicz
· 14 years ago
8876f5e
USB: gadget: f_mass_storage: added eject callback
by Michal Nazarewicz
· 15 years ago
24872052
USB: gadget: f_mass_storage: dead code removed
by Michal Nazarewicz
· 15 years ago
1dc9098
USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()
by Michal Nazarewicz
· 15 years ago
b894f60
USB: gadget: f_mass_storage: stale common->fsg value bug fix
by Michal Nazarewicz
· 14 years ago
e5fd39d
USB: gadget: f_mass_storage: fixed fs descriptors not being updated
by Michal Nazarewicz
· 14 years ago
b9e0008
USB: gadget: f_mass_storage: fix in error recovery
by Michal Nazarewicz
· 15 years ago
28824b1
USB: gadget: __init and __exit tags removed
by Michal Nazarewicz
· 15 years ago
31436a1
USB: Mass storage gadget: Handle eject request
by Fabien Chouteau
· 15 years ago
0fb2c2a
USB: gadget: f_mass_storage: per function
by Michal Nazarewicz
· 15 years ago
aae86e8
USB: f_mass_storage: dynamic buffers for better alignment
by Michal Nazarewicz
· 15 years ago
f479d70
USB: gadget: f_mass_storage::fsg_bind(): fix error handling
by Peter Korsgaard
· 15 years ago
f88f669
USB: g_mass_storage: fix section mismatch warnings
by Mike Frysinger
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
2ecdc82
kill unused invalidate_inode_pages helper
by Christoph Hellwig
· 15 years ago
90f7976
USB: Remove unsupported usb gadget drivers
by Christoph Egger
· 15 years ago
8e7e61d
USB: f_mass_storage: fix crash on bind() error
by Peter Korsgaard
· 15 years ago
d7e18a9
USB: g_mass_storage: min(...) warning fixed
by Michal Nazarewicz
· 15 years ago
b00ce11
USB: g_mass_storage: superfluous and missing packets fixed
by Michal Nazarewicz
· 15 years ago
7f1ee82
USB: mass_storage: eject LUNs on thread exit
by Michal Nazarewicz
· 15 years ago
c85efcb
USB: g_mass_storage: thread_exits callback added
by Michal Nazarewicz
· 15 years ago
8ea864c
USB: g_mass_storage: most data moved to fsg_common
by Michal Nazarewicz
· 15 years ago
Next »