summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Introduce vfs_byname_kld() which will try to load the filesystemphk2004-12-031-29/+3
* Use FILEDESC_LOCK_FAST in checkdirs()phk2004-11-281-5/+5
* Eliminate MNT_NODEV usage, it doesn't have any meaning any more.phk2004-11-261-2/+2
* Allow a filesystem to have both old and new mount methods at the samephk2004-11-251-1/+2
* Assert Giant held in vfs_domount() and vfs_dounmount()phk2004-11-251-3/+20
* Integrate the relevant bits of vfs_rootmountalloc() where it matters.phk2004-11-251-38/+18
* Pass path to filesystem when mounting rootphk2004-11-181-1/+1
* remove unused variablephk2004-11-101-1/+0
* Remove hack which mounts the root filesystem R/W if the device isphk2004-11-101-7/+0
* Make getdiskbyname() static to vfs_mount.c.phk2004-11-091-2/+6
* Drop Giant around the call to g_waitidle().phk2004-10-231-0/+2
* Back out changes which were introduced to delay mounting root file system.pjd2004-10-051-80/+66
* Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fitspjd2004-09-241-1/+1
* Eliminate devsw() call, we are not dereferencing the pointer.phk2004-09-241-1/+1
* Introduce new /boot/loader.conf variable: root_mount_delay.pjd2004-09-231-66/+80
* It's too easy to panic the machine when INVARIANTS are turned onalfred2004-09-051-1/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-52/+53
OpenPOWER on IntegriCloud