summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug memory leaks.pjd2005-05-111-5/+5
* - Remove an old splcam hack.jeff2005-05-011-4/+0
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.phk2005-04-191-0/+3
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-6/+49
* Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be readyphk2005-04-181-0/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* Fix inittodr() invocation. Now that devfs is mounted before themarcel2005-03-251-3/+17
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. Forjeff2005-03-241-5/+7
* Fix a memoryleak in case of failed root filesystem mount.phk2005-03-161-1/+4
OpenPOWER on IntegriCloud