summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-151-1/+1
* MFC rev. 1.259:Konstantin Belousov2007-05-101-3/+1
* MFC: 1.199, 1.200, 1.219, 1.222Craig Rodrigues2007-01-281-58/+107
* MFC: mount.h 1.200, 1.217Craig Rodrigues2007-01-271-0/+32
* MFCKonstantin Belousov2006-10-241-10/+31
* MFC: Reduce fluctuations of mnt_flag to allow unlocked readers to get aTor Egge2006-10-091-6/+6
* MFC: Don't restore MNT_QUOTA bit in mnt_flag after a failed mount withTor Egge2006-10-091-1/+2
* MFC: Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can raceTor Egge2006-10-091-5/+2
* MFC: Use mount interlock to protect all changes to mnt_flag andTor Egge2006-10-091-0/+13
* MFC rev 1.226: Unbusy mount before destruction.Tor Egge2006-09-271-5/+6
* MFC rev 1.221 : Print dangling vnodes before panic at unmount.Tor Egge2006-09-271-1/+6
* MFC rev 1.220: Make struct mount type stable.Tor Egge2006-09-271-8/+34
* Merge kern_exec.c:1.293,1.295, kern_acct.c:1.82, vfs_mount.c:1.227 fromRobert Watson2006-09-031-1/+10
* MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41Craig Rodrigues2006-06-171-0/+12
* MFC:Craig Rodrigues2006-06-031-0/+2
* MFC: 1.208Craig Rodrigues2006-05-281-0/+5
* MFC Revs 1.218, 1.217, 1.216Jeff Roberson2006-03-131-21/+70
* Merge vfs_mount.c:1.213 from HEAD to RELENG_6:Robert Watson2006-02-141-1/+1
* MFC r1.215:Suleiman Souhlal2006-01-311-4/+12
* MFC revision 1.214Christian S.J. Peron2006-01-241-1/+1
* MFC: Add marker vnodes to ensure that all vnodes associated with the mountTor Egge2006-01-141-12/+110
* parse nmount options enough to use a current mount binary; thisSam Leffler2006-01-041-0/+65
* MFC rev 1.203: Fix bug introduced in revision 1.186:Marcel Moolenaar2005-11-261-2/+7
* MFC 1.197 (by ssouhlal):Xin LI2005-09-301-1/+0
* devfs_first() return value isn't used, remove it.Pawel Jakub Dawidek2005-05-181-6/+4
* We don't use 'mp' variable, but we do want to mount devfs, ehh.Pawel Jakub Dawidek2005-05-121-0/+2
* Remove unised variable introduced by accident in rev 1.168.Pawel Jakub Dawidek2005-05-111-3/+0
* Plug memory leaks.Pawel Jakub Dawidek2005-05-111-5/+5
* - Remove an old splcam hack.Jeff Roberson2005-05-011-4/+0
* Call g_waitidle() before every check the list of holds is empty.Pawel Jakub Dawidek2005-04-191-7/+11
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.Poul-Henning Kamp2005-04-191-0/+3
* Add a named reference-count KPI to hold off mounting of the root filesystem.Poul-Henning Kamp2005-04-181-6/+49
* Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be readyPoul-Henning Kamp2005-04-181-0/+1
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-311-1/+1
* Fix inittodr() invocation. Now that devfs is mounted before theMarcel Moolenaar2005-03-251-3/+17
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. ForJeff Roberson2005-03-241-5/+7
* Fix a memoryleak in case of failed root filesystem mount.Poul-Henning Kamp2005-03-161-1/+4
* MFp4: print a more useful error when we don't have a /dev to mount devfsJohn-Mark Gurney2005-03-161-1/+1
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usePoul-Henning Kamp2005-03-161-0/+1
* Remove VFS_START(). Its original purpose involved the mfs filesystem,David Schultz2005-02-201-4/+1
* Make various mountpoint related functions static.Poul-Henning Kamp2005-02-101-3/+5
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).Pawel Jakub Dawidek2005-02-031-44/+2
* - Protect mnt_kern_flag with the mountpoint's mutex. This is requiredJeff Roberson2005-01-241-7/+11
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Do not vput(9) unlocked vnode and do not VREF it with the sole purposeAlexander Kabaev2004-12-271-2/+0
* Hide/remove various printfs, now that root mounting doesn't seem to explodePoul-Henning Kamp2004-12-201-9/+2
* Move the checkdirs() function from vfs_mount.c to kern_descrip.c andPoul-Henning Kamp2004-12-141-52/+3
* Copy the entire stats structure. Let compiler decide how.Poul-Henning Kamp2004-12-111-1/+1