summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-111-6/+0
* Put struct ovfsconf inside BURN_BRIDGES as well.mux2004-04-111-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Oops, fixed insertion sort error in the fix for an insertion sort error.bde2004-04-061-9/+8
* Fixed unsorting of prototypes in previous commit and 1.134.bde2004-04-061-2/+2
* Regen.dfr2004-04-051-0/+1
* Make vfs_nmount() public. The Linux emulator needs this in order to mounttjr2004-03-161-0/+1
* Remove unused mnt_reservedvnlist field.phk2004-03-111-7/+0
* Added flag MNT_USER to MNT_UPDATEMASK, it will be used for detectingpjd2004-02-021-1/+1
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-7/+34
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-3/+2
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-121-0/+1
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-0/+6
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-5/+2
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-261-0/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-0/+1
* Remove trainling whitespace.kan2003-03-101-5/+5
* Re-add MNT_ACLS to the list of "updateable" mount flags, per ourrwatson2002-12-271-1/+2
* A bunch of style(9) fixes.mux2002-11-071-40/+39
* - Use a better definition for MNAMELEN which doesn't requiremux2002-11-071-7/+2
* Define MNT_ACLS, which can report on the status of the FS_ACLS flagrwatson2002-10-141-3/+3
* Keep a copy of the credential used to mount filesystems around sophk2002-08-191-0/+1
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hrwatson2002-08-141-1/+1
* Forward define struct iovec instead of includingmux2002-08-131-1/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-37/+46
* Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8)mux2002-08-111-2/+0
* One declaration for struct xvfsconf is enough. I havemux2002-08-111-10/+0
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-3/+24
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+3
* Remove vfs_stdmount() and vfs_stdunmount(). They are notmux2002-07-091-3/+0
* Remove an unused argument in vfs_mountroot().mux2002-07-031-1/+1
* Move every code related to mount(2) in a new file, vfs_mount.c.mux2002-07-021-2/+0
* o Remove the initialization of unused fields in the structmux2002-06-221-0/+1
* Change the way we internally store the mount options tomux2002-06-201-6/+4
* Change vfs_copyopt() so that the length argument passed to itmux2002-06-141-1/+1
* Update comments to better match reality.mux2002-05-231-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-12/+12
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-171-0/+6
* Commit the good prototype for nmount(2).mux2002-03-261-1/+1
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-261-0/+24
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-28/+26
* Remove __Palfred2002-03-191-85/+85
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+4
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-081-0/+1
* Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem andrwatson2002-03-051-3/+4
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-051-2/+11
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+8
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* KSE Milestone 2julian2001-09-121-18/+18
* Machine dependent ifdefs for sparc64.jake2001-07-311-1/+1
OpenPOWER on IntegriCloud