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
..
2019-11-21 01:24:49 +00:00
2019-11-21 01:24:49 +00:00
2020-08-19 17:10:09 +00:00
2019-12-11 17:37:53 +00:00
2019-12-22 05:44:29 +00:00
2020-03-29 20:03:46 +00:00
2019-12-22 01:22:51 +00:00
2020-05-21 01:55:35 +00:00
2020-07-05 00:19:08 +00:00
2020-07-23 14:33:25 +00:00
2020-06-22 10:01:24 +00:00
2019-12-11 17:37:53 +00:00
2020-07-05 13:08:17 +00:00
2020-07-19 23:56:19 +00:00