index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
storage
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-23
USB: storage: remove invalid URL from drivers
Greg Kroah-Hartman
1
-3
/
+0
2017-11-04
USB: storage: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-09-22
usb-storage: fix bogus hardware error messages for ATA pass-thru devices
Alan Stern
1
-1
/
+13
2016-11-15
Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y
Petr Vandrovec
1
-1
/
+6
2016-04-27
usb: storage: fix multi-line comment style
Felipe Balbi
1
-56
/
+109
2015-07-23
usb: usleep_range is preferred over udelay where wakeup is flexible
Sunny Kumar
1
-1
/
+1
2014-11-10
Merge 3.18-rc4 into usb-next.
Greg Kroah-Hartman
1
-0
/
+26
2014-11-07
USB: storage: Reject bogus max LUN values
Mark Knibbs
1
-3
/
+14
2014-11-04
usb-storage: handle a skipped data phase
Alan Stern
1
-0
/
+26
2013-04-19
usb: storage: Convert US_DEBUGP to usb_stor_dbg
Joe Perches
1
-93
/
+88
2012-08-21
usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESET
Lan Tianyu
1
-1
/
+1
2012-02-28
usb/storage: redefine US_BULK_FLAG_IN and use it
Sebastian Andrzej Siewior
1
-1
/
+2
2011-11-01
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2011-09-10
USB: storage: Use normalized sense when emulating autosense
Luben Tuikov
1
-15
/
+19
2011-06-07
usb-storage: redo incorrect reads
Alan Stern
1
-0
/
+29
2010-10-22
USB: storage: Use USB_ prefix instead of US_ prefix
Michal Nazarewicz
1
-5
/
+5
2010-07-26
USB: usb-storage: fix initializations of urb fields
Bob Copeland
1
-3
/
+1
2010-05-21
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
1
-2
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2010-03-03
USB: storage: Never reset devices that will morph to an old mode
Oliver Neukum
1
-0
/
+6
2009-12-11
USB: usb-storage: add BAD_SENSE flag
Alan Stern
1
-4
/
+13
2009-10-15
usb-storage: Workaround devices with bogus sense size
Benjamin Herrenschmidt
1
-1
/
+16
2009-10-10
USB: storage: When a device returns no sense data, call it a Hardware Error
Alan Stern
1
-7
/
+22
2009-07-29
USB: storage: raise timeout in usb_stor_Bulk_max_lun
Giacomo Lozito
1
-1
/
+1
2009-04-17
USB: add reset endpoint operations
David Vrabel
1
-3
/
+1
2009-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-1
/
+1
2009-03-25
usb-storage: prepare for subdriver separation
Alan Stern
1
-0
/
+10
2009-03-12
[SCSI] Remove SUGGEST flags
Martin K. Petersen
1
-1
/
+1
2009-02-09
USB: usb-storage: remove WARN from last-sector hacks
Alan Stern
1
-33
/
+3
2009-01-07
USB: storage: add last-sector hacks
Alan Stern
1
-0
/
+110
2009-01-07
USB: usb-storage: merge CB and CBI transport routines
Alan Stern
1
-52
/
+9
2009-01-07
USB: storage devices and SAT
Ben Efros
1
-1
/
+39
2009-01-07
USB: change interface to usb_lock_device_for_reset()
Alan Stern
1
-5
/
+3
2008-10-18
usb-storage: report underflow with no sense data
Alan Stern
1
-1
/
+1
2008-08-14
usb-storage: automatically recognize bad residues
Alan Stern
1
-2
/
+15
2008-07-22
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
Ming Lei
1
-2
/
+2
2008-07-22
USB: remove interface parameter of usb_reset_composite_device
Ming Lei
1
-2
/
+1
2008-07-22
USB: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-07-22
usb-storage: implement "soft" unbinding
Alan Stern
1
-8
/
+8
2008-07-22
usb-storage: separate dynamic flags from fixed flags
Alan Stern
1
-34
/
+34
2008-04-25
USB: remove unnecessary type casting of urb->context
Ming Lei
1
-1
/
+1
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-9
/
+9
2008-04-25
USB: mass storage: emulation of sat scsi_pass_thru with ATACB
matthieu castet
1
-1
/
+2
2008-03-25
USB: add support for Motorola ROKR Z6 cellphone in mass storage mode
Constantin Baranov
1
-1
/
+2
2008-02-22
USB: usb-storage: don't clear-halt when Get-Max-LUN stalls
Alan Stern
1
-11
/
+0
2008-01-12
[SCSI] usb: transport - convert to accessors and !use_sg code path removal
Boaz Harrosh
1
-17
/
+28
2007-10-12
[SCSI] usb storage: use scsi_eh API in REQUEST_SENSE execution
Boaz Harrosh
1
-42
/
+4
2006-12-07
[PATCH] slab: remove SLAB_NOIO
Christoph Lameter
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
[next]