summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAgeFilesLines
* usb: uas: add support for more quirk flagsOliver Neukum2018-09-051-0/+21
* usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner2018-05-241-0/+6
* uas: fix comparison for error codeOliver Neukum2018-03-061-1/+1
* usb: uas: unconditionally bring back host after resetOliver Neukum2018-01-161-4/+3
* USB: storage: Remove redundant license textGreg Kroah-Hartman2017-11-041-2/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: storage: uas: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* USB: uas: fix bug in handling of alternate settingsAlan Stern2017-09-221-5/+5
* scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke2017-08-251-2/+2
* USB: uas: Fix slave queue_depth not being setHans de Goede2016-06-011-0/+1
* uas: remove can_queue set in host templateTom Yan2016-06-011-1/+0
* usb: storage: fix multi-line comment styleFelipe Balbi2016-04-261-1/+2
* USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede2016-04-131-1/+13
* USB: uas: Limit qdepth at the scsi-host levelHans de Goede2016-04-131-1/+6
* USB: uas: Reduce can_queue to MAX_CMNDSHans de Goede2016-03-181-1/+1
* USB: uas: add full support for RESPONSE IUOliver Neukum2016-01-241-6/+30
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-131-0/+4
|\
| * usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter JMicronDmitry Katsubo2015-12-011-0/+4
* | uas: no gfp argument to uas_submit_urbs()Oliver Neukum2015-12-011-12/+12
* | uas: use the BIT() macroOliver Neukum2015-12-011-12/+12
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-5/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-5/+0
* | UAS: also check for ESHUTDOWN in error reportingOliver Neukum2015-10-041-8/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-1/+0
|\
| * scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* | uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede2015-04-281-1/+9
* | uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede2015-04-281-3/+3
|/
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-41/+23
|\
| * uas: Make uas work with blk-mqHans de Goede2014-11-031-41/+23
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-2/+2
* | scsi: remove ordered_tag host template fieldChristoph Hellwig2014-11-121-1/+0
* | scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-121-1/+1
|/
* Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-406/+303
|\
| * uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede2014-10-031-15/+14
| * uas: Add response iu handlingHans de Goede2014-09-231-0/+10
| * uas: Log error codes when logging errorsHans de Goede2014-09-231-5/+12
| * uas: Cleanup uas_log_cmd_state usageHans de Goede2014-09-231-33/+19
| * uas: Remove protype hardware usb interface infoHans de Goede2014-09-231-2/+0
| * uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede2014-09-231-46/+1
| * uas: Drop COMMAND_COMPLETED flagHans de Goede2014-09-231-7/+3
| * uas: Use scsi_print_commandHans de Goede2014-09-231-2/+3
| * uas: Do not log urb status error on cancellationHans de Goede2014-09-231-5/+2
| * uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede2014-09-231-1/+1
| * uas: pre_reset and suspend: Fix a few racesHans de Goede2014-09-231-6/+55
| * uas: Fix memleak of non-submitted urbsHans de Goede2014-09-231-0/+22
| * uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede2014-09-231-3/+44
| * uas: Remove cmnd reference from the cmd urbHans de Goede2014-09-231-6/+3
| * uas: Drop inflight listHans de Goede2014-09-231-16/+16