| Commit message (Expand) | Author | Age | Files | Lines |
* | Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Because | Jaakko Heinonen | 2011-04-22 | 1 | -57/+14 |
* | Fix some style issues in r219925. | Jaakko Heinonen | 2011-03-26 | 1 | -5/+2 |
* | Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options in | Jaakko Heinonen | 2011-03-23 | 1 | -0/+26 |
* | Don't restore old mount options and flags if VFS_MOUNT(9) succeeds but | Jaakko Heinonen | 2011-02-19 | 1 | -26/+29 |
* | Based on discussions on the svn-src mailing list, rework r218195: | Matthew D Fleming | 2011-02-08 | 1 | -1/+1 |
* | Put the general logic for being a CPU hog into a new function | Matthew D Fleming | 2011-02-02 | 1 | -2/+1 |
* | Replace spaces with tabs. | Jaakko Heinonen | 2011-01-24 | 1 | -2/+2 |
* | Update MNT_ROOTFS comments after changes in the root mount logic. | Sergey Kandaurov | 2010-11-23 | 1 | -2/+4 |
* | In vfs_filteropt(), only print the errmsg when there's no errmsg | Marcel Moolenaar | 2010-10-18 | 1 | -1/+3 |
* | The r184588 changed the layout of struct export_args, causing an ABI | Konstantin Belousov | 2010-10-10 | 1 | -0/+8 |
* | Split the root mount logic from the (generic) mount code and move | Marcel Moolenaar | 2010-10-02 | 1 | -623/+28 |
* | Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak | Konstantin Belousov | 2010-09-11 | 1 | -11/+6 |
* | Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure. | Pawel Jakub Dawidek | 2010-09-09 | 1 | -0/+3 |
* | Doing first mount and updating mount points are both handled by the same | Pawel Jakub Dawidek | 2010-09-08 | 1 | -220/+268 |
* | - Log all the problems in devfs_fixup(). | Pawel Jakub Dawidek | 2010-09-08 | 1 | -2/+14 |
* | There is a bug in vfs_allocate_syncvnode() failure handling in mount code. | Pawel Jakub Dawidek | 2010-08-28 | 1 | -5/+3 |
* | - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to be | Pawel Jakub Dawidek | 2010-02-18 | 1 | -7/+4 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -1/+1 |
* | Add the possibility for vfs.root.mountfrom tunable to accept a list of | Attilio Rao | 2009-11-12 | 1 | -6/+15 |
* | Add suggestion for zfs root. | Edward Tomasz Napierala | 2009-11-08 | 1 | -0/+1 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | John Baldwin | 2009-07-31 | 1 | -4/+5 |
* | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | Robert Watson | 2009-07-29 | 1 | -1/+1 |
* | When auditing unmount(2), capture FSID arguments as regular text strings | Robert Watson | 2009-07-01 | 1 | -1/+3 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -4/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | sys/boot/common.c | Craig Rodrigues | 2009-06-01 | 1 | -21/+109 |
* | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -0/+5 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -19/+18 |
* | Revert r190676,190677 | Andrew Thompson | 2009-04-10 | 1 | -6/+2 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | Andrew Thompson | 2009-04-03 | 1 | -2/+6 |
* | Further rate limit the root wait status, it will be printed once per | Andrew Thompson | 2009-03-30 | 1 | -4/+8 |
* | Skip the allocation of the root hold token if the mount already happened. | Andrew Thompson | 2009-03-27 | 1 | -0/+5 |
* | Extend the "vfsopt" mount options for more general use. Make struct | Jamie Gritton | 2009-03-02 | 1 | -48/+121 |
* | Add more KTR_VFS logging point in order to have a more effective tracing. | Attilio Rao | 2009-02-05 | 1 | -2/+14 |
* | 1) Fix a deadlock in the VFS: | Attilio Rao | 2008-12-16 | 1 | -31/+14 |
* | Fix an inverted check introduced in r184554. | Attilio Rao | 2008-12-01 | 1 | -1/+1 |
* | Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless. | Attilio Rao | 2008-11-03 | 1 | -18/+3 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -0/+14 |
* | Improve VFS locking: | Attilio Rao | 2008-11-02 | 1 | -32/+31 |
* | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 1 | -2/+2 |
* | Add freebsd32 compat shim for nmount(2). | David E. O'Brien | 2008-09-19 | 1 | -7/+3 |
* | - Fix amd64 local privilege escalation. [08:07] | Simon L. B. Nielsen | 2008-09-03 | 1 | -1/+2 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao | 2008-08-31 | 1 | -14/+14 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
* | In nmount(), when we see the "force" option, | Craig Rodrigues | 2008-08-23 | 1 | -1/+7 |
* | Revert r181345. | Konstantin Belousov | 2008-08-10 | 1 | -0/+2 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | Dag-Erling Smørgrav | 2008-08-09 | 1 | -1/+1 |
* | In nmount(), if we see "update" in the mount options, | Craig Rodrigues | 2008-07-12 | 1 | -4/+5 |
* | Provide the mutual exclusion between the nfs export list modifications | Konstantin Belousov | 2008-06-09 | 1 | -0/+2 |
* | Remove checks against DDB, which isn't used in this file. | Wojciech A. Koszek | 2008-06-08 | 1 | -5/+0 |