freebsd-dev/sys/geom
Mateusz Guzik c8b3463dd0 vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)
The previous behavior of leaving VI_OWEINACT vnodes on the active list without
a hold count is eliminated. Hold count is kept and inactive processing gets
explicitly deferred by setting the VI_DEFINACT flag. The syncer is then
responsible for vdrop.

Reviewed by:	kib (previous version)
Tested by:	pho (in a larger patch, previous version)
Differential Revision:	https://reviews.freebsd.org/D23036
2020-01-07 15:56:24 +00:00
..
bde
cache
concat
eli Remove extra check for provider being closed. 2020-01-02 20:30:53 +00:00
gate Fix GEOM_GATE orphanization. 2019-12-28 17:52:53 +00:00
journal vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT) 2020-01-07 15:56:24 +00:00
label
linux_lvm
mirror Remove duplicate g_debugflags declaration. 2019-12-05 15:07:32 +00:00
mountver Fix GEOM_MOUNTVER orphanization. 2019-12-29 17:10:21 +00:00
multipath gmultipath: add ATF tests 2019-12-06 00:12:14 +00:00
nop gnop: change the "count until fail" option 2019-12-29 15:47:37 +00:00
part Add kern.geom.part.separator tunable. This makes it possible 2019-12-13 09:28:44 +00:00
raid
raid3
shsec Missed part of r356162. 2019-12-29 19:33:41 +00:00
stripe
uzip Fix GEOM_UZIP orphanization. 2019-12-27 21:44:13 +00:00
vinum Reimplement gvinum orphanization. 2019-12-27 01:36:53 +00:00
virstor Fix GEOM_VIRSTOR orphanization. 2019-12-29 19:21:29 +00:00
zero
geom_bsd_enc.c
geom_ccd.c
geom_ctl.c
geom_ctl.h
geom_dbg.h
geom_dev.c Block ioctls for dying GEOM_DEV instances. 2019-12-06 03:46:38 +00:00
geom_disk.c Avoid few memory accesses in g_disk_done(). 2019-12-31 03:43:13 +00:00
geom_disk.h
geom_dump.c Wrap g_trace() into a macro to avoid unneeded calls. 2019-12-05 04:52:19 +00:00
geom_event.c Retire nstart/nend counters. 2019-12-30 00:46:10 +00:00
geom_flashmap.c
geom_flashmap.h
geom_int.h Remove duplicate g_debugflags declaration. 2019-12-05 15:07:32 +00:00
geom_io.c Use atomic for start_count in devstat_start_transaction(). 2019-12-30 03:13:38 +00:00
geom_kern.c
geom_map.c
geom_redboot.c
geom_slice.c
geom_slice.h
geom_subr.c Retire nstart/nend counters. 2019-12-30 00:46:10 +00:00
geom_vfs.c
geom_vfs.h
geom.h Retire nstart/nend counters. 2019-12-30 00:46:10 +00:00
notes