summaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_ser_table.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-02-27Micro-optimize OOA queue processing.Alexander Motin
2020-09-01cam: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-09-25Constify ctl_serialize_table.Alexander Motin
2015-08-05Relax serialization of SYNCHRONIZE CACHE commands.Alexander Motin
2014-12-06Count consecutive read requests as blocking in CTL for files and ZVOLs.Alexander Motin
2014-09-13Implement control over command reordering via options and control mode page.Alexander Motin
2014-09-13Implement range checks between UNMAP and READ/WRITE commands.Alexander Motin
2014-08-04Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX.Alexander Motin
2014-07-16Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.Alexander Motin
2014-07-13Merge several equal serialization indexes.Alexander Motin
2014-04-09Introduce new serialization type CTL_SERIDX_UNMAP.Alexander Motin
2012-01-12Add the CAM Target Layer (CTL).Kenneth D. Merry