aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/storage
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-12/+4
* ustorage_fs_verify: eliminate write only variables file_offset and file_offsetWarner Losh2022-04-051-8/+0
* usb(4): Automagically apply all quirks for USB mass storage devices.Hans Petter Selasky2022-02-241-0/+7
* cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh2021-06-281-5/+5
* cam: prefer cam_sim_softc() over accessing cam_sim structure directly.Warner Losh2021-06-031-2/+2
* Refactor CTL datamove KPI.Alexander Motin2021-02-211-3/+3
* USB umass: add quirk to not probeBjoern A. Zeeb2020-12-011-0/+6
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* umass: enhance debuggingBjoern A. Zeeb2020-09-041-6/+16
* umass: fix a cam_sim leak in error caseBjoern A. Zeeb2020-09-041-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-25/+0
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-4/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-154-4/+7
* Add SPDX identifiers to linux_ptrace.c and cfumass.c.Edward Tomasz Napierala2018-01-241-0/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Implement use of multiple transfers per I/O.Alexander Motin2017-02-261-101/+40
* Use ctl_queue_sense() to implement sense data reporting.Alexander Motin2017-02-251-7/+9
* Update kern_data_resid according to r312291.Alexander Motin2017-02-251-27/+9
* Add USB Mass Storage CTL frontend. This makes it possibleEdward Tomasz Napierala2017-02-191-0/+1075
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-1/+1
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-022-2/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-112-9/+11
* Use define instead of constant.Hans Petter Selasky2015-03-171-2/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-052-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-19/+18
* Clear correct data structure.Hans Petter Selasky2013-09-111-1/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-303-3/+5
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Do not pretend to have autosense data when no such data is available.Alexander Kabaev2013-01-191-3/+7
* Freeze device queue before returning errors to CAM. This is requiredAlexander Motin2013-01-121-15/+20
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-241-0/+4
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-83/+87
* Add support for throttling UMASS.Hans Petter Selasky2012-12-201-2/+24
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportMarcel Moolenaar2012-11-051-0/+11
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+1
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it isAlexander Motin2012-10-101-57/+3
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-023-23/+23
* Style change: Expand redundant #if's. Remove a couple of empty lines.Hans Petter Selasky2012-03-011-101/+12
* Close a detach race. Make sure all pendingHans Petter Selasky2012-03-011-2/+6
* Enable power save mode for the USB storage device driver.Hans Petter Selasky2011-11-121-0/+3
* Style change.Hans Petter Selasky2011-11-123-21/+26
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2