index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
storage
/
uas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-10
/
+15
2025-11-21
usb: uas: fix urb unmapping issue when the uas device is remove during ongoin...
Owen Gu
1
-0
/
+5
2025-11-21
usb: uas: reduce time under spinlock
Oliver Neukum
1
-9
/
+14
2025-11-21
usb: uas: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-01-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+5
2024-12-04
scsi: Rename .device_configure() into .sdev_configure()
Bart Van Assche
1
-3
/
+3
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-2
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-09-03
usb-storage: Constify struct usb_device_id and us_unusual_dev
Christophe JAILLET
1
-1
/
+1
2024-07-10
USB: uas: Implement the new shutdown callback
Kerem Karabay
1
-3
/
+2
2024-07-01
Merge 6.10-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+7
2024-06-27
usb: uas: set host status byte on data completion error
Shantanu Goel
1
-0
/
+1
2024-06-20
usb: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-06-13
scsi: usb: uas: Do not query the IO Advice Hints Grouping mode page for USB/U...
Bart Van Assche
1
-0
/
+7
2024-05-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-15
/
+14
2024-04-12
scsi: uas: Switch to using ->device_configure to configure queue limits
Christoph Hellwig
1
-8
/
+8
2024-04-11
scsi: core: Add a dma_alignment field to the host and host template
Christoph Hellwig
1
-7
/
+6
2024-03-26
USB: UAS: return ENODEV when submit urbs fail with device not attached
Weitao Wang
1
-15
/
+13
2024-02-14
scsi: sd: usb_storage: uas: Access media prior to querying device properties
Martin K. Petersen
1
-0
/
+7
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
1
-1
/
+1
2023-10-21
usb-storage,uas: make internal quirks flags 64bit
Milan Broz
1
-2
/
+2
2023-03-24
scsi: usb: uas: Declare two host templates and host template pointers const
Bart Van Assche
1
-1
/
+1
2022-09-06
scsi: uas: Drop DID_TARGET_FAILURE use
Mike Christie
1
-1
/
+1
2022-02-22
scsi: usb: Stop using the SCSI pointer
Bart Van Assche
1
-23
/
+20
2021-10-16
scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
Bart Van Assche
1
-2
/
+1
2021-10-16
scsi: usb: Call scsi_done() directly
Bart Van Assche
1
-6
/
+4
2020-12-09
USB: UAS: introduce a quirk to set no_write_same
Oliver Neukum
1
-0
/
+3
2020-12-07
Merge 5.10-rc7 into usb-next
Greg Kroah-Hartman
1
-13
/
+6
2020-12-04
Revert "uas: fix sdev->host->dma_dev"
Greg Kroah-Hartman
1
-11
/
+6
2020-12-04
Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives"
Greg Kroah-Hartman
1
-2
/
+0
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-09-16
USB: UAS: use macro for reporting results
Oliver Neukum
1
-6
/
+6
2020-09-16
USB: UAS: fix disconnect by unplugging a hub
Oliver Neukum
1
-2
/
+12
2020-09-04
uas: bump hw_max_sectors to 2048 blocks for SS or faster drives
Tom Yan
1
-0
/
+2
2020-09-04
uas: fix sdev->host->dma_dev
Tom Yan
1
-6
/
+11
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-04-16
UAS: fix deadlock in error handling and PM flushing work
Oliver Neukum
1
-3
/
+40
2020-04-16
UAS: no use logging any details in case of ENODEV
Oliver Neukum
1
-0
/
+3
2020-02-10
usb: uas: fix a plug & unplug racing
EJ Hsu
1
-1
/
+22
2019-12-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2019-11-18
USB: uas: heed CAPACITY_HEURISTICS
Oliver Neukum
1
-0
/
+6
2019-11-18
USB: uas: honor flag to avoid CAPACITY16
Oliver Neukum
1
-0
/
+4
2019-11-12
scsi: core: Clean up SG_NONE
Finn Thain
1
-1
/
+0
2019-10-28
UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...
Alan Stern
1
-20
/
+0
2019-09-10
usb-storage: export symbols in USB_STORAGE namespace
Matthias Maennich
1
-0
/
+1
2019-04-30
UAS: fix alignment of scatter/gather segments
Oliver Neukum
1
-13
/
+22
2019-02-12
scsi: uas: Use scsi_[gs]et_resid() where appropriate
Bart Van Assche
1
-2
/
+2
2019-02-05
scsi: remove bidirectional command support
Christoph Hellwig
1
-9
/
+2
2018-12-18
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+1
2018-12-18
scsi: make sure all drivers set the use_clustering flag
Christoph Hellwig
1
-0
/
+1
[next]