NetBSD/sys/ufs
ws 5387f7217c Add support for large files (>2GB).
Like Linux, automagically convert old filesystem to use this,
if they are already at revision 1.
For revision 0, just punt (unlike Linux; makes me a bit too nervous.)

There should be an option to fsck_ext2fs to upgrade revision 0 to revision 1.

Reviewd by Manuel (bouyer@).
2005-02-09 23:02:10 +00:00
..
ext2fs Add support for large files (>2GB). 2005-02-09 23:02:10 +00:00
ffs Fss device only checks read access to snapshot vode. On snapshot creation 2005-02-09 16:05:29 +00:00
lfs Extend fsync_range(2) to support the FDISKSYNC flag, which requests 2005-01-25 23:55:20 +00:00
mfs Rework the mountroot interface so that vfs_mountroot() opens the root device 2005-01-09 03:11:48 +00:00
ufs check _KERNEL_OPT instead of !_LKM to conditionalize opt includes 2005-01-24 21:34:48 +00:00
files.ufs Add file system snapshots to kernel configs. 2005-01-31 16:54:32 +00:00
Makefile