summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove syscallarg().alfred2002-12-141-9/+9
* SCARGS removal take II.alfred2002-12-141-8/+8
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-8/+8
* Remove SCARGS.alfred2002-12-131-8/+8
* - Use a better definition for MNAMELEN which doesn't requiremux2002-11-071-1/+1
* #include <geom/geom.h> to get proper prototypes. Contrary to my fears wephk2002-10-251-10/+12
* Make sure GEOM has stopped rattling the disks before we try to mountphk2002-10-241-0/+4
* This update removes a race between unmount and lookup. The lookupmckusick2002-10-221-4/+1
* GEOM does not (and shall not) propagate flags like D_MEMDISK, so we willphk2002-10-211-11/+11
* - Don't protect mountedhere with the vn interlock.jeff2002-09-251-5/+7
* Switch to using strlcpy() in several places. It seems theremux2002-09-191-7/+7
* Keep a copy of the credential used to mount filesystems around sophk2002-08-191-3/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-47/+50
* Make the consumers of the linker_load_file() function usemux2002-08-021-2/+2
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-1/+33
* - Backout the patch made in revision 1.75 of vfs_mount.c. The vputs herejeff2002-07-291-3/+3
* Fix a stupid bug where I wasn't initializing the namesmux2002-07-241-9/+10
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().mux2002-07-191-19/+113
* - Use standard locking functions in syncer's opvjeff2002-07-091-3/+3
* Add a VFS_START() call in vfs_mountroot_try() for the sakemux2002-07-081-1/+2
* Include systm.h before vnode.h so Debugger() and printf() are available whenjeff2002-07-051-1/+1
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()mux2002-07-031-0/+44
OpenPOWER on IntegriCloud