| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvs | cvs2svn | 2008-01-15 | 1 | -1/+1 |
* | MFC rev. 1.259: | Konstantin Belousov | 2007-05-10 | 1 | -3/+1 |
* | MFC: 1.199, 1.200, 1.219, 1.222 | Craig Rodrigues | 2007-01-28 | 1 | -58/+107 |
* | MFC: mount.h 1.200, 1.217 | Craig Rodrigues | 2007-01-27 | 1 | -0/+32 |
* | MFC | Konstantin Belousov | 2006-10-24 | 1 | -10/+31 |
* | MFC: Reduce fluctuations of mnt_flag to allow unlocked readers to get a | Tor Egge | 2006-10-09 | 1 | -6/+6 |
* | MFC: Don't restore MNT_QUOTA bit in mnt_flag after a failed mount with | Tor Egge | 2006-10-09 | 1 | -1/+2 |
* | MFC: Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can race | Tor Egge | 2006-10-09 | 1 | -5/+2 |
* | MFC: Use mount interlock to protect all changes to mnt_flag and | Tor Egge | 2006-10-09 | 1 | -0/+13 |
* | MFC rev 1.226: Unbusy mount before destruction. | Tor Egge | 2006-09-27 | 1 | -5/+6 |
* | MFC rev 1.221 : Print dangling vnodes before panic at unmount. | Tor Egge | 2006-09-27 | 1 | -1/+6 |
* | MFC rev 1.220: Make struct mount type stable. | Tor Egge | 2006-09-27 | 1 | -8/+34 |
* | Merge kern_exec.c:1.293,1.295, kern_acct.c:1.82, vfs_mount.c:1.227 from | Robert Watson | 2006-09-03 | 1 | -1/+10 |
* | MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 | Craig Rodrigues | 2006-06-17 | 1 | -0/+12 |
* | MFC: | Craig Rodrigues | 2006-06-03 | 1 | -0/+2 |
* | MFC: 1.208 | Craig Rodrigues | 2006-05-28 | 1 | -0/+5 |
* | MFC Revs 1.218, 1.217, 1.216 | Jeff Roberson | 2006-03-13 | 1 | -21/+70 |
* | Merge vfs_mount.c:1.213 from HEAD to RELENG_6: | Robert Watson | 2006-02-14 | 1 | -1/+1 |
* | MFC r1.215: | Suleiman Souhlal | 2006-01-31 | 1 | -4/+12 |
* | MFC revision 1.214 | Christian S.J. Peron | 2006-01-24 | 1 | -1/+1 |
* | MFC: Add marker vnodes to ensure that all vnodes associated with the mount | Tor Egge | 2006-01-14 | 1 | -12/+110 |
* | parse nmount options enough to use a current mount binary; this | Sam Leffler | 2006-01-04 | 1 | -0/+65 |
* | MFC rev 1.203: Fix bug introduced in revision 1.186: | Marcel Moolenaar | 2005-11-26 | 1 | -2/+7 |
* | MFC 1.197 (by ssouhlal): | Xin LI | 2005-09-30 | 1 | -1/+0 |
* | devfs_first() return value isn't used, remove it. | Pawel Jakub Dawidek | 2005-05-18 | 1 | -6/+4 |
* | We don't use 'mp' variable, but we do want to mount devfs, ehh. | Pawel Jakub Dawidek | 2005-05-12 | 1 | -0/+2 |
* | Remove unised variable introduced by accident in rev 1.168. | Pawel Jakub Dawidek | 2005-05-11 | 1 | -3/+0 |
* | Plug memory leaks. | Pawel Jakub Dawidek | 2005-05-11 | 1 | -5/+5 |
* | - Remove an old splcam hack. | Jeff Roberson | 2005-05-01 | 1 | -4/+0 |
* | Call g_waitidle() before every check the list of holds is empty. | Pawel Jakub Dawidek | 2005-04-19 | 1 | -7/+11 |
* | Call g_waitidle() instead of GEOM using the root_mount_hold() KPI. | Poul-Henning Kamp | 2005-04-19 | 1 | -0/+3 |
* | Add a named reference-count KPI to hold off mounting of the root filesystem. | Poul-Henning Kamp | 2005-04-18 | 1 | -6/+49 |
* | Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be ready | Poul-Henning Kamp | 2005-04-18 | 1 | -0/+1 |
* | - LK_NOPAUSE is a nop now. | Jeff Roberson | 2005-03-31 | 1 | -1/+1 |
* | Fix inittodr() invocation. Now that devfs is mounted before the | Marcel Moolenaar | 2005-03-25 | 1 | -3/+17 |
* | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | Jeff Roberson | 2005-03-24 | 1 | -5/+7 |
* | Fix a memoryleak in case of failed root filesystem mount. | Poul-Henning Kamp | 2005-03-16 | 1 | -1/+4 |
* | MFp4: print a more useful error when we don't have a /dev to mount devfs | John-Mark Gurney | 2005-03-16 | 1 | -1/+1 |
* | Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use | Poul-Henning Kamp | 2005-03-16 | 1 | -0/+1 |
* | Remove VFS_START(). Its original purpose involved the mfs filesystem, | David Schultz | 2005-02-20 | 1 | -4/+1 |
* | Make various mountpoint related functions static. | Poul-Henning Kamp | 2005-02-10 | 1 | -3/+5 |
* | - Move gets() function to libkern (I want to use it outside vfs_mount.c). | Pawel Jakub Dawidek | 2005-02-03 | 1 | -44/+2 |
* | - Protect mnt_kern_flag with the mountpoint's mutex. This is required | Jeff Roberson | 2005-01-24 | 1 | -7/+11 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -2/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Do not vput(9) unlocked vnode and do not VREF it with the sole purpose | Alexander Kabaev | 2004-12-27 | 1 | -2/+0 |
* | Hide/remove various printfs, now that root mounting doesn't seem to explode | Poul-Henning Kamp | 2004-12-20 | 1 | -9/+2 |
* | Move the checkdirs() function from vfs_mount.c to kern_descrip.c and | Poul-Henning Kamp | 2004-12-14 | 1 | -52/+3 |
* | Copy the entire stats structure. Let compiler decide how. | Poul-Henning Kamp | 2004-12-11 | 1 | -1/+1 |