summaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fix non-printable characters in NVMe model and serial numbers.Kenneth D. Merry2022-02-185-39/+30
* mmc_da: create disk(9) for pre-2.0 SD cardsAndriy Gapon2022-02-171-1/+1
* ses: minor cleanupAlan Somers2022-02-175-57/+40
* CTL: Fix mode page trucation on HA synchronization.Alexander Motin2022-02-111-16/+17
* cam: don't lock while handling an AC_UNIT_ATTENTIONRobert Wing2022-02-101-10/+5
* Switch to using drive-supplied timeouts for the sa(4) driver.Kenneth D. Merry2022-02-101-58/+533
* cam(4): Fix a few typos in source code commentsGordon Bergling2022-02-092-2/+2
* cam: Optimize write protection MODE SENSE in da(4).Alexander Motin2022-01-281-12/+29
* cam: Fix type of elm_idx in struct enc_element.Alexander Motin2022-01-281-3/+3
* sesutil: Avoid setting reserved bits.Alexander Motin2022-01-271-0/+44
* mmc_da: use MMC_SECTOR_SIZE constant in place of literalsAndriy Gapon2022-01-261-8/+8
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-263-9/+88
* add and use defintions for ATA power modesAndriy Gapon2022-01-251-2/+2
* adaspindown: check disk power mode before sending IDLE commandAndriy Gapon2022-01-211-0/+47
* Fix build. Sorry.Alexander Motin2022-01-211-1/+1
* CTL: Relax callouts precisions.Alexander Motin2022-01-212-5/+7
* cam: Relax callouts precisions.Alexander Motin2022-01-215-27/+36
* Free UMA zones when a pass(4) instance goes away.Kenneth D. Merry2022-01-201-1/+13
* mmc_da: remove write-only local variablesAndriy Gapon2022-01-191-4/+0
* CTL: Allow I/Os up to 8MB, depending on maxphys value.Alexander Motin2022-01-132-19/+17
* CAM: List few missed opcodes.Alexander Motin2022-01-072-1/+5
* mmc_sim: fix setting of the mutex nameAndriy Gapon2021-12-252-6/+4
* cam: Unbreak CAM_IO_STATS buildWarner Losh2021-12-061-0/+7
* cam: Remove all the write-only variablesWarner Losh2021-12-068-42/+1
* sddadone: 'error' gets assigned only errno codes, never MMC_ERR codesAndriy Gapon2021-11-271-2/+2
* cam_periph: style changeWarner Losh2021-11-191-1/+2
* scsi_cd: Improve TOC access validationMark Johnston2021-11-101-18/+19
* iscsi: Abort data-out tasks queued on a terminating session.John Baldwin2021-10-291-0/+5
* iscsi: Add a helper routine to abort a data-out task.John Baldwin2021-10-291-17/+22
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-10-291-1/+1
* iSCSI: Add support for segmentation offload for hardware offloads.John Baldwin2021-10-291-12/+17
* iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin2021-10-292-11/+14
* iscsi: Always free a cdw before its associated ctl_io.John Baldwin2021-10-291-7/+10
* cam(4): Limit search for disks in SES enclosure by single busAlexander Motin2021-10-191-0/+8
* cam(4): Improve XPT_DEV_MATCHAlexander Motin2021-10-194-66/+78
* ses: Guard the elm_type_names declaration by _KERNELAlan Somers2021-10-071-0/+2
* ses: Correct spelling of "Temperature Sensor"Alan Somers2021-10-071-1/+1
* cam: Fix a typo in a commentGordon Bergling2021-10-061-1/+1
* cam: Avoiding waking up doneq threads if we're dumpingMark Johnston2021-10-021-1/+1
* Fix data race in scsi cd driver.Alexander Motin2021-09-271-5/+16
* targ(4): Remove D_NEEDGIANT.Alexander Motin2021-09-201-1/+0
* cam(4): Fix quick unplug/replug for SCSI.Alexander Motin2021-09-041-23/+38
* cam(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-258-42/+22
* Fix a few typos in source code commentsGordon Bergling2021-08-191-1/+1
* Fix a common typo in source code commentsGordon Bergling2021-08-191-1/+1
* Add vn_lktype_write()Konstantin Belousov2021-08-121-15/+5
* mmc_sim: Make XPT_MMC_GET_TRAN_SETTINGS fully asyncEmmanuel Vadot2021-07-221-6/+28
* mmccam: Read the common members of CSD v1.0 and v2.0Emmanuel Vadot2021-07-221-40/+23
* mmccam: Style(9) more mmc_da.cEmmanuel Vadot2021-07-221-20/+16
* mmc_cam_sim_default_action: do not touch the ccb after dispatching itAndriy Gapon2021-07-221-2/+1