NetBSD/sbin/fsck_lfs
jmmv 2a3e5eeb7c Apply the NFS exports list rototill patch:
- Remove all NFS related stuff from file system specific code.
- Drop the vfs_checkexp hook and generalize it in the new nfs_check_export
  function, thus removing redundancy from all file systems.
- Move all NFS export-related stuff from kern/vfs_subr.c to the new
  file sys/nfs/nfs_export.c.  The former was becoming large and its code
  is always compiled, regardless of the build options.  Using the latter,
  the code is only compiled in when NFSSERVER is enabled.  While doing this,
  also make some functions in nfs_subs.c conditional to NFSSERVER.
- Add a new command in nfssvc(2), called NFSSVC_SETEXPORTSLIST, that takes a
  path and a set of export entries.  At the moment it can only clear the
  exports list or append entries, one by one, but it is done in a way that
  allows setting the whole set of entries atomically in the future (see the
  comment in mountd_set_exports_list or in doc/TODO).
- Change mountd(8) to use the nfssvc(2) system call instead of mount(2) so
  that it becomes file system agnostic.  In fact, all this whole thing was
  done to remove a 'XXX' block from this utility!
- Change the mount*, newfs and fsck* userland utilities to not deal with NFS
  exports initialization; done internally by the kernel when initializing
  the NFS support for each file system.
- Implement an interface for VFS (called VFS hooks) so that several kernel
  subsystems can run arbitrary code upon receipt of specific VFS events.
  At the moment, this only provides support for unmount and is used to
  destroy NFS exports lists from the file systems being unmounted, though it
  has room for extension.

Thanks go to yamt@, chs@, thorpej@, wrstuden@ and others for their comments
and advice in the development of this patch.
2005-09-23 12:10:31 +00:00
..
Makefile rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
bufcache.c Fail gracefully if we are asked to expand the buffer cache hash table size 2005-05-20 18:59:36 +00:00
bufcache.h Fail gracefully if we are asked to expand the buffer cache hash table size 2005-05-20 18:59:36 +00:00
dir.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
extern.h constify 2005-06-27 02:48:28 +00:00
fsck.h constify 2005-06-27 02:48:28 +00:00
fsck_lfs.8 Quote a word that would otherwise be interpreted as macro; 2005-04-14 21:29:29 +00:00
fsck_vars.h constify 2005-06-27 02:48:28 +00:00
inode.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
lfs.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
lfs_user.h rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
main.c Apply the NFS exports list rototill patch: 2005-09-23 12:10:31 +00:00
pass0.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass1.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass2.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass3.c
pass4.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass5.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass6.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
segwrite.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
segwrite.h
setup.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
utilities.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
vars.c constify 2005-06-27 02:48:28 +00:00
vnode.c Be more efficient with the hash tables for the buffer and vnode caches. 2005-04-11 23:19:24 +00:00
vnode.h Be more efficient with the hash tables for the buffer and vnode caches. 2005-04-11 23:19:24 +00:00