aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* CTL: Rework 05c3e8e87142 using %zu format.Alexander Motin2022-02-251-20/+20
* Fix 32-bit build after 530d274c15e5.Alexander Motin2022-02-241-20/+20
* CTL: Add length validation for incoming HA messages.Alexander Motin2022-02-241-4/+78
* cam iosched: Update comment for when we schedule writes.Warner Losh2022-02-231-2/+3
* ctl ramdisk: Free compare buffer after a compare I/O request.John Baldwin2022-02-181-0/+1
* Fix non-printable characters in NVMe model and serial numbers.Kenneth D. Merry2022-02-095-39/+30
* cfiscsi_done: Free the dummy PDU earlier.John Baldwin2022-02-071-1/+1
* cam(4): Fix a few typos in source code commentsGordon Bergling2022-02-062-2/+2
* CTL: Fix mode page trucation on HA synchronization.Alexander Motin2022-02-031-16/+17
* iscsi: Allocate a dummy PDU for the internal nexus reset task.John Baldwin2022-01-281-14/+18
* mmc_da: create disk(9) for pre-2.0 SD cardsAndriy Gapon2022-01-271-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
* iscsi: Abort fewer data-out tasks on a terminating session.John Baldwin2022-01-182-1/+7
* ata_xpt: Rename probe_softc to aprobe_softcWarner Losh2022-01-151-11/+11
* 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
* cam: Fix wiring fence post errorWarner Losh2022-01-131-2/+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
* mmc_da: remove write-only local variablesAndriy Gapon2022-01-121-4/+0
* mmc_da: use MMC_SECTOR_SIZE constant in place of literalsAndriy Gapon2022-01-121-8/+8
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-123-9/+88
* add and use defintions for ATA power modesAndriy Gapon2022-01-111-2/+2
* cam: Include more statuses as errors for CAM_IO_STATSWarner Losh2022-01-091-0/+2
* Fix build. Sorry.Alexander Motin2022-01-071-1/+1
* CTL: Relax callouts precisions.Alexander Motin2022-01-072-5/+7
* cam: Relax callouts precisions.Alexander Motin2022-01-075-27/+36
* iscsi: Pass the request PDU to icl_conn_transfer_setup().John Baldwin2022-01-041-2/+2
* cam: don't lock while handling an AC_UNIT_ATTENTIONRobert Wing2022-01-041-10/+5
* CAM: List few missed opcodes.Alexander Motin2021-12-312-1/+5
* CTL: Allow I/Os up to 8MB, depending on maxphys value.Alexander Motin2021-12-302-18/+16
* adaspindown: check disk power mode before sending IDLE commandAndriy Gapon2021-12-241-0/+47
* cam: don't send scsi commands on shutdown when reboot method RB_NOSYNCWojciech Macek2021-12-201-0/+4
* follow up to 18679ab1, actually change size of mmc_sim::name to 16Andriy Gapon2021-12-171-1/+1
* mmc_sim: fix setting of the mutex nameAndriy Gapon2021-12-152-6/+4
* Revert "mmc_sim: fix setting of the mutex name"Andriy Gapon2021-12-132-4/+6
* mmc_sim: fix setting of the mutex nameAndriy Gapon2021-12-132-6/+4
* ctl: plug set-but-not-unused varMateusz Guzik2021-12-101-1/+1
* cam/iosched: fix off by one errorWarner Losh2021-12-061-1/+1
* cam-iosched: Publish parameters of the latency bucketsWarner Losh2021-12-061-18/+61
* cam: Initialize wired to falseWarner Losh2021-11-301-1/+1
* cfiscsi(4): Fix "set but not used" warningEdward Tomasz Napierala2021-11-291-2/+2
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* Fix "set but not used" warnings in CAM.Scott Long2021-11-255-16/+2
* cam: Unbreak CAM_IO_STATS buildWarner Losh2021-11-241-0/+7
* cam: Remove all the write-only variablesWarner Losh2021-11-248-42/+1
* sddadone: 'error' gets assigned only errno codes, never MMC_ERR codesAndriy Gapon2021-11-131-2/+2
* cam_iosched: Fix a commentWarner Losh2021-11-081-1/+1