aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/transport.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21USB: storage: Fix typo in commentXiang wangx1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+1
2021-08-11scsi: usb-storage: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-03-17usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern1-0/+7
2020-11-13USB: storage: avoid use of uninitialized values in error pathLukas Bulwahn1-2/+7
2019-11-08scsi: core: Fix scsi_get/set_resid() interfaceDamien Le Moal1-2/+1
2018-01-23USB: storage: remove invalid URL from driversGreg Kroah-Hartman1-3/+0
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-09-22usb-storage: fix bogus hardware error messages for ATA pass-thru devicesAlan Stern1-1/+13
2016-11-15Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec1-1/+6
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi1-56/+109
2015-07-22usb: usleep_range is preferred over udelay where wakeup is flexibleSunny Kumar1-1/+1
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman1-0/+26
2014-11-07USB: storage: Reject bogus max LUN valuesMark Knibbs1-3/+14
2014-11-03usb-storage: handle a skipped data phaseAlan Stern1-0/+26
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches1-93/+88
2012-08-20usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu1-1/+1
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior1-1/+2
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-09-09USB: storage: Use normalized sense when emulating autosenseLuben Tuikov1-15/+19
2011-06-07usb-storage: redo incorrect readsAlan Stern1-0/+29
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz1-5/+5
2010-07-26USB: usb-storage: fix initializations of urb fieldsBob Copeland1-3/+1
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum1-0/+6
2009-12-11USB: usb-storage: add BAD_SENSE flagAlan Stern1-4/+13
2009-10-14usb-storage: Workaround devices with bogus sense sizeBenjamin Herrenschmidt1-1/+16
2009-10-09USB: storage: When a device returns no sense data, call it a Hardware ErrorAlan Stern1-7/+22
2009-07-28USB: storage: raise timeout in usb_stor_Bulk_max_lunGiacomo Lozito1-1/+1
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-3/+1
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2009-03-24usb-storage: prepare for subdriver separationAlan Stern1-0/+10
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-1/+1
2009-02-09USB: usb-storage: remove WARN from last-sector hacksAlan Stern1-33/+3
2009-01-07USB: storage: add last-sector hacksAlan Stern1-0/+110
2009-01-07USB: usb-storage: merge CB and CBI transport routinesAlan Stern1-52/+9
2009-01-07USB: storage devices and SATBen Efros1-1/+39
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-5/+3
2008-10-17usb-storage: report underflow with no sense dataAlan Stern1-1/+1
2008-08-13usb-storage: automatically recognize bad residuesAlan Stern1-2/+15
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-2/+2
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-2/+1
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-21usb-storage: implement "soft" unbindingAlan Stern1-8/+8
2008-07-21usb-storage: separate dynamic flags from fixed flagsAlan Stern1-34/+34
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-04-24USB: mass storage: emulation of sat scsi_pass_thru with ATACBmatthieu castet1-1/+2
2008-03-24USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov1-1/+2
2008-02-21USB: usb-storage: don't clear-halt when Get-Max-LUN stallsAlan Stern1-11/+0
2008-01-11[SCSI] usb: transport - convert to accessors and !use_sg code path removalBoaz Harrosh1-17/+28
2007-10-12[SCSI] usb storage: use scsi_eh API in REQUEST_SENSE executionBoaz Harrosh1-42/+4
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-5/+0
2006-07-10[PATCH] usb-storage: wait for URB to completeAlan Stern1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] usb-storage: use usb_reset_composite_deviceAlan Stern1-24/+26
2006-06-21[PATCH] usb-storage: get rid of the timer during URB submissionFranck Bui-Huu1-28/+10
2005-10-28[PATCH] PATCH: usb-storage: allocate separate sense bufferAlan Stern1-2/+3
2005-10-28[PATCH] PATCH: usb-storage: move GetMaxLUN later in timeAlan Stern1-0/+1
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-4/+3
2005-09-08[PATCH] USB Storage: remove dependency on SCSI-provided serial/tag numberMatthew Dharm1-8/+2
2005-06-27[PATCH] USB Storage: port reset on transport errorMatthew Dharm1-32/+67
2005-06-27[PATCH] USB Storage: endpoint toggles and reset delaysMatthew Dharm1-10/+9
2005-04-18[PATCH] Fix GO_SLOW delayPhil Dibowitz1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1215