Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f2acab52e77650044b0772a6d7abbfef1eb4cede
/
drivers
/
usb
/
storage
6b22df7
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
ae9b475
Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
43508be
uas: Log a warning when we cannot use uas because the hcd lacks streams
by Hans de Goede
· 10 years ago
cc4deaf
uas: Only complain about missing sg if all other checks succeed
by Hans de Goede
· 10 years ago
e2875c3
uas: Limit qdepth to 32 when connected over usb-2
by Hans de Goede
· 10 years ago
16fae05
staging: keucr: remove driver
by Kristina Martšenko
· 10 years ago
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
c309b35
scsi: Remove CONFIG_SCSI_MULTI_LUN
by Hannes Reinecke
· 11 years ago
b14bf2d
usb-storage/SCSI: Add broken_fua blacklist flag
by Alan Stern
· 10 years ago
a328512
USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpy
by Benoit Taine
· 11 years ago
6ed07d4
USB: Nokia 5300 should be treated as unusual dev
by Daniele Forsi
· 11 years ago
f0ef5d4
USB: Nokia 305 should be treated as unusual dev
by Victor A. Santos
· 11 years ago
df602c2
usb: storage: shuttle_usbat: fix discs being detected twice
by Daniele Forsi
· 11 years ago
94d72f0
uas: fix deadlocky memory allocations
by Oliver Neukum
· 11 years ago
c637f1f
uas: fix error handling during scsi_scan()
by Oliver Neukum
· 11 years ago
e7eda93
uas: fix GFP_NOIO under spinlock
by Oliver Neukum
· 11 years ago
14aec58
storage: accept some UAS devices if streams are unavailable
by Oliver Neukum
· 11 years ago
7cace97
uas: Remove comment about registering a uas scsi controller for each usb bus
by Hans de Goede
· 11 years ago
f50a496
uas: Add Hans de Goede as uas maintainer
by Hans de Goede
· 11 years ago
dc88608
uas: remove BROKEN
by Gerd Hoffmann
· 11 years ago
37599f9
uas: Make sure sg elements are properly aligned
by Hans de Goede
· 11 years ago
8e45315
uas: Add some data in/out ready iu sanity checks
by Hans de Goede
· 11 years ago
876285c
uas: Improve error reporting
by Hans de Goede
· 11 years ago
673331c
uas: Use the right error codes for different kinds of errors
by Hans de Goede
· 11 years ago
3a4462e
uas: Clear cmdinfo on command queue-ing
by Hans de Goede
· 11 years ago
21fc05b
uas: Fix memory management
by Hans de Goede
· 11 years ago
c6f6320
uas: Fix command / task mgmt submission racing with disconnect
by Hans de Goede
· 11 years ago
040d1a8
uas: cmdinfo: use only one list head
by Hans de Goede
· 11 years ago
da3033e
uas: add uas_mark_cmd_dead helper function
by Hans de Goede
· 11 years ago
61c09ce
uas: Properly complete inflight commands on bus-reset or disconnect
by Hans de Goede
· 11 years ago
c6d4579
uas: uas_alloc_data_urb: Remove unnecessary use_streams check
by Hans de Goede
· 11 years ago
f323abc
uas: Fix task-management not working when connected over USB-2
by Hans de Goede
· 11 years ago
da65c2b
uas: Reset device on reboot
by Hans de Goede
· 11 years ago
0df1f66
uas: Add suspend/resume support
by Hans de Goede
· 11 years ago
e36e649
uas: Use GFP_NOIO rather then GFP_ATOMIC where possible
by Hans de Goede
· 11 years ago
b83b86a
uas: Don't allow more then one task to run at the same time
by Hans de Goede
· 11 years ago
70cf0fb
uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb
by Hans de Goede
· 11 years ago
58d5144
uas: Not being able to alloc streams when connected through usb-3 is an error
by Hans de Goede
· 11 years ago
6134041
uas: Verify endpoint descriptors from uas_use_uas_driver()
by Hans de Goede
· 11 years ago
74d71ae
uas: Drop fixed endpoint config handling
by Hans de Goede
· 11 years ago
d77adc02
uas: Move uas_find_endpoints to uas-detect.h
by Hans de Goede
· 11 years ago
d495c1b
uas: Fix bounds check in uas_find_endpoints
by Hans de Goede
· 11 years ago
34f11e5
uas: Add uas_find_endpoints() helper function
by Hans de Goede
· 11 years ago
97172a6
uas: Honor no-uas quirk set in usb-storage's quirks module parameter
by Hans de Goede
· 11 years ago
d24d481
usb-storage: Modify and export adjust_quirks so that it can be used by uas
by Hans de Goede
· 11 years ago
5bfd5b5
usb-storage: Don't bind to uas devices if the uas driver is enabled
by Hans de Goede
· 11 years ago
79b4c06
uas: Add the posibilty to blacklist uas devices from using the uas driver
by Hans de Goede
· 11 years ago
82aa038
uas: Move uas detect code to uas-detect.h
by Hans de Goede
· 11 years ago
e1be067
uas: Add a uas_find_uas_alt_setting helper function
by Hans de Goede
· 11 years ago
d3f7c15
uas: Use all available stream ids
by Hans de Goede
· 11 years ago
e52e031
uas: s/response_ui/response_iu/
by Hans de Goede
· 11 years ago
4de7a373
uas: Fix reset handling for externally triggered reset
by Hans de Goede
· 11 years ago
be326f4
uas: Fix reset locking
by Hans de Goede
· 11 years ago
6c2334e
uas: Fix uas not working when plugged into an ehci port
by Hans de Goede
· 11 years ago
a887cd3
uas: uas_alloc_cmd_urb: drop unused stream_id parameter
by Hans de Goede
· 11 years ago
7e50e0b
uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs
by Hans de Goede
· 11 years ago
6ce8213
uas: Properly set interface to altsetting 0 on probe failure
by Hans de Goede
· 11 years ago
d5f808d
uas: Urbs must be anchored before submitting them
by Hans de Goede
· 11 years ago
f491ecb
uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()
by Gerd Hoffmann
· 11 years ago
326349f
uas: add dead request list
by Gerd Hoffmann
· 11 years ago
1bf8198
uas: make work list per-device
by Gerd Hoffmann
· 11 years ago
d89bd83
uas: properly reinitialize in uas_eh_bus_reset_handler
by Gerd Hoffmann
· 11 years ago
823d12c
usb-storage: enable multi-LUN scanning when needed
by Alan Stern
· 11 years ago
c5637e5
usb-storage: add unusual-devs entry for BlackBerry 9000
by Alan Stern
· 11 years ago
a9c143c
usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB
by Alan Stern
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
0e16114f
USB: Nokia 502 is an unusual device
by Mikhail Zolotaryov
· 11 years ago
40fcd88b8
USB: storage: fix compile warning
by Ming Lei
· 11 years ago
e5fc70d
USB: storage: use sg_miter_* APIs to access scsi buffer
by Ming Lei
· 11 years ago
32c37fc
usb-storage: add quirk for mandatory READ_CAPACITY_16
by Oliver Neukum
· 11 years ago
f2e0ae9
USB storage: audit sysfs attribute permissions
by Greg Kroah-Hartman
· 11 years ago
e7a6121f
USB: storage: Add MicroVault Flash Drive to unusual_devs
by Ren Bigcren
· 11 years ago
45f6bc5
Merge 3.10-rc3 into usb-next
by Greg Kroah-Hartman
· 12 years ago
6523f6d
usb: storage: alauda: initialize variables directly
by Emilio López
· 12 years ago
4cb4f83
usb: storage: sddr09: initialize variables directly
by Emilio López
· 12 years ago
1c9e55c
USB: usb-stor: realtek_cr: Fix compile error
by Wei WANG
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
677a0b5
drivers/usb/storage/realtek_cr.c: fix build
by Andrew Morton
· 12 years ago
671b4b2
usb-storage: CY7C68300A chips do not support Cypress ATACB
by Tormod Volden
· 12 years ago
4601de8
USB: storage: convert to use module_usb_driver()
by Greg Kroah-Hartman
· 12 years ago
191648d
usb: storage: Convert US_DEBUGP to usb_stor_dbg
by Joe Perches
· 12 years ago
1cb6e73
usb: storage: Fix link error
by Joe Perches
· 12 years ago
75b9130
usb: storage: Add usb_stor_dbg, reduce object size
by Joe Perches
· 12 years ago
25e11ec
USB: regroup all depends on USB within an if USB block
by Florian Fainelli
· 12 years ago
09dae7f
usb-storage: switch to ->show_info()
by Al Viro
· 12 years ago
cf2d950
Merge branch 'usb-linus' into usb-next
by Greg Kroah-Hartman
· 12 years ago
29f86e6
usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player
by Dmitry Artamonow
· 12 years ago
5b2750d
driver: usb: storage: remove cast for kmalloc return value
by Zhang Yanfei
· 12 years ago
bba90ae
usb: storage: onetouch: tighten a range check
by Dan Carpenter
· 12 years ago
ab4b716
USB: storage: fix Huawei mode switching regression
by Bjørn Mork
· 12 years ago
fbb8c74
USB: storage: in-kernel modeswitching is deprecated
by Bjørn Mork
· 12 years ago
18e0331
USB: usb-storage: unusual_devs update for Super TOP SATA bridge
by Josh Boyer
· 12 years ago
cd06095
USB: storage: properly handle the endian issues of idProduct
by fangxiaozhi
· 12 years ago
ceb675a
Merge usb-linus branch into usb-next
by Greg Kroah-Hartman
· 12 years ago
200e0d9
USB: storage: optimize to match the Huawei USB storage devices and support new switch command
by fangxiaozhi
· 12 years ago
07c7be3
USB: storage: Define a new macro for USB storage match rules
by fangxiaozhi
· 12 years ago
bde027b
usb-uas: set max_lun and max_channel
by Gerd Hoffmann
· 12 years ago
f4cc183
USB: storage: avoid scanning other targets for single target device
by Ming Lei
· 12 years ago
f8be6bf
uas: fail any request submitted while resetting the device.
by Gerd Hoffmann
· 12 years ago
4c45697
uas: improve device reset
by Gerd Hoffmann
· 12 years ago
Next »