freebsd-skq/sys/fs
rodrigc e122f21ee1 MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41
ext2_vfsops.c:1.157, cd9660_vfsops.c:1.145, ffs_vfsops.c:1.314,
     reiserfs_vfsops.c:1.5

  Remove calls to vfs_export() for exporting a filesystem for NFS mounting
  from individual filesystems.  Call it instead in vfs_mount.c,
  after we call VFS_MOUNT() for a specific filesystem.
2006-06-17 20:02:28 +00:00
..
deadfs MFC Rev 1.49 2006-03-13 03:05:02 +00:00
devfs MFC Rev 1.45 2006-03-13 03:05:06 +00:00
fdescfs MFC: Call vn_start_write() before locking vnode. 2006-03-22 17:39:27 +00:00
fifofs Merge fifo_vnops.c:1.134 from HEAD to RELENG_6: 2006-03-28 12:42:20 +00:00
hpfs MFC: Call vfs_destroy_object() before v_data gets set to NULL. 2006-03-12 21:50:02 +00:00
msdosfs MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 2006-06-17 20:02:28 +00:00
ntfs MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 2006-06-17 20:02:28 +00:00
nullfs MFC: 1.78, 1.79 2006-06-17 18:17:26 +00:00
nwfs MFC: Call vfs_destroy_object() before v_data gets set to NULL. 2006-03-12 21:50:02 +00:00
portalfs - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:34:36 +00:00
procfs MFC procfs.c revisions 1.13 and 1.14: 2006-06-14 21:20:39 +00:00
pseudofs MFC: Close some races between procfs/ptrace and exit1() by changing 2006-03-07 18:08:09 +00:00
smbfs Enable inadvertantly disabled "securenet" access controls in ypserv. [1] 2006-05-31 22:32:22 +00:00
udf MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 2006-06-17 20:02:28 +00:00
umapfs - Update vfs_root implementations to match the new prototype. None of 2005-03-24 07:36:16 +00:00
unionfs - Set the v_object pointer after a successful VOP_OPEN(). This isn't a 2005-05-03 11:05:33 +00:00