aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-0/+1
* NFSv4 client tracks opens, and the track records are only dropped whenKonstantin Belousov2016-11-271-1/+2
* vfs: batch free vnodes in per-mnt listsMateusz Guzik2016-09-301-2/+6
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-071-3/+7
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexibleKonstantin Belousov2016-06-261-5/+5
* Remove remnants of the old NFS from vnode pager.Gleb Smirnoff2015-11-201-1/+0
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.Mark Johnston2015-07-051-1/+1
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-0/+1
* Add functions syncer_suspend() and syncer_resume(), which are supposedKonstantin Belousov2014-12-081-0/+3
* Provide vfs suspension support only for filesystems which need it, takeMateusz Guzik2014-10-201-5/+6
* Provide vfs suspension support only for filesystems which need it.Mateusz Guzik2014-10-191-5/+4
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-171-2/+4
* Remove Giant acquisition from the mount and unmount pathes.Konstantin Belousov2014-08-031-0/+6
* Hide MNT_SHARED_WRITES() and MNT_EXTENDED_SHARED() under the #ifdefKonstantin Belousov2013-11-091-0/+2
* Both vn_close() and VFS_PROLOGUE() evaluate vp->v_mount twice, withoutKonstantin Belousov2013-11-091-4/+17
* G/c unused mountrootfsname.Sergey Kandaurov2013-10-281-2/+0
* Forced dismounts of NFS mounts can fail when thread(s) are stuckRick Macklem2013-09-011-0/+10
* Grow some spares in struct vfsops.Alfred Perlstein2013-08-241-0/+1
* Revert r251590. It unexpectedly broke the build and there were someMarcel Moolenaar2013-06-101-12/+0
* Add vfs_mounted and vfs_unmounted events so that components can be informedMarcel Moolenaar2013-06-091-0/+12
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). TheKonstantin Belousov2013-05-111-2/+15
* A flag for the filesystem to indicate to the upper levels that it acceptsKonstantin Belousov2013-03-191-0/+1
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-24/+116
* Update and clarify comments regarding VFS op table initializationSergey Kandaurov2013-01-241-2/+3
* Remove the deprecated MNT_VNODE_FOREACH interface. Use theKonstantin Belousov2013-01-031-23/+0
* When mnt_vnode_next_active iterator cannot lock the next vnode andKonstantin Belousov2012-12-151-8/+3
* Line up the continuation backslashes.Konstantin Belousov2012-12-151-2/+2
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-36/+2
* mount.h: MNTK_VGONE_UPPER and MNTK_VGONE_WAITER were supposed to be differentAndriy Gapon2012-10-051-2/+2
* Add a facility for vgone() to inform the set of subscribed mountsKonstantin Belousov2012-09-091-0/+10
* Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to theKonstantin Belousov2012-09-091-0/+1
* vn_io_fault() is a facility to prevent page faults while filesystemsKonstantin Belousov2012-05-301-0/+3
* Update comment to document that the vnode free-list mutex needs to beKirk McKusick2012-05-181-2/+3
* This change creates a new list of active vnodes associated withKirk McKusick2012-04-201-0/+21
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-171-0/+24
* Whitespace cleanup.Kirk McKusick2012-04-111-5/+5
* Add vfs_getopt_size. Support human readable file system options in tmpfs.Gleb Kurtsou2012-04-071-0/+2
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichKonstantin Belousov2012-03-091-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-3/+4
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagKirk McKusick2011-07-241-2/+2
* This update changes the mnt_flag field in the mount structure fromKirk McKusick2011-07-241-36/+36
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-3/+4
* Close body of the VFS_UNLOCK_GIANT() macro into do { } while (0) loop,Pawel Jakub Dawidek2010-12-211-1/+5