aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
Commit message (Expand)AuthorAgeFilesLines
* sysctl: switch sysctllock to a sleepable rmlock, take 2Mateusz Guzik2015-09-151-2/+2
* Revert r285125 until rmlocks get fixed.Mateusz Guzik2015-07-301-2/+2
* sysctl: switch sysctllock to a sleepable rmlockMateusz Guzik2015-07-041-2/+2
* Remove several write-only variables, all reported by the gcc 4.9Konstantin Belousov2015-05-291-3/+1
* Rename sysctl_lock and _unlock to sysctl_xlock and _xunlock.Mateusz Guzik2014-10-211-2/+2
* Remove Giant acquisition from the mount and unmount pathes.Konstantin Belousov2014-08-031-32/+61
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Revert accidental commit.Peter Wemm2013-06-291-1/+0
* Help out gcc. clang understands.Peter Wemm2013-06-291-0/+1
* Don't worry if a module is already loaded when looking for a fstype to mountJamie Gritton2013-02-211-2/+6
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-1/+1
* Modify vfs_register() to use a hash calculationRick Macklem2011-09-131-1/+44
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.John Baldwin2009-02-061-0/+3
* Remove VFS_VPTOFH entirely. API is already broken and it is good time toPawel Jakub Dawidek2007-02-161-7/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-151-0/+4
* Remove duplicate security checks already performed in kern_kldload().John Baldwin2006-06-261-7/+1
* Use kern_kldload() and kern_kldunload() to load and unload modules whenJohn Baldwin2006-06-131-7/+5
* Remove VFS_START(). Its original purpose involved the mfs filesystem,David Schultz2005-02-201-3/+0
* Make various mountpoint related functions static.Poul-Henning Kamp2005-02-101-2/+4
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-26/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp2004-12-071-2/+2
* make "ffs" and alias for "ufs" when it comes to filesystem names.Poul-Henning Kamp2004-12-061-0/+2
* Introduce vfs_byname_kld() which will try to load the filesystemPoul-Henning Kamp2004-12-031-0/+37
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-263/+21
* Simplify initialization of va_null a little bit.Poul-Henning Kamp2004-09-151-13/+13
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-2/+7
* Convert the vfsconf list to a TAILQ.Poul-Henning Kamp2004-07-271-25/+19
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+2
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.Alfred Perlstein2004-07-071-0/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Remove opv_desc_vector from vfs_add_vnodeops, since it is definedColin Percival2004-02-151-2/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-1/+1
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-0/+61
* Use __FBSDID().David E. O'Brien2003-06-111-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-8/+8
* We don't need to check the return value of malloc() againstMaxime Henrion2002-06-221-14/+0
* More s/file system/filesystem/gTom Rhodes2002-05-161-4/+4
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduleMatthew Dillon2002-04-301-21/+82
* Commit work-around for panics when mounting FS's that are auto-loaded asDavid E. O'Brien2002-03-251-0/+2
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* Document all functions, global and static variables, and sysctls.Eivind Eklund2002-03-051-1/+23
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanPeter Wemm2000-12-061-23/+2