aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/mountver
Commit message (Expand)AuthorAgeFilesLines
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-1/+6
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-221-13/+2
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-4/+4
* Reimplement aliases in geomWarner Losh2020-05-131-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Fix GEOM_MOUNTVER orphanization.Alexander Motin2019-12-291-15/+53
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-19/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Add back missing MTX_DEF, it still needs to be there.Edward Tomasz Napierala2017-10-291-1/+1
* Make gmountver(8) use direct dispatch.Edward Tomasz Napierala2017-10-261-1/+3
* Make gmountver(8) use G_PF_ACCEPT_UNMAPPED.Edward Tomasz Napierala2017-10-261-0/+8
* Don't destroy gmountver(8) devices on shutdown, unless they are orphaned.Edward Tomasz Napierala2017-10-042-2/+15
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* Removal of Giant droping wrappers for GEOM classes.Konstantin Belousov2016-05-201-2/+0
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-2/+2
* Add trivial resize handling to gmountver(8).Edward Tomasz Napierala2012-07-071-0/+14
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-281-0/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove unneeded code.Andrey V. Elsukov2011-05-041-28/+7
* Make sure not to pass NULL to g_orphan_provider().Edward Tomasz Napierala2010-06-051-1/+2
* Remove unused variable.Edward Tomasz Napierala2010-01-251-2/+0
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-162-0/+717