HardenedBSD/sys/geom
Mark Johnston 2352336ad9 geom_flashmap: Rename the kernel module
Absent a linker.hints, if a module dependency exists on disk, the loader
will automatically load it.  That is, if something depends on module
foo, and foo.ko exists, we'll load foo.ko even though the linker hints
file is missing.  It's a bit of a hack but it's handy.

This breaks with geom_flashmap though, since it's geom_flashmap.ko on
disk but the module is called g_flashmap.  However, pretty much every
other GEOM module is given a "geom_" prefix, so for consistency's sake
alone, it seems nice to rename the module.

PR:		274388
Reviewed by:	jhb
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D47311
2024-10-29 15:11:12 +00:00
..
cache
concat
eli pkcs5v2: Add pkcs5v2_genkey_raw function 2024-09-22 00:35:47 -07:00
gate ggate: Avoid dropping the GEOM topology lock in dumpconf 2024-10-04 15:56:34 +00:00
journal
label
linux_lvm
mirror
mountver
multipath
nop
part gpart: Add warning when the start sector is too low. 2024-10-15 18:15:16 -06:00
raid
raid3
shsec
stripe
union
uzip
vinum
virstor
zero
geom_bsd_enc.c
geom_ccd.c
geom_ctl.c
geom_ctl.h
geom_dbg.h
geom_dev.c
geom_disk.c
geom_disk.h
geom_dump.c
geom_event.c
geom_flashmap.c geom_flashmap: Rename the kernel module 2024-10-29 15:11:12 +00:00
geom_flashmap.h
geom_int.h
geom_io.c geom_io: Shift to pause_sbt to eliminate bogus min and update comment. 2024-05-24 08:31:55 -06:00
geom_kern.c
geom_slice.c geom: Remove sysctl.h 2024-05-22 16:24:11 -06:00
geom_slice.h
geom_subr.c geom: Remove sysctl.h 2024-05-22 16:24:11 -06:00
geom_vfs.c Stop treating size 0 as unknown size in vnode_create_vobject(). 2024-05-23 06:08:14 +00:00
geom_vfs.h
geom.h
notes