aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner1-0/+6
2018-03-06uas: fix comparison for error codeOliver Neukum1-1/+1
2018-01-16usb: uas: unconditionally bring back host after resetOliver Neukum1-4/+3
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: storage: uas: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-09-22USB: uas: fix bug in handling of alternate settingsAlan Stern1-5/+5
2017-08-25scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke1-2/+2
2016-06-01USB: uas: Fix slave queue_depth not being setHans de Goede1-0/+1
2016-06-01uas: remove can_queue set in host templateTom Yan1-1/+0
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi1-1/+2
2016-04-13USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede1-1/+13
2016-04-13USB: uas: Limit qdepth at the scsi-host levelHans de Goede1-1/+6
2016-03-18USB: uas: Reduce can_queue to MAX_CMNDSHans de Goede1-1/+1
2016-01-24USB: uas: add full support for RESPONSE IUOliver Neukum1-6/+30
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+4
2015-12-01uas: no gfp argument to uas_submit_urbs()Oliver Neukum1-12/+12
2015-12-01uas: use the BIT() macroOliver Neukum1-12/+12
2015-12-01usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter JMicronDmitry Katsubo1-0/+4
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-5/+0
2015-10-04UAS: also check for ESHUTDOWN in error reportingOliver Neukum1-8/+8
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-04-28uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede1-1/+9
2015-04-28uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede1-3/+3
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-41/+23
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-2/+2
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-1/+0
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-1/+1
2014-11-03uas: Make uas work with blk-mqHans de Goede1-41/+23
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-406/+303
2014-10-03uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede1-15/+14
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig1-0/+7
2014-09-23uas: Add response iu handlingHans de Goede1-0/+10
2014-09-23uas: Log error codes when logging errorsHans de Goede1-5/+12
2014-09-23uas: Cleanup uas_log_cmd_state usageHans de Goede1-33/+19
2014-09-23uas: Remove protype hardware usb interface infoHans de Goede1-2/+0
2014-09-23uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede1-46/+1
2014-09-23uas: Drop COMMAND_COMPLETED flagHans de Goede1-7/+3
2014-09-23uas: Use scsi_print_commandHans de Goede1-2/+3
2014-09-23uas: Do not log urb status error on cancellationHans de Goede1-5/+2
2014-09-23uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede1-1/+1
2014-09-23uas: pre_reset and suspend: Fix a few racesHans de Goede1-6/+55
2014-09-23uas: Fix memleak of non-submitted urbsHans de Goede1-0/+22
2014-09-23uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede1-3/+44
2014-09-23uas: Remove cmnd reference from the cmd urbHans de Goede1-6/+3
2014-09-23uas: Drop inflight listHans de Goede1-16/+16