NetBSD/sys/ufs/ffs
hannken 86492b8668 Sync the just created snapshot to disk.
Invalidate short ( < fs_bsize ) buffers.  We will always read full
size buffers later.

Should fix PR #39402
2008-08-25 13:34:53 +00:00
..
Makefile
ffs_alloc.c Do not call UFS_WAPBL_*() when ffs_freefile() is acting on a snapshot. 2008-08-06 12:54:26 +00:00
ffs_appleufs.c
ffs_balloc.c Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00
ffs_bswap.c
ffs_extern.h Add snapshot support for logging ffs file systems. 2008-08-22 10:48:22 +00:00
ffs_inode.c Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00
ffs_snapshot.c Sync the just created snapshot to disk. 2008-08-25 13:34:53 +00:00
ffs_softdep.c ufs/ffs: replace calls to getblk() with ffs_getblk(). Now all buffers 2008-06-03 09:47:49 +00:00
ffs_softdep.stub.c XXX softdep: 2008-05-31 21:37:08 +00:00
ffs_subr.c ufs/ffs: replace calls to getblk() with ffs_getblk(). Now all buffers 2008-06-03 09:47:49 +00:00
ffs_tables.c
ffs_vfsops.c Add snapshot support for logging ffs file systems. 2008-08-22 10:48:22 +00:00
ffs_vnops.c Add snapshot support for logging ffs file systems. 2008-08-22 10:48:22 +00:00
ffs_wapbl.c zu, not zd, to print size_t 2008-08-05 13:39:29 +00:00
fs.h Be consistent with #define<tab>. 2008-07-31 08:44:21 +00:00
softdep.h