NetBSD/sys/ufs/ffs
hannken 1d85e05ec4 Make `options FFS_NO_SNAPSHOT' only disable snapshot creation
while not trashing existing snapshots.

Approved by: core@
2005-02-21 17:52:11 +00:00
..
ffs_alloc.c Remove some unnecessary (int32_t) casts that would cause us to screw up the 2004-12-15 07:11:51 +00:00
ffs_appleufs.c explicitly pad struct appleufslabel and use __attribute__((__packed__)) 2004-01-02 06:57:46 +00:00
ffs_balloc.c Remove some unnecessary (int32_t) casts that would cause us to screw up the 2004-12-15 07:11:51 +00:00
ffs_bswap.c Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
ffs_extern.h While creating a snapshot inodes must be freed from the 2004-08-29 10:13:48 +00:00
ffs_inode.c Don't write out the extra zero pages with PGO_SYNCIO. We start an asynchronous 2004-08-15 19:01:16 +00:00
ffs_snapshot.c Make `options FFS_NO_SNAPSHOT' only disable snapshot creation 2005-02-21 17:52:11 +00:00
ffs_softdep.c Extend fsync_range(2) to support the FDISKSYNC flag, which requests 2005-01-25 23:55:20 +00:00
ffs_softdep.stub.c Split out softdep_flushworklist() from softdep_flushfiles() so that 2004-01-10 16:23:36 +00:00
ffs_subr.c Replace the traditional buffer memory management -- based on fixed per buffer 2003-12-30 12:33:13 +00:00
ffs_tables.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ffs_vfsops.c Rearrange some code slightly to avoid uninitialized variable warnings. 2005-01-11 00:19:36 +00:00
ffs_vnops.c Fix pasto in previous. We only perform the DIOCCACHESYNC call if 2005-01-27 02:16:42 +00:00
fs.h Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
Makefile
softdep.h