freebsd-dev/sbin/devd
Warner Losh 350711aa85 Document the VFS FS events
MOUNT notifies when a filesystem is mounted
REMOUNT notifies when a filesystem is mounted again
UNMOUNT notifies when a filesystem is unmounted

These events are asynchronous to the actual state of the event (though the data
is recorded at a time when it is stable). The mount event is reported after the
filesystem is mounted. However, in the interim it may be unmounted by another
agent. Likewise, umount is called just before the mountpoint is finished tearing
down. It may be remounted (or maybe if the process scheduling is wonky and devd
gets to run before the last few steps are complete).

Sponsored by: Netflix
Diffential Revision: https://reviews.freebsd.org/D25969
2020-08-19 17:10:09 +00:00
..
tests devd: correct two warnings 2018-05-23 07:39:02 +00:00
apple.conf Move all devd related configs to sbin/devd/ 2018-08-21 16:51:45 +00:00
asus.conf Move all devd related configs to sbin/devd/ 2018-08-21 16:51:45 +00:00
devd.8 Regularize my copyright notice 2019-12-04 16:56:11 +00:00
devd.cc Fix $() handling, broken since the beginning at r108014. 2019-12-13 17:52:09 +00:00
devd.conf Remove old devd rules for ActiveWire and Entrega Serial DB25 2020-07-16 14:04:29 +00:00
devd.conf.5 Document the VFS FS events 2020-08-19 17:10:09 +00:00
devd.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
devd.hh Regularize my copyright notice 2019-12-04 16:56:11 +00:00
devmatch.conf Move all devd related configs to sbin/devd/ 2018-08-21 16:51:45 +00:00
hyperv.conf Move all devd related configs to sbin/devd/ 2018-08-21 16:51:45 +00:00
Makefile Stop linking to libl by specifying we do not need yywrap 2019-09-10 08:19:46 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
parse.y Regularize my copyright notice 2019-12-04 16:56:11 +00:00
token.l Regularize my copyright notice 2019-12-04 16:56:11 +00:00
uath.conf Move all devd related configs to sbin/devd/ 2018-08-21 16:51:45 +00:00
ulpt.conf Move all devd related configs to sbin/devd/ 2018-08-21 16:51:45 +00:00
zfs.conf Add missing "ereport." prefixes of ZFS events. 2019-12-18 18:43:44 +00:00