summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4: print a more useful error when we don't have a /dev to mount devfsjmg2005-03-161-1/+1
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usephk2005-03-161-0/+1
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-201-4/+1
* Make various mountpoint related functions static.phk2005-02-101-3/+5
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-031-44/+2
* - Protect mnt_kern_flag with the mountpoint's mutex. This is requiredjeff2005-01-241-7/+11
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Do not vput(9) unlocked vnode and do not VREF it with the sole purposekan2004-12-271-2/+0
* Hide/remove various printfs, now that root mounting doesn't seem to explodephk2004-12-201-9/+2
* Move the checkdirs() function from vfs_mount.c to kern_descrip.c andphk2004-12-141-52/+3
* Copy the entire stats structure. Let compiler decide how.phk2004-12-111-1/+1
* Fix whitespace.phk2004-12-111-1/+1
* Remove the /dev/dev -> / symlink after we are done with it.phk2004-12-111-0/+2
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-208/+211
* Instead of complaining about it, just silently filter out MNT_ROOTFS.phk2004-12-071-2/+1
* Always call VFS_STATFS() on mp->mnt_stat when we have mounted a filesystem,phk2004-12-061-0/+1
* Add more functions for handling mount arguments in VFS_MOUNT():phk2004-12-061-0/+112
* Change the first argument of vfs_cmount() to a handy struct mntarg* andphk2004-12-061-14/+21
* Add a few convenient functions in the mount_arg() family and collect thephk2004-12-061-70/+204
* Collapse two almost identical license copies, preserving the rights ofphk2004-12-061-24/+1
* Remove the kern.rootdev sysctl.phk2004-12-061-24/+0
* Make struct vfsopt{list} private to vfs_mount.cphk2004-12-061-0/+8
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-0/+11
* Implement a function, mount_arg() for accumulating a list of mount parametersphk2004-12-031-42/+45
* When omount() is called, check if the filesystem have a cmount methodphk2004-12-031-2/+11
* Add early checks for MNT_ROOTFS since we need to allow it later on inphk2004-12-031-0/+9
* Retire unused vfs_mount() function in the name of nmount migration.phk2004-12-031-24/+0
OpenPOWER on IntegriCloud