History log of /src/sys/fs/filecorefs/filecore_mount.h |
Revision | | Date | Author | Comments |
1.6 |
| 03-Dec-2005 |
christos | - protect userland exported files against multiple inclusion. - make sure that kernel only files don't compile in userland using #error - XXX: some kernel only files still get installed. - XXX: some files used in userland, don't get installed.
|
1.5 |
| 25-Sep-2005 |
jmmv | Follow compat naming tradition: rename compat_export_args to export_args30.
|
1.4 |
| 23-Sep-2005 |
jmmv | 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.
|
1.3 |
| 03-Oct-2003 |
yamt | branches: 1.3.16; terminate snprintb 'new' format strings correctly. (fixes overrun in mount_*)
|
1.2 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.1 |
| 23-Dec-2002 |
jdolecek | branches: 1.1.2; 1.1.4; move filecorefs code from sys/filecorefs to sys/fs/filecorefs
|
1.1.4.5 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.1.4.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.4.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.4.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.4.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.2 |
| 29-Dec-2002 |
thorpej | With with HEAD.
|
1.1.2.1 |
| 23-Dec-2002 |
thorpej | file filecore_mount.h was added on branch nathanw_sa on 2002-12-29 19:55:50 +0000
|
1.3.16.1 |
| 21-Jun-2006 |
yamt | sync with head.
|