summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: usb: Stop using the SCSI pointerBart Van Assche2022-02-221-23/+20
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+1
* scsi: usb: Call scsi_done() directlyBart Van Assche2021-10-161-6/+4
* USB: UAS: introduce a quirk to set no_write_sameOliver Neukum2020-12-091-0/+3
* Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman2020-12-071-13/+6
|\
| * Revert "uas: fix sdev->host->dma_dev"Greg Kroah-Hartman2020-12-041-11/+6
| * Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives"Greg Kroah-Hartman2020-12-041-2/+0
* | usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
|/
* USB: UAS: use macro for reporting resultsOliver Neukum2020-09-161-6/+6
* USB: UAS: fix disconnect by unplugging a hubOliver Neukum2020-09-161-2/+12
* uas: bump hw_max_sectors to 2048 blocks for SS or faster drivesTom Yan2020-09-041-0/+2
* uas: fix sdev->host->dma_devTom Yan2020-09-041-6/+11
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* UAS: fix deadlock in error handling and PM flushing workOliver Neukum2020-04-161-3/+40
* UAS: no use logging any details in case of ENODEVOliver Neukum2020-04-161-0/+3
* usb: uas: fix a plug & unplug racingEJ Hsu2020-02-101-1/+22
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-1/+0
|\
| * scsi: core: Clean up SG_NONEFinn Thain2019-11-121-1/+0
* | USB: uas: heed CAPACITY_HEURISTICSOliver Neukum2019-11-181-0/+6
* | USB: uas: honor flag to avoid CAPACITY16Oliver Neukum2019-11-181-0/+4
* | UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern2019-10-281-20/+0
|/
* usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich2019-09-101-0/+1
* UAS: fix alignment of scatter/gather segmentsOliver Neukum2019-04-301-13/+22
* scsi: uas: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-2/+2
* scsi: remove bidirectional command supportChristoph Hellwig2019-02-051-9/+2
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: make sure all drivers set the use_clustering flagChristoph Hellwig2018-12-181-0/+1
* 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
|/