| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -1/+1 |
* | Allow the dounmount() to proceed even for doomed coveredvp. | kib | 2007-04-26 | 1 | -3/+1 |
* | Export vfs_mount_alloc() as it is used in ZFS. | pjd | 2007-04-17 | 1 | -3/+1 |
* | Fix jails and jail-friendly file systems handling: | pjd | 2007-04-13 | 1 | -5/+0 |
* | Restore the locking for the sleep/wakeup to avoid waiting an extra 1 sec | njl | 2007-04-09 | 1 | -5/+11 |
* | Clean up the root mount and mount wait code. No mutexes are needed here | njl | 2007-04-09 | 1 | -15/+10 |
* | Add root_mounted() function that returns true if the root file system is | pjd | 2007-04-08 | 1 | -0/+14 |
* | Add security.jail.mount_allowed sysctl, which allows to mount and | pjd | 2007-04-05 | 1 | -0/+7 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -2/+2 |
* | Add root_mount_wait() function which can be used to wait until the root | pjd | 2007-04-03 | 1 | -10/+58 |
* | I think the code I'm removing here is completely bogus. | pjd | 2007-04-01 | 1 | -3/+0 |