summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
AgeCommit message (Expand)Author
2025-09-03vfs: handle vfs_init() failuresKyle Evans
2025-08-28vfs: make vfscount refcounting handle possible kld unloadKonstantin Belousov
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-11-18vfs mount: Consistently use ENODEV internally for an invalid fstypeJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-26Fix O(n^2) behavior in sysctlAlan Somers
2022-09-10vfs.typenumhash: fix sysctl descriptionAllan Jude
2022-04-10Add sysctl KERN_LOCKFKonstantin Belousov
2022-02-25vfs_unregister: fix error handlingMarvin Ma
2021-05-30VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening
2021-05-29Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening
2021-05-29VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening
2020-07-10vfs: fix trivial whitespace issues which don't interefere with blameMateusz Guzik
2020-06-14Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem
2020-01-30Remove duplicated empty lines from kern/*.cMateusz Guzik
2019-10-06vfs: add optional root vnode cachingMateusz Guzik
2018-10-23Only call sigdeferstop() for NFS.Konstantin Belousov
2018-05-04Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-15Renumber license clauses in sys/kern to avoid skipping #3Ed Maste
2015-09-15sysctl: switch sysctllock to a sleepable rmlock, take 2Mateusz Guzik
2015-07-30Revert r285125 until rmlocks get fixed.Mateusz Guzik
2015-07-04sysctl: switch sysctllock to a sleepable rmlockMateusz Guzik
2015-05-29Remove several write-only variables, all reported by the gcc 4.9Konstantin Belousov
2014-10-21Rename sysctl_lock and _unlock to sysctl_xlock and _xunlock.Mateusz Guzik
2014-08-03Remove Giant acquisition from the mount and unmount pathes.Konstantin Belousov
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-06-29Revert accidental commit.Peter Wemm
2013-06-29Help out gcc. clang understands.Peter Wemm
2013-02-21Don't worry if a module is already loaded when looking for a fstype to mountJamie Gritton
2012-10-22Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov
2011-09-13Modify vfs_register() to use a hash calculationRick Macklem
2009-02-06Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.John Baldwin
2007-02-16Remove VFS_VPTOFH entirely. API is already broken and it is good time toPawel Jakub Dawidek
2007-02-15Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek
2006-06-26Remove duplicate security checks already performed in kern_kldload().John Baldwin
2006-06-13Use kern_kldload() and kern_kldunload() to load and unload modules whenJohn Baldwin
2005-02-20Remove VFS_START(). Its original purpose involved the mfs filesystem,David Schultz
2005-02-10Make various mountpoint related functions static.Poul-Henning Kamp
2005-01-13Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp
2005-01-06/* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh
2004-12-07The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp
2004-12-06make "ffs" and alias for "ufs" when it comes to filesystem names.Poul-Henning Kamp
2004-12-03Introduce vfs_byname_kld() which will try to load the filesystemPoul-Henning Kamp
2004-12-01Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp
2004-09-15Simplify initialization of va_null a little bit.Poul-Henning Kamp
2004-07-30Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp