aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_cmd_table.c
Commit message (Expand)AuthorAgeFilesLines
* ctl: Fix CTL GET EVENT STATUS NOTIFICATION valid bitsHP van Braam2024-04-291-1/+1
* CTL: READ(6) should be allowed on CD devicesHP van Braam2024-04-261-0/+1
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-061-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* CAM: List few missed opcodes.Alexander Motin2021-12-311-1/+1
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add CTL support for REPORT IDENTIFYING INFORMATION command.Alexander Motin2020-08-061-5/+15
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for revert to defaults (RTD) bit in MODE SELECT.Alexander Motin2016-12-271-2/+2
* 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-221-1/+1
* Fix REPORT SUPPORTED OPERATION CODES for READ/WRITE BUFFER commands.Alexander Motin2016-12-221-21/+327
* Really implement PREVENT ALLOW MEDIUM REMOVAL command.Alexander Motin2015-09-291-1/+1
* Don't report SYNC_NV bit set in SYNCHRONIZE CACHE as error.Alexander Motin2015-09-291-2/+2
* Umplement media load/eject support for removable devices.Alexander Motin2015-09-281-76/+45
* Add to CTL initial support for CDROMs and removable devices.Alexander Motin2015-09-271-37/+68
* Allow LOG SENSE command on non-disk devices.Alexander Motin2015-09-261-1/+4
* Fix bit masks changed for the wrong commands in r288221.Alexander Motin2015-09-251-4/+4
* Remove some dead code found by Clang analyzer.Alexander Motin2015-09-251-2/+2
* Add support for READ BUFFER(16) command.Alexander Motin2015-09-241-2/+10
* Always execute REPORT LUNS and REQUEST SENSE commands locally.Alexander Motin2015-09-191-4/+6
* Split two command flags with different meaning.Alexander Motin2015-09-191-3/+6
* Improve read-only support.Alexander Motin2015-09-131-2/+2
* Correct RTPG bitmask.Alexander Motin2015-09-121-1/+1
* Reimplement CTL High Availability.Alexander Motin2015-09-101-82/+44
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-1/+0
* Pass SYNCHRONIZE CACHE command parameters to backends.Alexander Motin2015-08-051-2/+2
* Relax serialization of SYNCHRONIZE CACHE commands.Alexander Motin2015-08-051-4/+4
* Do not count RCTD bit set as an error.Alexander Motin2014-12-161-1/+1
* Add GET LBA STATUS command support to CTL.Alexander Motin2014-12-041-2/+13
* Partially reconstruct Active/Standby clusting.Alexander Motin2014-11-211-0/+6
* Handle PREEMPT AND ABORT service action equal to PREEMPT.Alexander Motin2014-11-091-1/+10
* Reduce code duplication around Write Exclusive persistent reservation.Alexander Motin2014-10-271-18/+24
* Some groundwork for later Informational Exceptions support.Alexander Motin2014-10-141-1/+4
* Add support for READ DEFECT DATA (10/12) commands.Alexander Motin2014-10-131-2/+10
* Make ctld start even if some LUNs are unable to open backing storage.Alexander Motin2014-10-101-0/+22
* Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.Alexander Motin2014-10-081-2/+5
* Pretend that we support BYTCHK=1 in WRITE AND VERIFY command.Alexander Motin2014-09-221-3/+3
* Don't report unsupported FUA_NV bit set in READ/WRITE commands as error.Alexander Motin2014-09-221-6/+6
* Allow SUBPAGE CODE field in MODE SENSE commands.Alexander Motin2014-09-211-2/+2
* Allow more commands to pass persistent reservation according to SPC-4 r37.Alexander Motin2014-09-181-5/+10
* Add support for "no Data-Out Buffer" (NDOB) flag of WRITE SAME (16) command.Alexander Motin2014-09-181-1/+1
* Fix several issues and inconsistencies in UNMAP capabilities reporting.Alexander Motin2014-08-061-3/+3
* Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX.Alexander Motin2014-08-041-4/+20
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.Alexander Motin2014-07-161-2/+154
* Merge several equal serialization indexes.Alexander Motin2014-07-131-68/+68
* Add support for READ FULL STATUS action of PERSISTENT RESERVE IN command.Alexander Motin2014-07-071-1/+9
* Fix bugs for PERSISTENT RESERVE OUT bits in r268096.Alexander Motin2014-07-071-5/+5
* Relax some bit checks for INQUIRY command.Alexander Motin2014-07-061-1/+1