index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
storage
/
uas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-10-08
1
-406
/
+303
|
\
|
*
uas: Reduce number of function arguments for uas_alloc_foo functions
Hans de Goede
2014-10-03
1
-15
/
+14
|
*
uas: Add response iu handling
Hans de Goede
2014-09-23
1
-0
/
+10
|
*
uas: Log error codes when logging errors
Hans de Goede
2014-09-23
1
-5
/
+12
|
*
uas: Cleanup uas_log_cmd_state usage
Hans de Goede
2014-09-23
1
-33
/
+19
|
*
uas: Remove protype hardware usb interface info
Hans de Goede
2014-09-23
1
-2
/
+0
|
*
uas: Remove support for old sense ui as used in pre-production hardware
Hans de Goede
2014-09-23
1
-46
/
+1
|
*
uas: Drop COMMAND_COMPLETED flag
Hans de Goede
2014-09-23
1
-7
/
+3
|
*
uas: Use scsi_print_command
Hans de Goede
2014-09-23
1
-2
/
+3
|
*
uas: Do not log urb status error on cancellation
Hans de Goede
2014-09-23
1
-5
/
+2
|
*
uas: Use streams on upcoming 10Gbps / 3.1 USB
Hans de Goede
2014-09-23
1
-1
/
+1
|
*
uas: pre_reset and suspend: Fix a few races
Hans de Goede
2014-09-23
1
-6
/
+55
|
*
uas: Fix memleak of non-submitted urbs
Hans de Goede
2014-09-23
1
-0
/
+22
|
*
uas: Drop all references to a scsi_cmnd once it has been aborted
Hans de Goede
2014-09-23
1
-3
/
+44
|
*
uas: Remove cmnd reference from the cmd urb
Hans de Goede
2014-09-23
1
-6
/
+3
|
*
uas: Drop inflight list
Hans de Goede
2014-09-23
1
-16
/
+16
|
*
uas: zap_pending: data urbs should have completed at this time
Hans de Goede
2014-09-23
1
-5
/
+5
|
*
uas: Simplify reset / disconnect handling
Hans de Goede
2014-09-23
1
-37
/
+6
|
*
uas: Free data urbs on completion
Hans de Goede
2014-09-23
1
-2
/
+3
|
*
uas: Simplify unlink of data urbs on error
Hans de Goede
2014-09-23
1
-30
/
+18
|
*
uas: Check against unexpected completions
Hans de Goede
2014-09-23
1
-0
/
+12
|
*
uas: Do not use scsi_host_find_tag
Hans de Goede
2014-09-23
1
-21
/
+18
|
*
uas: Add uas_get_tag() helper function
Hans de Goede
2014-09-23
1
-12
/
+21
|
*
uas: Fix resetting flag handling
Hans de Goede
2014-09-23
1
-14
/
+35
|
*
uas: Remove task-management / abort error handling code
Hans de Goede
2014-09-23
1
-176
/
+1
|
*
uas: Add no-report-opcodes quirk
Hans de Goede
2014-09-23
1
-0
/
+4
|
*
uas: Add a quirk for rejecting ATA_12 and ATA_16 commands
Hans de Goede
2014-09-23
1
-0
/
+13
|
*
uas: replace WARN_ON_ONCE() with lockdep_assert_held()
Sanjeev Sharma
2014-09-23
1
-4
/
+4
*
|
[SCSI] uas: disable use of blk-mq I/O path
Christoph Hellwig
2014-10-03
1
-0
/
+7
|
/
*
uas: Limit qdepth to 32 when connected over usb-2
Hans de Goede
2014-08-01
1
-1
/
+1
*
uas: fix deadlocky memory allocations
Oliver Neukum
2014-04-16
1
-2
/
+2
*
uas: fix error handling during scsi_scan()
Oliver Neukum
2014-04-16
1
-1
/
+2
*
uas: fix GFP_NOIO under spinlock
Oliver Neukum
2014-04-16
1
-3
/
+3
*
uas: Remove comment about registering a uas scsi controller for each usb bus
Hans de Goede
2014-03-04
1
-6
/
+0
*
uas: Add Hans de Goede as uas maintainer
Hans de Goede
2014-03-04
1
-1
/
+3
*
uas: Make sure sg elements are properly aligned
Hans de Goede
2014-03-04
1
-0
/
+18
*
uas: Add some data in/out ready iu sanity checks
Hans de Goede
2014-03-04
1
-0
/
+10
*
uas: Improve error reporting
Hans de Goede
2014-03-04
1
-14
/
+46
*
uas: Use the right error codes for different kinds of errors
Hans de Goede
2014-03-04
1
-9
/
+10
*
uas: Clear cmdinfo on command queue-ing
Hans de Goede
2014-03-04
1
-0
/
+2
*
uas: Fix memory management
Hans de Goede
2014-03-04
1
-19
/
+14
*
uas: Fix command / task mgmt submission racing with disconnect
Hans de Goede
2014-03-04
1
-1
/
+14
*
uas: cmdinfo: use only one list head
Hans de Goede
2014-03-04
1
-12
/
+8
*
uas: add uas_mark_cmd_dead helper function
Hans de Goede
2014-03-04
1
-17
/
+18
*
uas: Properly complete inflight commands on bus-reset or disconnect
Hans de Goede
2014-03-04
1
-20
/
+21
*
uas: uas_alloc_data_urb: Remove unnecessary use_streams check
Hans de Goede
2014-03-04
1
-2
/
+1
*
uas: Fix task-management not working when connected over USB-2
Hans de Goede
2014-03-04
1
-1
/
+2
*
uas: Reset device on reboot
Hans de Goede
2014-03-04
1
-0
/
+30
*
uas: Add suspend/resume support
Hans de Goede
2014-03-04
1
-0
/
+42
*
uas: Use GFP_NOIO rather then GFP_ATOMIC where possible
Hans de Goede
2014-03-04
1
-3
/
+3
[next]