index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
storage
/
uas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-16
uas: fix deadlocky memory allocations
Oliver Neukum
1
-2
/
+2
2014-04-16
uas: fix error handling during scsi_scan()
Oliver Neukum
1
-1
/
+2
2014-04-16
uas: fix GFP_NOIO under spinlock
Oliver Neukum
1
-3
/
+3
2014-03-04
uas: Remove comment about registering a uas scsi controller for each usb bus
Hans de Goede
1
-6
/
+0
2014-03-04
uas: Add Hans de Goede as uas maintainer
Hans de Goede
1
-1
/
+3
2014-03-04
uas: Make sure sg elements are properly aligned
Hans de Goede
1
-0
/
+18
2014-03-04
uas: Add some data in/out ready iu sanity checks
Hans de Goede
1
-0
/
+10
2014-03-04
uas: Improve error reporting
Hans de Goede
1
-14
/
+46
2014-03-04
uas: Use the right error codes for different kinds of errors
Hans de Goede
1
-9
/
+10
2014-03-04
uas: Clear cmdinfo on command queue-ing
Hans de Goede
1
-0
/
+2
2014-03-04
uas: Fix memory management
Hans de Goede
1
-19
/
+14
2014-03-04
uas: Fix command / task mgmt submission racing with disconnect
Hans de Goede
1
-1
/
+14
2014-03-04
uas: cmdinfo: use only one list head
Hans de Goede
1
-12
/
+8
2014-03-04
uas: add uas_mark_cmd_dead helper function
Hans de Goede
1
-17
/
+18
2014-03-04
uas: Properly complete inflight commands on bus-reset or disconnect
Hans de Goede
1
-20
/
+21
2014-03-04
uas: uas_alloc_data_urb: Remove unnecessary use_streams check
Hans de Goede
1
-2
/
+1
2014-03-04
uas: Fix task-management not working when connected over USB-2
Hans de Goede
1
-1
/
+2
2014-03-04
uas: Reset device on reboot
Hans de Goede
1
-0
/
+30
2014-03-04
uas: Add suspend/resume support
Hans de Goede
1
-0
/
+42
2014-03-04
uas: Use GFP_NOIO rather then GFP_ATOMIC where possible
Hans de Goede
1
-3
/
+3
2014-03-04
uas: Don't allow more then one task to run at the same time
Hans de Goede
1
-5
/
+34
2014-03-04
uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb
Hans de Goede
1
-11
/
+13
2014-03-04
uas: Not being able to alloc streams when connected through usb-3 is an error
Hans de Goede
1
-7
/
+17
2014-03-04
uas: Drop fixed endpoint config handling
Hans de Goede
1
-25
/
+11
2014-03-04
uas: Move uas_find_endpoints to uas-detect.h
Hans de Goede
1
-27
/
+0
2014-03-04
uas: Fix bounds check in uas_find_endpoints
Hans de Goede
1
-1
/
+1
2014-03-04
uas: Add uas_find_endpoints() helper function
Hans de Goede
1
-11
/
+23
2014-03-04
uas: Add the posibilty to blacklist uas devices from using the uas driver
Hans de Goede
1
-4
/
+13
2014-03-04
uas: Move uas detect code to uas-detect.h
Hans de Goede
1
-38
/
+2
2014-03-04
uas: Add a uas_find_uas_alt_setting helper function
Hans de Goede
1
-5
/
+16
2014-03-04
uas: Use all available stream ids
Hans de Goede
1
-3
/
+3
2014-03-04
uas: s/response_ui/response_iu/
Hans de Goede
1
-1
/
+1
2014-03-04
uas: Fix reset handling for externally triggered reset
Hans de Goede
1
-5
/
+31
2014-03-04
uas: Fix reset locking
Hans de Goede
1
-0
/
+9
2014-03-04
uas: Fix uas not working when plugged into an ehci port
Hans de Goede
1
-4
/
+4
2014-03-04
uas: uas_alloc_cmd_urb: drop unused stream_id parameter
Hans de Goede
1
-3
/
+2
2014-03-04
uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs
Hans de Goede
1
-13
/
+7
2014-03-04
uas: Properly set interface to altsetting 0 on probe failure
Hans de Goede
1
-9
/
+9
2014-03-04
uas: Urbs must be anchored before submitting them
Hans de Goede
1
-8
/
+12
2014-03-04
uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()
Gerd Hoffmann
1
-9
/
+10
2014-03-04
uas: add dead request list
Gerd Hoffmann
1
-8
/
+42
2014-03-04
uas: make work list per-device
Gerd Hoffmann
1
-62
/
+44
2014-03-04
uas: properly reinitialize in uas_eh_bus_reset_handler
Gerd Hoffmann
1
-0
/
+5
2013-01-25
usb-uas: set max_lun and max_channel
Gerd Hoffmann
1
-0
/
+2
2013-01-11
uas: fail any request submitted while resetting the device.
Gerd Hoffmann
1
-0
/
+6
2013-01-11
uas: improve device reset
Gerd Hoffmann
1
-1
/
+44
2013-01-11
uas: improve abort handler
Gerd Hoffmann
1
-2
/
+17
2013-01-11
uas: add IS_IN_WORK_LIST flag
Gerd Hoffmann
1
-2
/
+8
2013-01-11
uas: add UNLINK_DATA_URBS flag
Gerd Hoffmann
1
-3
/
+21
2013-01-11
uas: new function to cancel data urbs
Gerd Hoffmann
1
-10
/
+12
[next]