OpenGrok
Cross Reference: autofs_vfsops.c
xref
: /
src
/
sys
/
fs
/
autofs
/
autofs_vfsops.c
Home
|
History
|
Annotate
|
Download
|
only in
autofs
History log of
/src/sys/fs/autofs/autofs_vfsops.c
Revision
Date
Author
Comments
1.12
28-Mar-2022
riastradh
driver(9): devsw_detach never fails. Make it return void.
Prune a whole lotta dead branches as a result of this. (Some logic
calling this is also wrong for other reasons; devsw_detach is final
-- you should never have any reason to decide to roll it back. To be
cleaned up in subsequent commits...)
XXX kernel ABI change to devsw_detach signature requires bump
1.11
26-Apr-2020
tkusumi
autofs: Silence down a warning which should really be a debug message
taken-from: FreeBSD
1.10
16-Mar-2020
pgoyette
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
automate installation of sysctl nodes.
Note that there are still a number of device and pseudo-device modules
that create entries tied to individual device units, rather than to the
module itself. These are not changed.
1.9
17-Jan-2020
ad
VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
allow us to get shared locks (or no lock) on the returned vnode. Matches
FreeBSD.
1.8
26-Nov-2019
tkusumi
branches: 1.8.2;
autofs: Use NULLVP for NULL vnode
I originally used NULL for NetBSD autofs, but it got mixed up with
NULLVP when merged with NetBSD.
1.7
23-Nov-2019
tkusumi
autofs: Don't calculate dirent reclen twice
Taken-from: DragonFlyBSD
1.6
16-Nov-2019
tkusumi
autofs: Fix change by r1.3 "prevent assert on unmount."
Must delete all nodes on unmount, otherwise automounts with >1 level of directories can't be deleted.
taken-from: FreeBSD and DragonFlyBSD
1.5
14-Nov-2019
tkusumi
autofs: Whitespace fix
1.4
14-Jan-2018
christos
branches: 1.4.4;
support getargs, fix flush, fix mutex_destroy
1.3
13-Jan-2018
christos
prevent assert on unmount.
1.2
09-Jan-2018
christos
fix module attachment and cdevsw
1.1
09-Jan-2018
christos
Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet
1.4.4.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.4.4.1
08-Apr-2020
martin
Merge changes from current as of 20200406
1.8.2.1
17-Jan-2020
ad
Sync with head.
Indexes created Thu Oct 02 14:10:14 GMT 2025