summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: r281562rmacklem2015-04-301-0/+1
* MFC r275620:kib2014-12-151-0/+3
* MFC r270096:trasz2014-08-311-2/+4
* MFC r269457:kib2014-08-171-0/+6
* MFC r257904:kib2013-12-131-0/+2
* MFC r257898:kib2013-12-131-4/+17
* Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-0/+10
* Grow some spares in struct vfsops.alfred2013-08-241-0/+1
* Revert r251590. It unexpectedly broke the build and there were somemarcel2013-06-101-12/+0
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-06-091-0/+12
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-111-2/+15
* A flag for the filesystem to indicate to the upper levels that it acceptskib2013-03-191-0/+1
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-24/+116
* Update and clarify comments regarding VFS op table initializationpluknet2013-01-241-2/+3
* Remove the deprecated MNT_VNODE_FOREACH interface. Use thekib2013-01-031-23/+0
* When mnt_vnode_next_active iterator cannot lock the next vnode andkib2012-12-151-8/+3
* Line up the continuation backslashes.kib2012-12-151-2/+2
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-36/+2
* mount.h: MNTK_VGONE_UPPER and MNTK_VGONE_WAITER were supposed to be differentavg2012-10-051-2/+2
* Add a facility for vgone() to inform the set of subscribed mountskib2012-09-091-0/+10
* Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to thekib2012-09-091-0/+1
* vn_io_fault() is a facility to prevent page faults while filesystemskib2012-05-301-0/+3
* Update comment to document that the vnode free-list mutex needs to bemckusick2012-05-181-2/+3
* This change creates a new list of active vnodes associated withmckusick2012-04-201-0/+21
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-0/+24
* Whitespace cleanup.mckusick2012-04-111-5/+5
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-0/+2
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-091-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-3/+4
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+2
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-36/+36
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-3/+4
* Close body of the VFS_UNLOCK_GIANT() macro into do { } while (0) loop,pjd2010-12-211-1/+5
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-0/+2
* Rename the field to not confuse readers. The bytes are actually used.kib2010-09-141-1/+1
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-111-0/+1
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-281-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-1/+3
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-6/+3
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-281-1/+1
* Simply shared vnode locking and extend it to also include fsync.ps2009-06-081-0/+3
* Support shared vnode locks for write operations when the offset isps2009-06-041-0/+1
* Remove the now invalid (and possibly unused) debug.mpsafevfsattilio2009-05-301-3/+1
* There is only one spare MNT_ flag left, and I want to use it for NFSv4 ACLs.trasz2009-05-291-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-20/+18
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+2
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-4/+19
* Add KASSERTs to make it easier to debug problems like the one fixedtrasz2009-02-061-0/+1
* 1) Fix a deadlock in the VFS:attilio2008-12-161-0/+1
OpenPOWER on IntegriCloud