aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* cam_periph: wired is really a bool, update it to a bool.Warner Losh2021-11-051-12/+13
* cam: Remove trailing spaces from serial numbers tooWarner Losh2021-11-051-0/+8
* cam_periph: Add ability to wire units to a serial numberWarner Losh2021-11-051-4/+12
* cam_periph: fix bug in camperiphunitnext logicWarner Losh2021-11-051-1/+2
* cam_periph: switch from negative logic to positive logicWarner Losh2021-11-051-4/+4
* cam_periph: Remove vestigial "scbus" comparisonWarner Losh2021-11-051-5/+5
* scsi_cd: Improve TOC access validationMark Johnston2021-11-031-18/+19
* cam_periph: style changeWarner Losh2021-11-031-1/+2
* ada: Fix intra-object buffer overread of identify stringsJessica Clarke2021-10-271-4/+20
* cam(4): Limit search for disks in SES enclosure by single busAlexander Motin2021-10-051-0/+8
* cam(4): Improve XPT_DEV_MATCHAlexander Motin2021-10-054-66/+78
* cam: Add doxygen for cam_sim_freeWarner Losh2021-10-051-0/+13
* cam: Fix a typo in a commentGordon Bergling2021-10-021-1/+1
* cam: Avoiding waking up doneq threads if we're dumpingMark Johnston2021-09-251-1/+1
* libcam: Define depop structures and introduce scsi_wrapWarner Losh2021-09-202-0/+169
* iscsi: Abort data-out tasks queued on a terminating session.John Baldwin2021-09-151-0/+5
* iscsi: Add a helper routine to abort a data-out task.John Baldwin2021-09-151-17/+22
* Assert that invalid bus widths can't be passed to bus_width_str().John Baldwin2021-09-151-0/+2
* ctl(4): Do hole-punching for UNMAP to file-backed LUNsKa Ho Ng2021-09-141-2/+97
* Fix data race in scsi cd driver.Alexander Motin2021-09-131-5/+16
* ses: Guard the elm_type_names declaration by _KERNELAlan Somers2021-09-021-0/+2
* ses: Correct spelling of "Temperature Sensor"Alan Somers2021-09-021-1/+1
* cam: revert second half of 75b5caa08efEdward Tomasz Napierala2021-09-011-8/+0
* targ(4): Remove D_NEEDGIANT.Alexander Motin2021-08-211-1/+0
* cam(4): Fix quick unplug/replug for SCSI.Alexander Motin2021-08-211-23/+38
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-08-181-1/+1
* Fix a common typo in source code commentsGordon Bergling2021-08-141-1/+1
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* cam(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-118-42/+22
* cam: revert half of 75b5caa08efEdward Tomasz Napierala2021-08-081-8/+0
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* iSCSI: Add support for segmentation offload for hardware offloads.John Baldwin2021-08-061-12/+17
* Add vn_lktype_write()Konstantin Belousov2021-08-041-15/+5
* cam: enable kern.cam.da.enable_uma_ccbs by defaultEdward Tomasz Napierala2021-08-011-1/+1
* cam: clear stack-allocated CCB in the target layerEdward Tomasz Napierala2021-07-213-3/+11
* cam: Mark the qos data is valid in xpd_done_direct() too.Warner Losh2021-07-171-0/+1
* cam_iosched: use tunable flag and make a bool really a boolWarner Losh2021-07-131-5/+3