aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-07-225-28/+135
* mmccam: probe*: Style(9)Emmanuel Vadot2021-07-221-13/+13
* mmcprobe_done: Style(9)Emmanuel Vadot2021-07-221-166/+166
* mmccam: Add mmc_sim, a generic sim for mmc driver to useEmmanuel Vadot2021-07-223-0/+291
* cam: Mark the qos data is valid in xpd_done_direct() too.Warner Losh2021-07-211-0/+1
* cam_iosched: use tunable flag and make a bool really a boolWarner Losh2021-07-211-5/+3
* Fix potential NULL pointer dereference of device physical pathYoung Xiao2021-07-212-4/+10
* Introduce "soft" serseq variant.Alexander Motin2021-05-064-14/+27
* cam: Don't permit crashdumps on non-pollable devices.John Baldwin2021-03-223-4/+7
* cam: Permit non-pollable sims.John Baldwin2021-03-223-1/+16
* Optimize out few extra memory accesses.Alexander Motin2021-03-151-3/+3
* Micro-optimize OOA queue processing.Alexander Motin2021-03-154-164/+135
* Fix build after 2c7dc6bae9fd.Alexander Motin2021-03-151-0/+4
* Refactor CTL datamove KPI.Alexander Motin2021-03-1511-159/+91
* Microoptimize CTL I/O queues.Alexander Motin2021-03-156-80/+81
* Save context switch per I/O for iSCSI and IOCTL frontends.Alexander Motin2021-03-156-25/+65
* Move XPT_IMMEDIATE_NOTIFY handling out of periph lock.Alexander Motin2021-03-151-1/+2
* Do not exit ctl_be_block_worker() prematurely.Alexander Motin2021-03-091-4/+4
* cam: remove redundant scsi_vpd_block_characteristics definitionWarner Losh2021-03-072-28/+3
* cam: add new ASC and ASCQ values related to drive depopulationWarner Losh2021-03-071-0/+9
* Remove pointless lun->be_lun checks.Alexander Motin2021-03-053-14/+11
* Bump CTL block backend threads from 14 to 32 per LUN.Alexander Motin2021-03-021-1/+1