summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-23scsi: usb: Stop using the SCSI pointerBart Van Assche1-23/+20
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+1
2021-10-17scsi: usb: Call scsi_done() directlyBart Van Assche1-6/+4
2020-12-09USB: UAS: introduce a quirk to set no_write_sameOliver Neukum1-0/+3
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman1-13/+6
2020-12-04Revert "uas: fix sdev->host->dma_dev"Greg Kroah-Hartman1-11/+6
2020-12-04Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives"Greg Kroah-Hartman1-2/+0
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-09-16USB: UAS: use macro for reporting resultsOliver Neukum1-6/+6
2020-09-16USB: UAS: fix disconnect by unplugging a hubOliver Neukum1-2/+12
2020-09-04uas: bump hw_max_sectors to 2048 blocks for SS or faster drivesTom Yan1-0/+2
2020-09-04uas: fix sdev->host->dma_devTom Yan1-6/+11
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-16UAS: fix deadlock in error handling and PM flushing workOliver Neukum1-3/+40
2020-04-16UAS: no use logging any details in case of ENODEVOliver Neukum1-0/+3
2020-02-10usb: uas: fix a plug & unplug racingEJ Hsu1-1/+22
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2019-11-18USB: uas: heed CAPACITY_HEURISTICSOliver Neukum1-0/+6
2019-11-18USB: uas: honor flag to avoid CAPACITY16Oliver Neukum1-0/+4
2019-11-13scsi: core: Clean up SG_NONEFinn Thain1-1/+0
2019-10-28UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern1-20/+0
2019-09-10usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich1-0/+1
2019-04-30UAS: fix alignment of scatter/gather segmentsOliver Neukum1-13/+22
2019-02-12scsi: uas: Use scsi_[gs]et_resid() where appropriateBart Van Assche1-2/+2
2019-02-06scsi: remove bidirectional command supportChristoph Hellwig1-9/+2
2018-12-19scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-19scsi: make sure all drivers set the use_clustering flagChristoph Hellwig1-0/+1
2018-09-05usb: uas: add support for more quirk flagsOliver Neukum1-0/+21
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-26scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke1-2/+2
2016-06-02USB: uas: Fix slave queue_depth not being setHans de Goede1-0/+1
2016-06-02uas: remove can_queue set in host templateTom Yan1-1/+0
2016-04-27usb: 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-25USB: uas: add full support for RESPONSE IUOliver Neukum1-6/+30
2015-12-14Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+4
2015-12-02uas: no gfp argument to uas_submit_urbs()Oliver Neukum1-12/+12
2015-12-02uas: 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-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-5/+0
2015-10-04UAS: also check for ESHUTDOWN in error reportingOliver Neukum1-8/+8