freebsd-dev/sys/modules/geom
Alexander Motin 86c06ff886 Remove GEOM_SCHED class and gsched tool.
This code was not actively maintained since it was introduced 10 years ago.
It lacks support for many later GEOM features, such as direct dispatch,
unmapped I/O, stripesize/stripeoffset, resize, etc.  Plus it is the only
remaining use of GEOM nstart/nend request counters, used there to implement
live insertion/removal, questionable by itself.  Plus, as number of people
commented, GEOM is not the best place for I/O scheduler, since it has
limited information about layers both above and below it, required for
efficient scheduling.  Plus with the modern shift to SSDs there is just no
more significant need for this kind of scheduling.

Approved by:	imp, phk, luigi
Relnotes:	yes
2019-12-29 21:16:03 +00:00
..
geom_bde
geom_cache
geom_ccd
geom_concat
geom_eli
geom_flashmap Revert r344675 2019-03-01 02:08:12 +00:00
geom_gate
geom_journal
geom_label Add g_label_flashmap.c to the module, should have been part of r345480. 2019-04-07 16:33:22 +00:00
geom_linux_lvm
geom_map
geom_mirror
geom_mountver
geom_multipath
geom_nop
geom_part
geom_raid
geom_raid3
geom_shsec
geom_stripe
geom_uzip Use kmod.opts.mk to fix standalone build. 2019-11-21 18:21:30 +00:00
geom_vinum
geom_virstor
geom_zero
Makefile Remove GEOM_SCHED class and gsched tool. 2019-12-29 21:16:03 +00:00
Makefile.inc