NetBSD/sys/fs/filecorefs
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
filecore.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
filecore_bmap.c More kauth fallout. 2006-05-15 01:29:02 +00:00
filecore_extern.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
filecore_lookup.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
filecore_mount.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
filecore_node.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
filecore_node.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
filecore_utils.c More kauth fallout. 2006-05-15 01:29:02 +00:00
filecore_vfsops.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
filecore_vnops.c More kauth fallout. 2006-05-15 01:29:02 +00:00
files.filecorefs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00