summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)Author
2016-06-01USB: uas: Fix slave queue_depth not being setHans de Goede
2016-06-01uas: remove can_queue set in host templateTom Yan
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi
2016-04-13USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede
2016-04-13USB: uas: Limit qdepth at the scsi-host levelHans de Goede
2016-03-18USB: uas: Reduce can_queue to MAX_CMNDSHans de Goede
2016-01-24USB: uas: add full support for RESPONSE IUOliver Neukum
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman
2015-12-01uas: no gfp argument to uas_submit_urbs()Oliver Neukum
2015-12-01uas: use the BIT() macroOliver Neukum
2015-12-01usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter JMicronDmitry Katsubo
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-10-04UAS: also check for ESHUTDOWN in error reportingOliver Neukum
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke
2015-04-28uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede
2015-04-28uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-03uas: Make uas work with blk-mqHans de Goede
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-10-03uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig
2014-09-23uas: Add response iu handlingHans de Goede
2014-09-23uas: Log error codes when logging errorsHans de Goede
2014-09-23uas: Cleanup uas_log_cmd_state usageHans de Goede
2014-09-23uas: Remove protype hardware usb interface infoHans de Goede
2014-09-23uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede
2014-09-23uas: Drop COMMAND_COMPLETED flagHans de Goede
2014-09-23uas: Use scsi_print_commandHans de Goede
2014-09-23uas: Do not log urb status error on cancellationHans de Goede
2014-09-23uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede
2014-09-23uas: pre_reset and suspend: Fix a few racesHans de Goede
2014-09-23uas: Fix memleak of non-submitted urbsHans de Goede
2014-09-23uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede
2014-09-23uas: Remove cmnd reference from the cmd urbHans de Goede
2014-09-23uas: Drop inflight listHans de Goede
2014-09-23uas: zap_pending: data urbs should have completed at this timeHans de Goede
2014-09-23uas: Simplify reset / disconnect handlingHans de Goede
2014-09-23uas: Free data urbs on completionHans de Goede
2014-09-23uas: Simplify unlink of data urbs on errorHans de Goede
2014-09-23uas: Check against unexpected completionsHans de Goede
2014-09-23uas: Do not use scsi_host_find_tagHans de Goede
2014-09-23uas: Add uas_get_tag() helper functionHans de Goede
2014-09-23uas: Fix resetting flag handlingHans de Goede