OpenGrok
Cross Reference: genfs_vfsops.c
xref
: /
src
/
sys
/
miscfs
/
genfs
/
genfs_vfsops.c
Home
|
History
|
Annotate
|
Download
|
only in
genfs
History log of
/src/sys/miscfs/genfs/genfs_vfsops.c
Revision
Date
Author
Comments
1.11
08-Jul-2022
hannken
Handle IMNT_GONE on the file system we want suspended not its
lowest mount we really suspend.
1.10
22-Dec-2019
ad
Make mntvnode_lock per-mount, and address false sharing of struct mount.
1.9
20-Feb-2019
hannken
Attach "mnt_transinfo" to "dead_rootmount" so every mount has a
valid "mnt_transinfo" and remove now unneeded flag IMNT_HAS_TRANS.
Run fstrans_start()/fstrans_done() on dead_rootmount if FSTRANS_DEAD_ENABLED.
Should become the default for DIAGNOSTIC in the future.
1.8
05-Oct-2018
hannken
Bring back three state file system suspension:
NORMAL -> SUSPENDING -> SUSPENDED
and add operation fstrans_start_lazy() that only blocks while SUSPENDED.
Change vndthread() support operation handle_with_rdwr() to bracket
its file system operations by fstrans_start_lazy() and fstrans_done().
PR kern/53624 (dom0 freeze on domU exit)
1.7
24-May-2017
hannken
branches: 1.7.2; 1.7.8; 1.7.10;
With dounmount() working on a suspended file system remove no longer
needed fields mnt_busynest and mnt_unmounting from struct mount.
Welcome to 7.99.73
1.6
07-May-2017
hannken
Return ENOENT if trying to suspend an unmounted file system.
1.5
30-Mar-2017
hannken
branches: 1.5.4;
Change last users of FSTRANS_LAZY to FSTRANS_SHARED and change
genfs_suspendctl() to move from FSTRANS_NORMAL to FSTRANS_SUSPENDED
and vice versa.
1.4
17-Feb-2017
hannken
Add generic genfs_suspendctl() and use it for all file systems.
Layered file systems need work.
1.3
30-Nov-2009
pooka
branches: 1.3.22; 1.3.40; 1.3.44; 1.3.48;
Introduce genfs_statvfs() as pretty much a no-info statvfs and
convert several pseudo file systems to use it.
1.2
28-Apr-2008
martin
Remove clause 3 and 4 from TNF licenses
1.1
28-Jan-2008
dholland
branches: 1.1.2; 1.1.4; 1.1.10; 1.1.12; 1.1.14; 1.1.16;
Part of the rename patches *doh*
1.1.16.2
11-Mar-2010
yamt
sync with head
1.1.16.1
16-May-2008
yamt
sync with head.
1.1.14.1
18-May-2008
yamt
sync with head.
1.1.12.2
23-Mar-2008
matt
sync with HEAD
1.1.12.1
28-Jan-2008
matt
file genfs_vfsops.c was added on branch matt-armv6 on 2008-03-23 02:05:03 +0000
1.1.10.1
02-Jun-2008
mjf
Sync with HEAD.
1.1.4.2
18-Feb-2008
mjf
Sync with HEAD.
1.1.4.1
28-Jan-2008
mjf
file genfs_vfsops.c was added on branch mjf-devfs on 2008-02-18 21:07:00 +0000
1.1.2.2
04-Feb-2008
yamt
sync with head.
1.1.2.1
28-Jan-2008
yamt
file genfs_vfsops.c was added on branch yamt-lazymbuf on 2008-02-04 09:24:29 +0000
1.3.48.1
21-Apr-2017
bouyer
Sync with HEAD
1.3.44.2
26-Apr-2017
pgoyette
Sync with HEAD
1.3.44.1
20-Mar-2017
pgoyette
Sync with HEAD
1.3.40.1
28-Aug-2017
skrll
Sync with HEAD
1.3.22.1
03-Dec-2017
jdolecek
update from HEAD
1.5.4.1
11-May-2017
pgoyette
Sync with HEAD
1.7.10.2
08-Apr-2020
martin
Merge changes from current as of 20200406
1.7.10.1
10-Jun-2019
christos
Sync with HEAD
1.7.8.1
20-Oct-2018
pgoyette
Sync with head
1.7.2.1
09-Oct-2018
martin
Pull up following revision(s) (requested by hannken in ticket #1052):
sys/kern/vfs_trans.c: revision 1.51
distrib/sets/lists/comp/mi: revision 1.2233
share/man/man9/fstrans.9: revision 1.27
share/man/man9/Makefile: revision 1.431
sys/sys/fstrans.h: revision 1.12
sys/rump/librump/rumpkern/emul.c: revision 1.187
sys/dev/vnd.c: revision 1.266
sys/miscfs/genfs/genfs_vfsops.c: revision 1.8
Bring back three state file system suspension:
NORMAL -> SUSPENDING -> SUSPENDED
and add operation fstrans_start_lazy() that only blocks while SUSPENDED.
Change vndthread() support operation handle_with_rdwr() to bracket
its file system operations by fstrans_start_lazy() and fstrans_done().
PR kern/53624 (dom0 freeze on domU exit)
Indexes created Thu Oct 02 14:10:14 GMT 2025