summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update MNT_ROOTFS comments after changes in the root mount logic.pluknet2010-11-231-2/+4
* In vfs_filteropt(), only print the errmsg when there's no errmsgmarcel2010-10-181-1/+3
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-0/+8
* Split the root mount logic from the (generic) mount code and movemarcel2010-10-021-623/+28
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-111-11/+6
* Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure.pjd2010-09-091-0/+3
* Doing first mount and updating mount points are both handled by the samepjd2010-09-081-220/+268
* - Log all the problems in devfs_fixup().pjd2010-09-081-2/+14
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-281-5/+3
* - 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
OpenPOWER on IntegriCloud