NetBSD/regress/sys/fs
perseant 0268059112 Introduce two fcntl calls that freeze the filesystem right at the point
where segment 0 is being considered for writing.  This allows for automated
checkpoint vailidity scanning, and could be used (in conjunction with the
existing LFCNREWIND) for e.g. snapshot dumps as well.

Include a regression test that does such scanning.

When writing the Ifile, loop through the dirty block list three times to
make sure that the checkpoint is always consistent (the first and second
times the Ifile blocks can cross a segment boundary; not so the third time
unless the segments are very small).  Discovered by using the aforementioned
regression test.
2006-04-17 20:02:34 +00:00
..
ffs
getdents Ensure proper buffer alignement. OK'd by yamt. 2006-03-20 08:57:37 +00:00
lfs Introduce two fcntl calls that freeze the filesystem right at the point 2006-04-17 20:02:34 +00:00
mkdir
posix_fadvise test posix_fadvise. 2005-11-22 12:18:43 +00:00
tmpfs Make this regression test work with objdirs. 2006-04-16 16:21:05 +00:00
Makefile Descend into posix_fadvise/ 2005-12-19 17:50:02 +00:00
Makefile.inc