| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a problem introduced in revision 1.220. On mount(2) failure, don't | pjd | 2006-06-02 | 1 | -5/+6 |
* | Add "update" mount option to global_opts array, | rodrigc | 2006-05-26 | 1 | -0/+1 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -0/+12 |
* | Restore the ability to mount procfs and fdescfs filesystems via the | kbyanc | 2006-05-15 | 1 | -3/+0 |
* | For nmount(), if "rw" is specified as a mount option, | rodrigc | 2006-05-14 | 1 | -3/+25 |
* | - When there are dangling vnodes at unmount print them before we panic. | jeff | 2006-03-31 | 1 | -1/+6 |
* | - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to prevent | jeff | 2006-03-31 | 1 | -8/+32 |
* | The mount(8) manpage says: "In case of conflicting options being | ru | 2006-03-13 | 1 | -56/+39 |
* | Use vn_start_secondary_write() and vn_finished_secondary_write() as a | tegge | 2006-03-08 | 1 | -0/+13 |
* | - We can not hold a vnode lock while we do a lookup. Search for and load | jeff | 2006-02-22 | 1 | -19/+25 |
* | - Add a ref count to the mount structure. Sleep for up to 3 seconds in | jeff | 2006-02-06 | 1 | -2/+32 |
* | Don't try to load KLDs if we're mounting the root. We'd otherwise panic. | ssouhlal | 2006-01-28 | 1 | -4/+12 |
* | vfs_busy can only return something useful if MNTK_UNMOUNT has been set. | csjp | 2006-01-15 | 1 | -1/+1 |
* | Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring the | rwatson | 2006-01-15 | 1 | -1/+1 |
* | AMD64 also supports disk slices. | ru | 2006-01-14 | 1 | -1/+1 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -12/+110 |
* | vfs_mount_alloc() always returns 0, but what we really want is newly | pjd | 2005-12-20 | 1 | -15/+7 |
* | Use 'td' instead of 'curthread'. | pjd | 2005-12-19 | 1 | -1/+1 |