aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fix libcam build. It was broken with r312827.Jung-uk Kim2017-01-271-0/+2
* Fix a development mis-merge from r312827Scott Long2017-01-261-2/+2
* Refactor xpt_print_path, xpt_print, and xpt_path_string. ImplementScott Long2017-01-262-39/+51
* Bring the ctl headers a bit closer to style(9). No functional changes.Edward Tomasz Napierala2017-01-254-89/+89
* Preening pass to fix up trailing white space and other minor style(9)Warner Losh2017-01-251-27/+21
* Make CTL ramdisk backend a real RAM disk.Alexander Motin2017-01-241-204/+636
* Fix overrun handling issue in r312291.Alexander Motin2017-01-231-1/+1
* Remove max_targets and max_target_id CTL port variables; they were unused.Edward Tomasz Napierala2017-01-226-28/+0
* Add SCSI descriptors for USB Mass Storage.Edward Tomasz Napierala2017-01-222-0/+4
* Add initial support for CTL module unloading.Alexander Motin2017-01-2113-194/+262
* Fix "camcontrol timestamp -s" with LTO-7 drivesAlan Somers2017-01-201-1/+1
* Remove writing 'residual' field of struct ctl_scsiio.Alexander Motin2017-01-173-353/+75
* Add 4k quirk for Micron 5100 and Intel S3610 SSDsSean Bruno2017-01-172-0/+29
* Improve error message on duplicate iSCSI port.Alexander Motin2017-01-171-1/+2
* Make CTL frontends report kern_data_resid for under-/overruns.Alexander Motin2017-01-1612-196/+122
* Fix a variety of cosmetic typos and misspellingsConrad Meyer2017-01-152-2/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-152-10/+15
* Add under-/overrun support to IOCTL and CAM SIM frontends.Alexander Motin2017-01-152-13/+32
* When in kernel, map ctl_scsi_zero_io() to ctl_zero_io().Alexander Motin2017-01-152-4/+4
* Improve CAM_CDB_POINTER support.Alexander Motin2017-01-136-31/+20
* Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-121-1/+1
* Do not wait for HA thread shutdown if scheduler is stopped.Alexander Motin2017-01-101-1/+1
* Fix malloc(M_WAITOK) under mutex, introduced at r311787.Alexander Motin2017-01-101-21/+17
* Rewrite CTL statistics in more simple and scalable way.Alexander Motin2017-01-096-129/+241
* Allocate memory for prevent flags only for removable LUs.Alexander Motin2017-01-092-5/+12
* Make CTL_GETSTATS ioctl return partial data if buffer is small.Alexander Motin2017-01-081-12/+9
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-073-31/+46
* Fix bootverbose affecting code logic in r294558.Alexander Motin2017-01-051-2/+3
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-043-9/+9
* Don't release the cfiscsi session refcount too early. It wasn'tEdward Tomasz Napierala2017-01-041-1/+2
* Fix build with enabled debug after r310778.Alexander Motin2016-12-291-2/+2
* Improve use of I/O's private area.Alexander Motin2016-12-296-286/+144
* Allow more efficient use of private area.Alexander Motin2016-12-272-11/+16
* Do not update "saved" mode page on every MODE SELECT.Alexander Motin2016-12-271-4/+1
* Fix/synchronize field types in struct ctl_modepage_header.Alexander Motin2016-12-272-3/+3
* Missed piece of r310640.Alexander Motin2016-12-271-0/+1
* Add support for revert to defaults (RTD) bit in MODE SELECT.Alexander Motin2016-12-273-10/+38
* Decouple limits on number of LUNs per port and LUs per CTL.Alexander Motin2016-12-274-28/+49
* Fix improperly used nexus.targ_lun.Alexander Motin2016-12-261-3/+3
* Some random code cleaning.Alexander Motin2016-12-251-189/+147
* Remove CTL_MAX_LUNS from places where it is not required.Alexander Motin2016-12-254-33/+34
* Improve third-party copy error reporting.Alexander Motin2016-12-251-39/+155
* Improve length handling when writing sense data.Alexander Motin2016-12-246-325/+310
* Implement printing forwarded sense data.Alexander Motin2016-12-232-1/+28
* Add place-holders for TAPE STREAM MIRRORING subcommands of XCOPY.Alexander Motin2016-12-231-1/+50
* Add support for REPD bit in RSTMF command.Alexander Motin2016-12-223-6/+47
* Fix REPORT SUPPORTED OPERATION CODES for READ/WRITE BUFFER commands.Alexander Motin2016-12-222-45/+327
* Add support for REPORTING OPTIONS == 3 in REPORT SUPPORTED OPERATION CODES.Alexander Motin2016-12-212-0/+15
* Add support for SITUA bit in Logical Block Provisioning mode page.Alexander Motin2016-12-213-14/+21
* Fix UUID formatting added in r310360. Oops!Alexander Motin2016-12-211-2/+2