summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* - When there are dangling vnodes at unmount print them before we panic.jeff2006-03-311-1/+6
* - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to preventjeff2006-03-311-8/+32
* The mount(8) manpage says: "In case of conflicting options beingru2006-03-131-56/+39
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-0/+13
* - We can not hold a vnode lock while we do a lookup. Search for and loadjeff2006-02-221-19/+25
* - Add a ref count to the mount structure. Sleep for up to 3 seconds injeff2006-02-061-2/+32
* Don't try to load KLDs if we're mounting the root. We'd otherwise panic.ssouhlal2006-01-281-4/+12
* vfs_busy can only return something useful if MNTK_UNMOUNT has been set.csjp2006-01-151-1/+1
* Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring therwatson2006-01-151-1/+1
* AMD64 also supports disk slices.ru2006-01-141-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-12/+110
* vfs_mount_alloc() always returns 0, but what we really want is newlypjd2005-12-201-15/+7
* Use 'td' instead of 'curthread'.pjd2005-12-191-1/+1
* In devfs_first(), set mp->mnt_opt to a valid empty list of mount optionsrodrigc2005-12-081-0/+5
* Add "errmsg" to list of global mount options.rodrigc2005-12-081-0/+1
* Add "rdonly" to global_opts, and parse it in vfs_donmount().rodrigc2005-12-031-0/+4
* - Add "rw" mount option to global_opts.rodrigc2005-12-031-0/+10
* In nmount() and vfs_donmount(), do not strcmp() the options in the iovecrodrigc2005-11-231-36/+46
* Fix bug introduced in revision 1.186:marcel2005-11-191-3/+8
* Parse more mount options in vfs_donmount(), before vfs_domount()rodrigc2005-11-191-0/+42
* In vfs_nmount(), check to see if "update" mount option was passedrodrigc2005-11-181-0/+9
* style(9) cleanups.rodrigc2005-11-121-16/+17
* For nmount(), allow a text string error message to be propagated backrodrigc2005-11-091-2/+37
* Add utility function to propagate mount errors as text string messages.rodrigc2005-11-081-0/+21
* Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedssouhlal2005-09-021-1/+0
* devfs_first() return value isn't used, remove it.pjd2005-05-181-6/+4
* We don't use 'mp' variable, but we do want to mount devfs, ehh.pjd2005-05-121-0/+2
* Remove unised variable introduced by accident in rev 1.168.pjd2005-05-111-3/+0
* Plug memory leaks.pjd2005-05-111-5/+5
* - Remove an old splcam hack.jeff2005-05-011-4/+0
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.phk2005-04-191-0/+3
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-6/+49
* Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be readyphk2005-04-181-0/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* Fix inittodr() invocation. Now that devfs is mounted before themarcel2005-03-251-3/+17
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. Forjeff2005-03-241-5/+7
* Fix a memoryleak in case of failed root filesystem mount.phk2005-03-161-1/+4
* MFp4: print a more useful error when we don't have a /dev to mount devfsjmg2005-03-161-1/+1
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usephk2005-03-161-0/+1
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-201-4/+1
* Make various mountpoint related functions static.phk2005-02-101-3/+5
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-031-44/+2
* - Protect mnt_kern_flag with the mountpoint's mutex. This is requiredjeff2005-01-241-7/+11
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* 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
OpenPOWER on IntegriCloud