aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_ha.c
Commit message (Expand)AuthorAgeFilesLines
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Fix fallout of r319722 in CTL HA.Alexander Motin2020-05-261-4/+5
* Do not remove upcall if we haven't yet.Alexander Motin2020-05-261-1/+2
* Remove pre-FreeBSD 11 compat code.Warner Losh2020-03-011-62/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-7/+7
* SPDX: finish tagging sys/cam.Pedro F. Giffuni2018-01-161-0/+2
* Listening sockets improvements.Gleb Smirnoff2017-06-081-35/+11
* Do not wait for HA thread shutdown if scheduler is stopped.Alexander Motin2017-01-101-1/+1
* Fix bootverbose affecting code logic in r294558.Alexander Motin2017-01-051-2/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Hide "soconnect() error" messages under bootverbose.Alexander Motin2016-01-221-1/+1
* Pass to sobind() copy of the address, not the original.Alexander Motin2015-09-261-2/+6
* Remove some control_softc references.Alexander Motin2015-09-251-2/+0
* Make HA peers announce their parameters on connect.Alexander Motin2015-09-231-4/+31
* Kill HA link and shutdown the threads on shutdown.Alexander Motin2015-09-181-4/+41
* Don't flap the HA link if sysctl is reset to the same value.Alexander Motin2015-09-161-6/+11
* Reimplement CTL High Availability.Alexander Motin2015-09-101-0/+958