aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. BecauseJaakko Heinonen2011-04-221-57/+14
* Fix some style issues in r219925.Jaakko Heinonen2011-03-261-5/+2
* Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options inJaakko Heinonen2011-03-231-0/+26
* Don't restore old mount options and flags if VFS_MOUNT(9) succeeds butJaakko Heinonen2011-02-191-26/+29
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+1
* Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-021-2/+1
* Replace spaces with tabs.Jaakko Heinonen2011-01-241-2/+2
* Update MNT_ROOTFS comments after changes in the root mount logic.Sergey Kandaurov2010-11-231-2/+4
* In vfs_filteropt(), only print the errmsg when there's no errmsgMarcel Moolenaar2010-10-181-1/+3
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-101-0/+8
* Split the root mount logic from the (generic) mount code and moveMarcel Moolenaar2010-10-021-623/+28
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakKonstantin Belousov2010-09-111-11/+6
* Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure.Pawel Jakub Dawidek2010-09-091-0/+3
* Doing first mount and updating mount points are both handled by the samePawel Jakub Dawidek2010-09-081-220/+268
* - Log all the problems in devfs_fixup().Pawel Jakub Dawidek2010-09-081-2/+14
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.Pawel Jakub Dawidek2010-08-281-5/+3
* - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to bePawel Jakub Dawidek2010-02-181-7/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Add the possibility for vfs.root.mountfrom tunable to accept a list ofAttilio Rao2009-11-121-6/+15
* Add suggestion for zfs root.Edward Tomasz Napierala2009-11-081-0/+1
* Fix some LORs between vnode locks and filedescriptor table locks.John Baldwin2009-07-311-4/+5
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadRobert Watson2009-07-291-1/+1
* When auditing unmount(2), capture FSID arguments as regular text stringsRobert Watson2009-07-011-1/+3
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-271-4/+4
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* sys/boot/common.cCraig Rodrigues2009-06-011-21/+109
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-0/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-19/+18
* Revert r190676,190677Andrew Thompson2009-04-101-6/+2
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-2/+6
* Further rate limit the root wait status, it will be printed once perAndrew Thompson2009-03-301-4/+8
* Skip the allocation of the root hold token if the mount already happened.Andrew Thompson2009-03-271-0/+5
* Extend the "vfsopt" mount options for more general use. Make structJamie Gritton2009-03-021-48/+121
* Add more KTR_VFS logging point in order to have a more effective tracing.Attilio Rao2009-02-051-2/+14
* 1) Fix a deadlock in the VFS:Attilio Rao2008-12-161-31/+14
* Fix an inverted check introduced in r184554.Attilio Rao2008-12-011-1/+1
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.Attilio Rao2008-11-031-18/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+14
* Improve VFS locking:Attilio Rao2008-11-021-32/+31
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-2/+2
* Add freebsd32 compat shim for nmount(2).David E. O'Brien2008-09-191-7/+3
* - Fix amd64 local privilege escalation. [08:07]Simon L. B. Nielsen2008-09-031-1/+2
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-14/+14
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* In nmount(), when we see the "force" option,Craig Rodrigues2008-08-231-1/+7
* Revert r181345.Konstantin Belousov2008-08-101-0/+2
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* In nmount(), if we see "update" in the mount options,Craig Rodrigues2008-07-121-4/+5
* Provide the mutual exclusion between the nfs export list modificationsKonstantin Belousov2008-06-091-0/+2
* Remove checks against DDB, which isn't used in this file.Wojciech A. Koszek2008-06-081-5/+0