summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-131-1/+1
* Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Becausejh2011-04-221-57/+14
* Fix some style issues in r219925.jh2011-03-261-5/+2
* Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options injh2011-03-231-0/+26
* Don't restore old mount options and flags if VFS_MOUNT(9) succeeds butjh2011-02-191-26/+29
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+1
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Replace spaces with tabs.jh2011-01-241-2/+2
* 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
OpenPOWER on IntegriCloud