NetBSD/sys/ufs
hannken ffa83f8f0d ffs/ffs_alloc.c:
- Add a missing ACTIVECG_CLR().

ffs/ffs_snapshot.c:
- Use async/delayed writes for snapshot creation and sync/uncache these buffers
  on end. Reduces the time the file system must be suspended.
- Remove um_snaplistsize. Was a duplicate of um_snapblklist[0].
- Byte swap the list of preallocated blocks on read/write instead of access.
- Always keep this list on ip->i_snapblklist so it may be rolled back when the
  newest snapshot gets removed. Fixes a rare snapshot corruption when using
  more than one snapshot on a file system.

ufs/ufsmount.h:
  - Make TAILQ_LAST() possible on member um_snapshots.
  - Remove um_snaplistsize. Was a duplicate of um_snapblklist[0].
2005-05-22 08:35:28 +00:00
..
ext2fs - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
ffs ffs/ffs_alloc.c: 2005-05-22 08:35:28 +00:00
lfs Keep track of the number of segments reclaimed, since the cleaner doesn't 2005-05-20 19:48:25 +00:00
mfs - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
ufs ffs/ffs_alloc.c: 2005-05-22 08:35:28 +00:00
files.ufs
Makefile