summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* In nmount(), if we see "update" in the mount options,rodrigc2008-07-121-4/+5
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-091-0/+2
* Remove checks against DDB, which isn't used in this file.wkoszek2008-06-081-5/+0
* Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, sincerodrigc2008-05-231-2/+0
* Lock filedesc exclusively when modifying fd_[cr]dir.rdivacky2008-04-291-2/+2
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* o add a mountroot event handler that fires when / is mounted; this informationsam2008-04-081-0/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Yield the cpu in the kernel while iterating the list of thekib2008-03-231-0/+6
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-181-2/+1
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* In the new order of things dictated by nmount(2), a read-only mountyar2008-02-141-3/+4
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-10/+10
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* In vfs_scanopt(), make sure that the mount option value is not NULLrodrigc2007-12-311-0/+2
* A partial solution to some of the 'pull the umass device with aimp2007-12-271-2/+7
* In nmount(), internally convert the mount option: "rdonly" to "ro".rodrigc2007-12-051-3/+6
* In nmount(), if MNT_ROOT is in the mount flags, filter itrodrigc2007-10-271-4/+13
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-3/+3
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-121-4/+9
* On 6.x this works:jhb2007-08-151-11/+56
* The v_mountedhere field is protected by the vnode lock, not vnode's internalpjd2007-07-261-1/+1
* Revert previous commits which I committed by mistake.rodrigc2007-07-141-4/+0
* The last entry in the ext2_opts array must be NULL,rodrigc2007-07-141-0/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-1/+1
* Allow the dounmount() to proceed even for doomed coveredvp.kib2007-04-261-3/+1
* Export vfs_mount_alloc() as it is used in ZFS.pjd2007-04-171-3/+1
* Fix jails and jail-friendly file systems handling:pjd2007-04-131-5/+0
* Restore the locking for the sleep/wakeup to avoid waiting an extra 1 secnjl2007-04-091-5/+11
* Clean up the root mount and mount wait code. No mutexes are needed herenjl2007-04-091-15/+10
* Add root_mounted() function that returns true if the root file system ispjd2007-04-081-0/+14
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Add root_mount_wait() function which can be used to wait until the rootpjd2007-04-031-10/+58
* I think the code I'm removing here is completely bogus.pjd2007-04-011-3/+0
* Make vfs_mount_destroy() and vfs_freeopts() non-static, I'd like to use them.pjd2007-03-311-3/+2
* Don't deny unmounting file systems for jailed processes immediately, allowpjd2007-03-181-3/+1
* Don't deny mounting for jailed processes immediately, allowpjd2007-03-141-3/+1
* White space nits.pjd2007-03-141-16/+14
* Further system call comment cleanup:rwatson2007-03-051-6/+3
* Make vfs_getopts() set *error to ENOENT if the option wasn't found, so thatcognet2007-02-131-0/+1
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-161-0/+11
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-9/+21
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+1
* Fix the remaining race in the revs. 1.232, 1,233 that could occur duringkib2006-10-031-1/+5
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Reduce fluctuations of mnt_flag to allow unlocked readers to get ategge2006-09-261-6/+6
* Don't restore MNT_QUOTA bit in mnt_flag after a failed mount withtegge2006-09-261-1/+2
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-0/+15
OpenPOWER on IntegriCloud