aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* da: Update trim stats for WRITE SAME and ATA TRIMMatthew Grooms2024-05-031-0/+6
* scsi_da: add 4K quirks for Samsung SSD 860 and 870Andriy Gapon2024-02-191-0/+16
* Fix typo in da flags reportingDan Kotowski2024-02-131-1/+1
* scsi_cd: Remove commented-out codeMark Johnston2024-01-301-201/+0
* scsi_cd: Maintain a periph reference during media checksMark Johnston2024-01-301-11/+10
* scsi_cd: Use a bool for the second parameter of cdcheckmedia()Mark Johnston2024-01-301-5/+5
* targ: Handle errors from suword()Mark Johnston2024-01-041-3/+6
* cam: Let cam_periph_unmapmem() return an errorMark Johnston2023-12-283-13/+26
* sa: Make sa_param_table[] const and staticMark Johnston2023-12-281-5/+5
* sa: Check for errors from copyout()Mark Johnston2023-12-281-1/+5
* ses: Add error checking for copyout() callsMark Johnston2023-12-261-9/+12
* CAM: Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-225-55/+55
* CAM: Use sbuf_new_for_sysctl() in more placesAlexander Motin2023-11-221-8/+4
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-0618-18/+0
* cam: Minor opt_cam.h cleanupWarner Losh2023-11-061-2/+0
* cam: Make <cam/scsi/scsi_all.h> more self-containedJohn Baldwin2023-10-161-0/+1
* cam/scsi: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-091-1/+2
* cam: Remove extra breakWarner Losh2023-09-091-1/+1
* cam/scsi_da: Bump deprecation one release.Warner Losh2023-08-241-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* cam: Remove non-sbuf announce/denounce proto and xport opsJohn Baldwin2023-08-011-75/+0
* cam: Log errors from passthru commandsWarner Losh2023-07-281-13/+35
* cam: Fail 2/0 asc/ascq return codeWarner Losh2023-07-281-1/+1
* cam/scsi: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-2517-1772/+1772
* cam/scsi: Better action for ASC/ASCQ 0x18/0x08Warner Losh2023-07-211-1/+1
* cam: Add comment about recovery ccbsWarner Losh2023-07-211-0/+2
* scsi_all.c: Update to latest asc-num.txt at T10Warner Losh2023-06-231-9/+95
* scsi_all.c: Minor formatting nitsWarner Losh2023-06-231-47/+47
* cam: Remove duplicate definition for READ_DEFECT_DATA_10Warner Losh2023-06-191-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1224-24/+24
* cam: Properly mask out the status bits to get completion codeWarner Losh2023-04-151-2/+2
* Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin2022-07-144-59/+37
* ses: don't panic if disk elements have really weird descriptorsAlan Somers2022-06-231-2/+3
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+0
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+2
* Fix bd82711aff98 serial number trailing spaces removal.Alexander Motin2022-05-091-1/+1
* ada/da: Borrow comment from nda about cleanupWarner Losh2022-04-241-3/+4
* cam(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* cam(4): Fix a few typos in source code commentsGordon Bergling2022-02-061-1/+1
* ses: minor cleanupAlan Somers2022-01-195-57/+40
* Update sa(4) comments and man page after review.Kenneth D. Merry2022-01-181-2/+53
* Switch to using drive-supplied timeouts for the sa(4) driver.Kenneth D. Merry2022-01-181-57/+481
* cam: Optimize write protection MODE SENSE in da(4).Alexander Motin2022-01-141-12/+29
* cam: Fix type of elm_idx in struct enc_element.Alexander Motin2022-01-141-3/+3
* sesutil: Avoid setting reserved bits.Alexander Motin2022-01-131-0/+44
* Free UMA zones when a pass(4) instance goes away.Kenneth D. Merry2022-01-131-1/+13
* cam: Include more statuses as errors for CAM_IO_STATSWarner Losh2022-01-091-0/+2