aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)Author
2020-06-04UAS: fix deadlock in error handling and PM flushing workOliver Neukum
2020-06-04UAS: no use logging any details in case of ENODEVOliver Neukum
2020-05-15usb: uas: fix a plug & unplug racingEJ Hsu
2020-01-31USB: uas: heed CAPACITY_HEURISTICSOliver Neukum
2020-01-31USB: uas: honor flag to avoid CAPACITY16Oliver Neukum
2019-12-10UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern
2019-04-30UAS: fix alignment of scatter/gather segmentsOliver Neukum
2019-02-12scsi: uas: Use scsi_[gs]et_resid() where appropriateBart Van Assche
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-12-18scsi: make sure all drivers set the use_clustering flagChristoph Hellwig
2018-09-05usb: uas: add support for more quirk flagsOliver Neukum
2018-05-24usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner
2018-03-06uas: fix comparison for error codeOliver Neukum
2018-01-16usb: uas: unconditionally bring back host after resetOliver Neukum
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: storage: uas: mark expected switch fall-throughGustavo A. R. Silva
2017-09-22USB: uas: fix bug in handling of alternate settingsAlan Stern
2017-08-25scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke
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