summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add a ref count to the mount structure. Sleep for up to 3 seconds injeff2006-02-061-2/+32
* Don't try to load KLDs if we're mounting the root. We'd otherwise panic.ssouhlal2006-01-281-4/+12
* vfs_busy can only return something useful if MNTK_UNMOUNT has been set.csjp2006-01-151-1/+1
* Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring therwatson2006-01-151-1/+1
* AMD64 also supports disk slices.ru2006-01-141-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-12/+110
* vfs_mount_alloc() always returns 0, but what we really want is newlypjd2005-12-201-15/+7
* Use 'td' instead of 'curthread'.pjd2005-12-191-1/+1
* In devfs_first(), set mp->mnt_opt to a valid empty list of mount optionsrodrigc2005-12-081-0/+5
* Add "errmsg" to list of global mount options.rodrigc2005-12-081-0/+1
* Add "rdonly" to global_opts, and parse it in vfs_donmount().rodrigc2005-12-031-0/+4
* - Add "rw" mount option to global_opts.rodrigc2005-12-031-0/+10
* In nmount() and vfs_donmount(), do not strcmp() the options in the iovecrodrigc2005-11-231-36/+46
* Fix bug introduced in revision 1.186:marcel2005-11-191-3/+8
* Parse more mount options in vfs_donmount(), before vfs_domount()rodrigc2005-11-191-0/+42
* In vfs_nmount(), check to see if "update" mount option was passedrodrigc2005-11-181-0/+9
* style(9) cleanups.rodrigc2005-11-121-16/+17
* For nmount(), allow a text string error message to be propagated backrodrigc2005-11-091-2/+37
* Add utility function to propagate mount errors as text string messages.rodrigc2005-11-081-0/+21
* Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedssouhlal2005-09-021-1/+0
* devfs_first() return value isn't used, remove it.pjd2005-05-181-6/+4
* We don't use 'mp' variable, but we do want to mount devfs, ehh.pjd2005-05-121-0/+2
* Remove unised variable introduced by accident in rev 1.168.pjd2005-05-111-3/+0
OpenPOWER on IntegriCloud