summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-141-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-141-5/+0Star
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-5/+0Star
* | 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-241-1/+0Star
|\
| * scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-06-011-1/+0Star
* | 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/+23Star
|\
| * uas: Make uas work with blk-mqHans de Goede2014-11-041-41/+23Star
* | 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/+0Star
* | 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/+303Star
|\
| * uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede2014-10-031-15/+14Star
| * uas: Add response iu handlingHans de Goede2014-09-241-0/+10
| * uas: Log error codes when logging errorsHans de Goede2014-09-241-5/+12
| * uas: Cleanup uas_log_cmd_state usageHans de Goede2014-09-241-33/+19Star
| * uas: Remove protype hardware usb interface infoHans de Goede2014-09-241-2/+0Star
| * uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede2014-09-241-46/+1Star
| * uas: Drop COMMAND_COMPLETED flagHans de Goede2014-09-241-7/+3Star
| * uas: Use scsi_print_commandHans de Goede2014-09-241-2/+3
| * uas: Do not log urb status error on cancellationHans de Goede2014-09-241-5/+2Star
| * uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede2014-09-241-1/+1
| * uas: pre_reset and suspend: Fix a few racesHans de Goede2014-09-241-6/+55
| * uas: Fix memleak of non-submitted urbsHans de Goede2014-09-241-0/+22
| * uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede2014-09-241-3/+44
| * uas: Remove cmnd reference from the cmd urbHans de Goede2014-09-241-6/+3Star
| * uas: Drop inflight listHans de Goede2014-09-241-16/+16
| * uas: zap_pending: data urbs should have completed at this timeHans de Goede2014-09-241-5/+5
| * uas: Simplify reset / disconnect handlingHans de Goede2014-09-241-37/+6Star
| * uas: Free data urbs on completionHans de Goede2014-09-241-2/+3
| * uas: Simplify unlink of data urbs on errorHans de Goede2014-09-241-30/+18Star
| * uas: Check against unexpected completionsHans de Goede2014-09-241-0/+12
| * uas: Do not use scsi_host_find_tagHans de Goede2014-09-241-21/+18Star
| * uas: Add uas_get_tag() helper functionHans de Goede2014-09-241-12/+21
| * uas: Fix resetting flag handlingHans de Goede2014-09-241-14/+35
| * uas: Remove task-management / abort error handling codeHans de Goede2014-09-241-176/+1Star
| * uas: Add no-report-opcodes quirkHans de Goede2014-09-241-0/+4
| * uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede2014-09-241-0/+13
| * uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma2014-09-241-4/+4
* | [SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig2014-10-031-0/+7
|/
* uas: Limit qdepth to 32 when connected over usb-2Hans de Goede2014-08-021-1/+1
* uas: fix deadlocky memory allocationsOliver Neukum2014-04-161-2/+2
* uas: fix error handling during scsi_scan()Oliver Neukum2014-04-161-1/+2