| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.18-rc4 into usb-next. | Greg Kroah-Hartman | 2014-11-10 | 1 | -0/+26 |
|\ |
|
| * | usb-storage: handle a skipped data phase | Alan Stern | 2014-11-03 | 1 | -0/+26 |
* | | USB: storage: Reject bogus max LUN values | Mark Knibbs | 2014-11-07 | 1 | -3/+14 |
|/ |
|
* | usb: storage: Convert US_DEBUGP to usb_stor_dbg | Joe Perches | 2013-04-19 | 1 | -93/+88 |
* | usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESET | Lan Tianyu | 2012-08-20 | 1 | -1/+1 |
* | usb/storage: redefine US_BULK_FLAG_IN and use it | Sebastian Andrzej Siewior | 2012-02-28 | 1 | -1/+2 |
* | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | USB: storage: Use normalized sense when emulating autosense | Luben Tuikov | 2011-09-09 | 1 | -15/+19 |
* | usb-storage: redo incorrect reads | Alan Stern | 2011-06-07 | 1 | -0/+29 |
* | USB: storage: Use USB_ prefix instead of US_ prefix | Michal Nazarewicz | 2010-10-22 | 1 | -5/+5 |
* | USB: usb-storage: fix initializations of urb fields | Bob Copeland | 2010-07-26 | 1 | -3/+1 |
* | USB: remove uses of URB_NO_SETUP_DMA_MAP | Alan Stern | 2010-05-20 | 1 | -2/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | USB: storage: Never reset devices that will morph to an old mode | Oliver Neukum | 2010-03-02 | 1 | -0/+6 |
* | USB: usb-storage: add BAD_SENSE flag | Alan Stern | 2009-12-11 | 1 | -4/+13 |
* | usb-storage: Workaround devices with bogus sense size | Benjamin Herrenschmidt | 2009-10-14 | 1 | -1/+16 |
* | USB: storage: When a device returns no sense data, call it a Hardware Error | Alan Stern | 2009-10-09 | 1 | -7/+22 |
* | USB: storage: raise timeout in usb_stor_Bulk_max_lun | Giacomo Lozito | 2009-07-28 | 1 | -1/+1 |
* | USB: add reset endpoint operations | David Vrabel | 2009-04-17 | 1 | -3/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-03-28 | 1 | -1/+1 |
|\ |
|
| * | [SCSI] Remove SUGGEST flags | Martin K. Petersen | 2009-03-12 | 1 | -1/+1 |
* | | usb-storage: prepare for subdriver separation | Alan Stern | 2009-03-24 | 1 | -0/+10 |
|/ |
|
* | USB: usb-storage: remove WARN from last-sector hacks | Alan Stern | 2009-02-09 | 1 | -33/+3 |
* | USB: storage: add last-sector hacks | Alan Stern | 2009-01-07 | 1 | -0/+110 |
* | USB: usb-storage: merge CB and CBI transport routines | Alan Stern | 2009-01-07 | 1 | -52/+9 |
* | USB: storage devices and SAT | Ben Efros | 2009-01-07 | 1 | -1/+39 |
* | USB: change interface to usb_lock_device_for_reset() | Alan Stern | 2009-01-07 | 1 | -5/+3 |
* | usb-storage: report underflow with no sense data | Alan Stern | 2008-10-17 | 1 | -1/+1 |
* | usb-storage: automatically recognize bad residues | Alan Stern | 2008-08-13 | 1 | -2/+15 |
* | USB: fix usb_reset_device and usb_reset_composite_device(take 3) | Ming Lei | 2008-07-21 | 1 | -2/+2 |
* | USB: remove interface parameter of usb_reset_composite_device | Ming Lei | 2008-07-21 | 1 | -2/+1 |
* | USB: remove CVS keywords | Adrian Bunk | 2008-07-21 | 1 | -2/+0 |
* | usb-storage: implement "soft" unbinding | Alan Stern | 2008-07-21 | 1 | -8/+8 |
* | usb-storage: separate dynamic flags from fixed flags | Alan Stern | 2008-07-21 | 1 | -34/+34 |
* | USB: remove unnecessary type casting of urb->context | Ming Lei | 2008-04-24 | 1 | -1/+1 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-24 | 1 | -9/+9 |
* | USB: mass storage: emulation of sat scsi_pass_thru with ATACB | matthieu castet | 2008-04-24 | 1 | -1/+2 |
* | USB: add support for Motorola ROKR Z6 cellphone in mass storage mode | Constantin Baranov | 2008-03-24 | 1 | -1/+2 |
* | USB: usb-storage: don't clear-halt when Get-Max-LUN stalls | Alan Stern | 2008-02-21 | 1 | -11/+0 |
* | [SCSI] usb: transport - convert to accessors and !use_sg code path removal | Boaz Harrosh | 2008-01-11 | 1 | -17/+28 |
* | [SCSI] usb storage: use scsi_eh API in REQUEST_SENSE execution | Boaz Harrosh | 2007-10-12 | 1 | -42/+4 |
* | [PATCH] slab: remove SLAB_NOIO | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | USB: Dealias -110 code (more complete) | Pete Zaitcev | 2006-09-27 | 1 | -5/+0 |
* | [PATCH] usb-storage: wait for URB to complete | Alan Stern | 2006-07-10 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] usb-storage: use usb_reset_composite_device | Alan Stern | 2006-06-21 | 1 | -24/+26 |
* | [PATCH] usb-storage: get rid of the timer during URB submission | Franck Bui-Huu | 2006-06-21 | 1 | -28/+10 |
* | [PATCH] PATCH: usb-storage: allocate separate sense buffer | Alan Stern | 2005-10-28 | 1 | -2/+3 |
* | [PATCH] PATCH: usb-storage: move GetMaxLUN later in time | Alan Stern | 2005-10-28 | 1 | -0/+1 |