summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283735:kib2015-06-051-3/+1
* MFC r269457:kib2014-08-171-32/+61
* Revert accidental commit.peter2013-06-291-1/+0
* Help out gcc. clang understands.peter2013-06-291-0/+1
* Don't worry if a module is already loaded when looking for a fstype to mountjamie2013-02-211-2/+6
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-1/+1
* Modify vfs_register() to use a hash calculationrmacklem2011-09-131-1/+44
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-061-0/+3
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-161-7/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+4
* Remove duplicate security checks already performed in kern_kldload().jhb2006-06-261-7/+1
* Use kern_kldload() and kern_kldunload() to load and unload modules whenjhb2006-06-131-7/+5
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-201-3/+0
* Make various mountpoint related functions static.phk2005-02-101-2/+4
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-26/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-2/+2
* make "ffs" and alias for "ufs" when it comes to filesystem names.phk2004-12-061-0/+2
* Introduce vfs_byname_kld() which will try to load the filesystemphk2004-12-031-0/+37
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-263/+21
* Simplify initialization of va_null a little bit.phk2004-09-151-13/+13
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-2/+7
* Convert the vfsconf list to a TAILQ.phk2004-07-271-25/+19
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+2
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-071-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Remove opv_desc_vector from vfs_add_vnodeops, since it is definedcperciva2004-02-151-2/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-0/+61
* Use __FBSDID().obrien2003-06-111-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* We don't need to check the return value of malloc() againstmux2002-06-221-14/+0
* More s/file system/filesystem/gtrhodes2002-05-161-4/+4
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduledillon2002-04-301-21/+82
* Commit work-around for panics when mounting FS's that are auto-loaded asobrien2002-03-251-0/+2
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Document all functions, global and static variables, and sysctls.eivind2002-03-051-1/+23
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-061-23/+2
* Do not panic on an uninitialized VOP_xxx() call. This was meant as apeter2000-09-061-2/+2
* The sysctl mod_xx hack is no longer required now that we have totallypeter1999-12-121-10/+0
* Move a couple of globals here where they are initialised, rather thanmsmith1999-11-011-0/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed references to a nonexistent variable. This fixes building kernelsbde1999-07-291-4/+1
* * Register sysctl nodes before running sysinits when loading files anddfr1999-03-071-2/+21
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-46/+1
OpenPOWER on IntegriCloud