aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* ctl: limit memory allocation in pci_virtio_scsiPierre Pronchery2024-10-111-0/+12
* ctl: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-6/+0
* mmccam: fix mmcsd disk aliasesBjoern A. Zeeb2024-09-281-8/+13
* ctl: fix uninitialized data used by PREVENT ALLOW MEDIUM REMOVALAlan Somers2024-09-191-1/+1
* ctladm: don't require the use of "-p" with "port -r"Alan Somers2024-09-191-1/+1
* ctladm: better documentation for adding and removing cfiscsi portsAlan Somers2024-09-191-7/+20
* ctl: fix Out-Of-Bounds access in ctl_report_supported_opcodesPierre Pronchery2024-09-041-9/+8
* ctl: fix memory disclosure in read/write buffer commandsPierre Pronchery2024-09-041-2/+2
* ctl: fix Use-After-Free in ctl_write_bufferAlan Somers2024-09-042-8/+19
* nda: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-08-261-8/+5
* ctl: avoid heap info leak in ctl_request_senseEd Maste2024-08-261-8/+2
* da: Update trim stats for WRITE SAME and ATA TRIMMatthew Grooms2024-05-201-0/+6
* cam: Check if cam_simq_alloc fails for the xpt bus during module initJohn Baldwin2024-04-081-0/+2
* ata_da: add quirk to disable NCQ TRIM for Samsung 860/870 SSDsAndriy Gapon2024-03-161-0/+16
* scsi_da: add 4K quirks for Samsung SSD 860 and 870Andriy Gapon2024-03-161-0/+16
* ada: Another NCQ Trim instability driveWarner Losh2024-03-121-0/+5
* scsi_cd: Remove commented-out codeMark Johnston2024-02-091-201/+0
* scsi_cd: Maintain a periph reference during media checksMark Johnston2024-02-091-11/+10
* scsi_cd: Use a bool for the second parameter of cdcheckmedia()Mark Johnston2024-02-091-5/+5
* ctl: Add missing comma after CTL_FLAG_ALREADY_DONEJohn Baldwin2024-01-181-1/+1
* ctl_frontend.h: Note that ctl_port.frontend is set by the FETDJohn Baldwin2024-01-181-1/+1
* ctl: Always return errno values from ctl_port_registerJohn Baldwin2024-01-181-1/+1
* targ: Handle errors from suword()Mark Johnston2024-01-111-3/+6
* cam: Let cam_periph_unmapmem() return an errorMark Johnston2024-01-118-35/+57
* sa: Make sa_param_table[] const and staticMark Johnston2024-01-041-5/+5
* sa: Check for errors from copyout()Mark Johnston2024-01-041-1/+5
* ctl: Use ctl_io_sbuf in ctl_process_doneJohn Baldwin2024-01-021-19/+1
* ctl: Make ctl_private.h more self-containedJohn Baldwin2024-01-021-0/+1
* ctl: Make ctl_ha.h more self-containedJohn Baldwin2024-01-021-0/+2
* ctl: Make ctl_io.h more self-containedJohn Baldwin2024-01-021-0/+3
* ctl: Make ctl.h more self-containedJohn Baldwin2024-01-021-0/+6
* cam: Make <cam/scsi/scsi_all.h> more self-containedJohn Baldwin2024-01-021-0/+1
* ses: Add error checking for copyout() callsMark Johnston2024-01-021-9/+12
* ctl_ha: don't shutdown threads if scheduler is stoppedMitchell Horne2023-12-081-1/+4
* CAM: Use sbuf_new_for_sysctl() in more placesAlexander Motin2023-12-062-16/+8
* CAM: Remove return value from xpt_path_sbuf()Alexander Motin2023-12-062-9/+6
* cam/ata: Postpone removal of two compat sysctls until 15Zhenlei Huang2023-11-021-2/+2
* cam/scsi: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-1/+2
* cam/scsi_da: Bump deprecation one release.Warner Losh2023-08-241-2/+2
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1648-98/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1617-17/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1630-60/+0
* cam(4): Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* mmc_xpt: Update function name in debug traceJohn Baldwin2023-08-011-1/+1
* cam: Remove non-sbuf announce/denounce proto and xport opsJohn Baldwin2023-08-015-257/+0
* cam_xpt: Reimplement xpt_*nounce_periph in terms of the _sbuf versionsJohn Baldwin2023-08-011-56/+12
* cam_xpt: Remove fallbacks for non-sbuf protocol methodsJohn Baldwin2023-08-011-33/+2
* cam mmc_xpt/nvme_xpt: Add _sbuf variants of {an,de}nounce xport and proto opsJohn Baldwin2023-08-012-7/+77