NetBSD/sys/ufs/ffs
hannken 1b9c6382e3 New file system suspension API to replace vn_start_write and vn_finished_write.
The suspension helpers are now put into file system specific operations.
This means every file system not supporting these helpers cannot be suspended
and therefore snapshots are no longer possible.

Implemented for file systems of type ffs.

The new API is enabled on a kernel option NEWVNGATE.  This option is
not enabled by default in any kernel config.

Presented and discussed on tech-kern with much input from
Bill Studenmund <wrstuden@netbsd.org> and YAMAMOTO Takashi <yamt@netbsd.org>.

Welcome to 4.99.9 (new vfs op vfs_suspendctl).
2007-01-19 14:49:08 +00:00
..
Makefile
ffs_alloc.c Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 16:55:29 +00:00
ffs_appleufs.c
ffs_balloc.c
ffs_bswap.c
ffs_extern.h New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
ffs_inode.c ffs_truncate: don't forget to zero the past eof in the case of 2006-10-17 11:39:18 +00:00
ffs_snapshot.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
ffs_softdep.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ffs_softdep.stub.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ffs_subr.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ffs_tables.c
ffs_vfsops.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
ffs_vnops.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
fs.h
softdep.h