summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/usb.c
Commit message (Expand)AuthorAgeFilesLines
* block: record block device typeAhmad Fatoum2024-03-051-0/+1
* usb: make sure dma buffers are properly allocatedDenis Orlov2023-06-301-8/+9
* usb: storage: fix missing calls to free()Denis Orlov2023-06-301-5/+12
* block: parse partition table on block device registrationAhmad Fatoum2023-06-121-5/+0
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-12/+12
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-12/+1
* usb: storage: Improve messageSascha Hauer2021-06-211-1/+1
* usb: storage: retry for up to 10s on lengthy HDD spin upAhmad Fatoum2021-05-071-8/+12
* usb: storage: add support for drivers larger than 2TiBAhmad Fatoum2021-03-011-14/+80
* usb: storage: refactor usb 32-bit capacity readAhmad Fatoum2021-03-011-29/+33
* usb: storage: support USB disks up to 2TiB of sizeAhmad Fatoum2021-02-181-3/+4
* block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-181-9/+9
* usb: storage: Increase retries for usb_stor_transport()Robert Karszniewicz2019-11-041-3/+4
* usb: storage: Fix TEST_UNIT_READY command sizeAndrey Smirnov2019-05-231-1/+1
* usb: storage: Default to a single LUNAndrey Smirnov2019-05-231-1/+1
* usb: storage: Inline usb_limit_blk_cnt()Andrey Smirnov2019-03-111-11/+7
* usb: storage: Drop unnecessary assignmentAndrey Smirnov2019-03-111-3/+1
* usb: storage: Simplify I/O loop in usb_stor_blk_io()Andrey Smirnov2019-03-111-13/+7
* usb: storage: Use simple boolean to speficy read vs. write operationAndrey Smirnov2019-03-111-10/+8
* usb: storage: Drop needless macroAndrey Smirnov2019-03-111-3/+3
* usb: storage: Drop unnecessary check in usb_stor_blk_io()Andrey Smirnov2019-03-111-27/+0
* usb: Drop usb_disable_asynch()Andrey Smirnov2019-03-111-12/+4
* usb: storage: Use put_unaligned_be* helpersAndrey Smirnov2019-03-111-11/+7
* usb: storage: Introduce usb_stor_transport()Andrey Smirnov2019-03-111-96/+117
* usb: storage: Drop unused us_blkdev_listAndrey Smirnov2019-03-111-3/+0
* usb: storage: Drop unused fields in struct us_dataAndrey Smirnov2019-03-111-12/+2
* usb: storage: Drop struct SCSI_cmd_blockAndrey Smirnov2019-03-111-56/+44
* usb: storage: Remove unused variablesAndrey Smirnov2019-03-111-8/+0
* usb: storage: Make usb_stor_request_sense() a standalone functionAndrey Smirnov2019-03-111-15/+18
* usb: storage: Share code for READ(10) and WRITE(10)Andrey Smirnov2019-03-111-51/+9
* usb: storage: Drop extra call to transport in usb_stor_write_10()Andrey Smirnov2019-03-111-1/+1
* usb: storage: Make usb_stor_write_10() a standalone functionAndrey Smirnov2019-03-111-18/+25
* usb: storage: Make usb_stor_read_10() a standalone functionAndrey Smirnov2019-03-111-16/+25
* usb: storage: Make usb_stor_test_unit_ready() a standalone functionAndrey Smirnov2019-03-111-12/+16
* usb: storage: Make usb_stor_inquiry() a standalone functionAndrey Smirnov2019-03-111-22/+30
* usb: storage: Make usb_stor_read_capacity() a standalone functionAndrey Smirnov2019-03-111-22/+31
* usb: storage: Don't use "unsigned long" for 32-bit valuesAndrey Smirnov2019-03-111-3/+3
* usb: storage: Replace custom debug tracing with dev_dbgAndrey Smirnov2019-03-111-54/+64
* usb: storage: Simplify memory allocation in usb_stor_probe()Andrey Smirnov2019-03-111-4/+1
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* usb: abolish wait_ms() functionMasahiro Yamada2015-02-021-1/+1
* USB: introduce usb_interface/usb_configuration structsSascha Hauer2014-07-181-12/+12
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* usb storage: fix driver nameSascha Hauer2012-05-231-1/+1
* usb: fix driver nameJean-Christophe PLAGNIOL-VILLARD2012-04-231-1/+0
* USB storage: fix disconnectSascha Hauer2012-02-151-17/+6
* storage/usb.c: fix test_unit_readyMichael Grzeschik2011-12-071-2/+2
* Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-281-52/+72
* USB Mass Storage driver: Fix compile time warningJuergen Beisert2011-11-281-1/+1