aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* vfs mount: Consistently use ENODEV internally for an invalid fstypeJohn Baldwin2023-11-181-1/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix O(n^2) behavior in sysctlAlan Somers2022-09-271-1/+1
* vfs.typenumhash: fix sysctl descriptionAllan Jude2022-09-101-1/+1
* Add sysctl KERN_LOCKFKonstantin Belousov2022-04-091-1/+14
* vfs_unregister: fix error handlingMarvin Ma2022-02-251-2/+1
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-301-2/+4
* Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening2021-05-301-4/+2
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-291-2/+4
* vfs: fix trivial whitespace issues which don't interefere with blameMateusz Guzik2020-07-101-1/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-2/+2
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* vfs: add optional root vnode cachingMateusz Guzik2019-10-061-0/+12
* Only call sigdeferstop() for NFS.Konstantin Belousov2018-10-231-7/+213
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* 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