summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to bepjd2010-02-181-7/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Add the possibility for vfs.root.mountfrom tunable to accept a list ofattilio2009-11-121-6/+15
* Add suggestion for zfs root.trasz2009-11-081-0/+1
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-311-4/+5
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-291-1/+1
* When auditing unmount(2), capture FSID arguments as regular text stringsrwatson2009-07-011-1/+3
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-4/+4
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* sys/boot/common.crodrigc2009-06-011-21/+109
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-19/+18
* Revert r190676,190677thompsa2009-04-101-6/+2
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-2/+6
* Further rate limit the root wait status, it will be printed once perthompsa2009-03-301-4/+8
* Skip the allocation of the root hold token if the mount already happened.thompsa2009-03-271-0/+5
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-48/+121
* Add more KTR_VFS logging point in order to have a more effective tracing.attilio2009-02-051-2/+14
* 1) Fix a deadlock in the VFS:attilio2008-12-161-31/+14
* Fix an inverted check introduced in r184554.attilio2008-12-011-1/+1
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.attilio2008-11-031-18/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+14
* Improve VFS locking:attilio2008-11-021-32/+31
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+2
* Add freebsd32 compat shim for nmount(2).obrien2008-09-191-7/+3
* - Fix amd64 local privilege escalation. [08:07]simon2008-09-031-1/+2
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-14/+14
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* In nmount(), when we see the "force" option,rodrigc2008-08-231-1/+7
* Revert r181345.kib2008-08-101-0/+2
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* In nmount(), if we see "update" in the mount options,rodrigc2008-07-121-4/+5
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-091-0/+2
* Remove checks against DDB, which isn't used in this file.wkoszek2008-06-081-5/+0
* Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, sincerodrigc2008-05-231-2/+0
* Lock filedesc exclusively when modifying fd_[cr]dir.rdivacky2008-04-291-2/+2
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* o add a mountroot event handler that fires when / is mounted; this informationsam2008-04-081-0/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Yield the cpu in the kernel while iterating the list of thekib2008-03-231-0/+6
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-181-2/+1
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* In the new order of things dictated by nmount(2), a read-only mountyar2008-02-141-3/+4
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-10/+10
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* In vfs_scanopt(), make sure that the mount option value is not NULLrodrigc2007-12-311-0/+2
* A partial solution to some of the 'pull the umass device with aimp2007-12-271-2/+7
* In nmount(), internally convert the mount option: "rdonly" to "ro".rodrigc2007-12-051-3/+6
* In nmount(), if MNT_ROOT is in the mount flags, filter itrodrigc2007-10-271-4/+13
OpenPOWER on IntegriCloud