NetBSD/sys/fs/ntfs
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
TODO merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.ntfs
ntfs.h a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
ntfs_compr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ntfs_compr.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
ntfs_conv.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ntfs_ihash.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ntfs_ihash.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
ntfs_inode.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
ntfs_subr.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ntfs_subr.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
ntfs_vfsops.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
ntfs_vfsops.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ntfs_vnops.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
ntfsmount.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00