summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2010-04-12 16:37:45 +0000
committerluigi <luigi@FreeBSD.org>2010-04-12 16:37:45 +0000
commitfa43d14d2c21e7548d0af04ea1059af5388ed442 (patch)
tree3d2396c98dfa68eb1810122ba8118d0e4554dcd2 /sbin/geom/class/Makefile
parentb257a79630808882711bcfc3799b0922b5aee877 (diff)
downloadFreeBSD-src-fa43d14d2c21e7548d0af04ea1059af5388ed442.zip
FreeBSD-src-fa43d14d2c21e7548d0af04ea1059af5388ed442.tar.gz
Bring in geom_sched, support for scheduling disk I/O requests
in a device independent manner. Also include an example anticipatory scheduler, gsched_rr, which gives very nice performance improvements in presence of competing random access patterns. This is joint work with Fabio Checconi, developed last year and presented at BSDCan 2009. You can find details in the README file or at http://info.iet.unipi.it/~luigi/geom_sched/
Diffstat (limited to 'sbin/geom/class/Makefile')
-rw-r--r--sbin/geom/class/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile
index 591f79f..0611cdd 100644
--- a/sbin/geom/class/Makefile
+++ b/sbin/geom/class/Makefile
@@ -15,6 +15,7 @@ SUBDIR+=multipath
SUBDIR+=nop
SUBDIR+=part
SUBDIR+=raid3
+SUBDIR+=sched
SUBDIR+=shsec
SUBDIR+=stripe
SUBDIR+=virstor
OpenPOWER on IntegriCloud