aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/storage/uas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-0/+7
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-1/+1
2023-10-21usb-storage,uas: make internal quirks flags 64bitMilan Broz1-2/+2
2023-03-24scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche1-1/+1
2022-09-06scsi: uas: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-02-22scsi: usb: Stop using the SCSI pointerBart Van Assche1-23/+20
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+1
2021-10-16scsi: 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-23treewide: 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-02Merge 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-12scsi: core: Clean up SG_NONEFinn Thain1-1/+0
2019-10-28UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segments")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-05scsi: remove bidirectional command supportChristoph Hellwig1-9/+2
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-18scsi: 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-25scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke1-2/+2
2016-06-01USB: uas: Fix slave queue_depth not being setHans de Goede1-0/+1
2016-06-01uas: remove can_queue set in host templateTom Yan1-1/+0
2016-04-26usb: 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-24USB: uas: add full support for RESPONSE IUOliver Neukum1-6/+30
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+4
2015-12-01uas: no gfp argument to uas_submit_urbs()Oliver Neukum1-12/+12