summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can racetegge2006-09-261-5/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+13
* Fix the bug in rev. 1.232. If vfs_suser returned false, coveredvp shall bekib2006-09-191-1/+2
* Fix the race while waiting for coveredvp lock during unmount. The vnode maykib2006-09-181-12/+26
* Fix another bug introduced with rev. 1.204; in vfs_donmount() ifmarius2006-08-261-2/+1
* Fix comment.pjd2006-08-251-1/+1
* Fix a bug introduced with rev. 1.204; in vfs_donmount() usemarius2006-08-241-5/+4
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-12/+23
* Audit some arguments to nmount(), mount(), umount().rwatson2006-06-051-1/+10
* Fix a problem introduced in revision 1.220. On mount(2) failure, don'tpjd2006-06-021-5/+6
* Add "update" mount option to global_opts array,rodrigc2006-05-261-0/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-0/+12
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-3/+0
* For nmount(), if "rw" is specified as a mount option,rodrigc2006-05-141-3/+25
* - When there are dangling vnodes at unmount print them before we panic.jeff2006-03-311-1/+6
* - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to preventjeff2006-03-311-8/+32
* The mount(8) manpage says: "In case of conflicting options beingru2006-03-131-56/+39
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-0/+13
* - We can not hold a vnode lock while we do a lookup. Search for and loadjeff2006-02-221-19/+25
OpenPOWER on IntegriCloud