Open
Description
This could function akin to zfs snapshots where a point-in-time capture of the filesystem is made for backups, etc.
Technically this might be as simple as copying inodes with timestamps within the snapshot window and draining the associated blocks to a snapshot location (or even leaving them where they are if they are protected from garbage collection).