DragonFly commits List (threaded) for 2010-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: dsched - import the I/O scheduler framework dsched
commit b80a9543de1d55c64ee78c872036a316178ee866
Author: Alex Hornung <ahornung@gmail.com>
Date: Thu Feb 25 08:53:01 2010 +0000
dsched - import the I/O scheduler framework dsched
* Import my branch of the I/O scheduler framework. This commit only
introduces the core dsched framework, without binding it into the
system and without any policy except for the default one.
Summary of changes:
sys/kern/subr_dsched.c | 763 ++++++++++++++++++++++++++++++++++++++++
sys/sys/dsched.h | 169 +++++++++
usr.sbin/Makefile | 1 +
usr.sbin/dschedctl/Makefile | 4 +
usr.sbin/dschedctl/dschedctl.c | 179 ++++++++++
5 files changed, 1116 insertions(+), 0 deletions(-)
create mode 100644 sys/kern/subr_dsched.c
create mode 100644 sys/sys/dsched.h
create mode 100644 usr.sbin/dschedctl/Makefile
create mode 100644 usr.sbin/dschedctl/dschedctl.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b80a9543de1d55c64ee78c872036a316178ee866
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]