| Commit message (Expand) | Author | Age | Files | Lines |
* | When auditing unmount(2), capture FSID arguments as regular text strings | rwatson | 2009-07-01 | 1 | -1/+3 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -4/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | sys/boot/common.c | rodrigc | 2009-06-01 | 1 | -21/+109 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -0/+5 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -19/+18 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -6/+2 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 1 | -2/+6 |
* | Further rate limit the root wait status, it will be printed once per | thompsa | 2009-03-30 | 1 | -4/+8 |
* | Skip the allocation of the root hold token if the mount already happened. | thompsa | 2009-03-27 | 1 | -0/+5 |
* | Extend the "vfsopt" mount options for more general use. Make struct | jamie | 2009-03-02 | 1 | -48/+121 |
* | Add more KTR_VFS logging point in order to have a more effective tracing. | attilio | 2009-02-05 | 1 | -2/+14 |
* | 1) Fix a deadlock in the VFS: | attilio | 2008-12-16 | 1 | -31/+14 |
* | Fix an inverted check introduced in r184554. | attilio | 2008-12-01 | 1 | -1/+1 |
* | Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless. | attilio | 2008-11-03 | 1 | -18/+3 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -0/+14 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -32/+31 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+2 |
* | Add freebsd32 compat shim for nmount(2). | obrien | 2008-09-19 | 1 | -7/+3 |
* | - Fix amd64 local privilege escalation. [08:07] | simon | 2008-09-03 | 1 | -1/+2 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -14/+14 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | In nmount(), when we see the "force" option, | rodrigc | 2008-08-23 | 1 | -1/+7 |
* | Revert r181345. | kib | 2008-08-10 | 1 | -0/+2 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | In nmount(), if we see "update" in the mount options, | rodrigc | 2008-07-12 | 1 | -4/+5 |
* | Provide the mutual exclusion between the nfs export list modifications | kib | 2008-06-09 | 1 | -0/+2 |
* | Remove checks against DDB, which isn't used in this file. | wkoszek | 2008-06-08 | 1 | -5/+0 |
* | Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, since | rodrigc | 2008-05-23 | 1 | -2/+0 |
* | Lock filedesc exclusively when modifying fd_[cr]dir. | rdivacky | 2008-04-29 | 1 | -2/+2 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -1/+0 |
* | o add a mountroot event handler that fires when / is mounted; this information | sam | 2008-04-08 | 1 | -0/+2 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | Yield the cpu in the kernel while iterating the list of the | kib | 2008-03-23 | 1 | -0/+6 |
* | Undo the damage I did in sys/kern/vfs_mount.c #1.274 and | yar | 2008-02-18 | 1 | -2/+1 |
* | Add a remark on a questionable property of vfs_mergeopts(). | yar | 2008-02-18 | 1 | -0/+7 |
* | In the new order of things dictated by nmount(2), a read-only mount | yar | 2008-02-14 | 1 | -3/+4 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -3/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -10/+10 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | In vfs_scanopt(), make sure that the mount option value is not NULL | rodrigc | 2007-12-31 | 1 | -0/+2 |
* | A partial solution to some of the 'pull the umass device with a | imp | 2007-12-27 | 1 | -2/+7 |
* | In nmount(), internally convert the mount option: "rdonly" to "ro". | rodrigc | 2007-12-05 | 1 | -3/+6 |
* | In nmount(), if MNT_ROOT is in the mount flags, filter it | rodrigc | 2007-10-27 | 1 | -4/+13 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -3/+3 |
* | When restoring the mount after umount failed, the MNTK_UNMOUNT flag | kib | 2007-09-12 | 1 | -4/+9 |
* | On 6.x this works: | jhb | 2007-08-15 | 1 | -11/+56 |
* | The v_mountedhere field is protected by the vnode lock, not vnode's internal | pjd | 2007-07-26 | 1 | -1/+1 |
* | Revert previous commits which I committed by mistake. | rodrigc | 2007-07-14 | 1 | -4/+0 |
* | The last entry in the ext2_opts array must be NULL, | rodrigc | 2007-07-14 | 1 | -0/+4 |