| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make vfs_mount_destroy() and vfs_freeopts() non-static, I'd like to use them. | pjd | 2007-03-31 | 1 | -3/+2 |
* | Don't deny unmounting file systems for jailed processes immediately, allow | pjd | 2007-03-18 | 1 | -3/+1 |
* | Don't deny mounting for jailed processes immediately, allow | pjd | 2007-03-14 | 1 | -3/+1 |
* | White space nits. | pjd | 2007-03-14 | 1 | -16/+14 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -6/+3 |
* | Make vfs_getopts() set *error to ENOENT if the option wasn't found, so that | cognet | 2007-02-13 | 1 | -0/+1 |
* | Add a function vfs_deleteopt() which searches through the vfsoptlist | rodrigc | 2006-12-16 | 1 | -0/+11 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -9/+21 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+1 |
* | Fix the remaining race in the revs. 1.232, 1,233 that could occur during | kib | 2006-10-03 | 1 | -1/+5 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -0/+1 |
* | Reduce fluctuations of mnt_flag to allow unlocked readers to get a | tegge | 2006-09-26 | 1 | -6/+6 |
* | Don't restore MNT_QUOTA bit in mnt_flag after a failed mount with | tegge | 2006-09-26 | 1 | -1/+2 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -0/+15 |
* | Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can race | tegge | 2006-09-26 | 1 | -5/+2 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+13 |
* | Fix the bug in rev. 1.232. If vfs_suser returned false, coveredvp shall be | kib | 2006-09-19 | 1 | -1/+2 |
* | Fix the race while waiting for coveredvp lock during unmount. The vnode may | kib | 2006-09-18 | 1 | -12/+26 |
* | Fix another bug introduced with rev. 1.204; in vfs_donmount() if | marius | 2006-08-26 | 1 | -2/+1 |
* | Fix comment. | pjd | 2006-08-25 | 1 | -1/+1 |
* | Fix a bug introduced with rev. 1.204; in vfs_donmount() use | marius | 2006-08-24 | 1 | -5/+4 |
* | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | jhb | 2006-06-27 | 1 | -12/+23 |
* | Audit some arguments to nmount(), mount(), umount(). | rwatson | 2006-06-05 | 1 | -1/+10 |