summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert the vfsconf list to a TAILQ.phk2004-07-271-83/+73
* Give kldunload a -f(orce) argument.phk2004-07-131-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-4/+4
* Clean up and wash struct iovec and struct uio handling.phk2004-07-101-26/+12
* Use vfs_suser() where appropriate.alfred2004-07-061-11/+7
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-061-2/+2
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-041-0/+2
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-0/+27
* Initialize ni_cnd.cn_cred before calling lookup() (this is normally donetmm2004-06-201-0/+1
* Reduce the thaumaturgical level of root filesystem mounts: Instead of usingphk2004-06-171-9/+51
* Second half of the dev_t cleanup.phk2004-06-171-6/+6
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-8/+8
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
OpenPOWER on IntegriCloud