aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Add a generic mechanism for preventing forced unmountJason A. Harmening2021-06-061-0/+3
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-301-3/+5
* Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening2021-05-301-6/+3
* Fix userspace build after commit 6d3e78ad6c11Jason A. Harmening2021-05-291-0/+2
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-291-3/+4
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-221-1/+0
* Fix handling of embedded symbolic links (and history lesson).Kirk McKusick2021-05-171-1/+1
* struct mount uppers: correct locking annotationsKonstantin Belousov2021-04-081-2/+3
* Use atomic_interrupt_fence() instead of bare __compiler_membar()Konstantin Belousov2021-02-271-2/+2
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+4
* vfs: add vfs_ref_from_vpMateusz Guzik2021-02-211-0/+1
* vfs: group mount per-cpu vars into one structMateusz Guzik2020-11-091-31/+44
* Suspend all writeable local filesystems on power suspend.Konstantin Belousov2020-11-051-0/+4
* vfs: annotate mountlist_mtx with __exclusive_cache_lineMateusz Guzik2020-10-171-1/+1
* Add MNT_EXTLSxxx flags that will be used for NFS over TLS exports.Rick Macklem2020-08-261-0/+3
* Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh2020-08-191-0/+39
* vfs: add vfs_op_thread_enter/exit _crit variantsMateusz Guzik2020-08-041-6/+19
* vfs: add the infrastructure for lockless lookupMateusz Guzik2020-07-251-0/+1
* Oops, r362158 committed a duplicate definition of MAXSECFLAVORS.Rick Macklem2020-06-141-1/+0
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-6/+23
* tmpfs: Preserve alignment of struct fid fieldsRyan Moeller2020-06-031-0/+3
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-0/+2
* Add a new "mntfs" pseudo file system which provides private device vnodes forChuck Silvers2020-03-061-0/+2
* vfs: switch to smp_rendezvous_cpus_retry for vfs_op_thread_enter/exitMateusz Guzik2020-02-121-9/+4
* vfs: use newly added zpcpu routines instead of direct access where appropriateMateusz Guzik2020-02-071-5/+5
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-171-0/+1
* vfs: rework vnode list managementMateusz Guzik2020-01-131-18/+0
* vfs: add per-mount vnode lazy list and use it for deferred inactive + msyncMateusz Guzik2020-01-131-0/+20
* vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)Mateusz Guzik2020-01-071-2/+2
* Assert that vnode_pager_setsize() is called with the vnode exclusively lockedKonstantin Belousov2019-10-221-0/+1
* vfs: add MNTK_NOMSYNCMateusz Guzik2019-10-131-0/+1
* vfs: add optional root vnode cachingMateusz Guzik2019-10-061-0/+11
* Add two options to allow mount to avoid covering up existing mount points.Sean Eric Fagan2019-09-231-1/+3
* vfs: group fields used for per-cpu ops in one cachelineMateusz Guzik2019-09-191-1/+1
* vfs: convert struct mount counters to per-cpuMateusz Guzik2019-09-161-18/+38
* vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-161-4/+59
* sys/mount.h: Comment on distinction between vfs_{c,}mountConrad Meyer2019-09-051-0/+12
* vfs: assert the lock held in MNT_REF/MNT_RELMateusz Guzik2019-08-231-1/+5
* De-commision the MNTK_NOINSMNTQ kernel mount flag.Konstantin Belousov2019-08-231-8/+5
* Fix an issue with executing tmpfs binary.Konstantin Belousov2019-08-181-0/+1
* Add a new "untrusted" option to the mount command. Its purposeKirk McKusick2019-07-011-2/+4
* Add new file handle system calls.Konstantin Belousov2018-12-071-0/+4
* Clarify explanation of VFCF_SBDRY.Konstantin Belousov2018-10-291-1/+2
* Only call sigdeferstop() for NFS.Konstantin Belousov2018-10-231-43/+1
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+3
* Use the TSLOG framework to record entry/exit timestamps for VFS_MOUNT calls.Colin Percival2017-12-311-0/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-1/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+30
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1