summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add a description for vfs.usermount sysctl.pjd2004-03-271-58/+54
* - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.pjd2004-03-271-8/+7
* We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.pjd2004-03-261-2/+4
* Make vfs_nmount() public. The Linux emulator needs this in order to mounttjr2004-03-161-2/+1
* Remove unused mnt_reservedvnlist field.phk2004-03-111-1/+0
* Don't ignore errors from vfs_allocate_syncvnode.cperciva2004-02-181-1/+1
* Fix many issues related to mount/unmount:pjd2004-02-021-8/+33
* In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in theiedowse2003-11-301-3/+7
* Do not attempt to destroy NULL vfs options list.kan2003-11-231-1/+1
* Fix a number of style(9) bugs introduced in r1.113 by me.kan2003-11-141-47/+46
* MNAMELEN is back to an int again after Kirk's statfs commitpeter2003-11-121-1/+1
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-121-429/+171
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-3/+4
* Update the list of CDROM device names to try for booting with RB_CDROMphk2003-09-261-3/+2
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-2/+9
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-23/+32
* Use __FBSDID().obrien2003-06-111-2/+3
* Improve the root-dev prompt facility for printing devices which couldphk2003-06-071-11/+2
* Free mount credentials (mnt_cred) when freeing the mount structtjr2003-04-241-0/+5
* Add /dev to the Alpha manual mount root example.obrien2003-04-231-1/+1
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-261-0/+3
* Export the name of the device used to mount the root file system asrwatson2003-02-221-0/+24
* Back out M_* changes, per decision of the TRB.imp2003-02-191-17/+17
* Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as aalfred2003-02-151-3/+3
* Style nit.des2003-02-141-4/+2
* KASSERT format string does not need newline terminationalfred2003-02-141-2/+2
* Add kasserts to catch bad API usage.alfred2003-02-141-0/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-17/+17
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* unwrap lines made short enough by SCARGS removalalfred2002-12-141-4/+2
OpenPOWER on IntegriCloud