+---
+
+##### Implement further dsched disk scheduling policies
+* dsched is a highly flexible disk scheduling framework which greatly minimizes the effort of writing disk scheduling policies.
+* Currently only dsched_fq, a fairly simple fair-queuing policy, and noop policies are implemented.
+* The aim of this project would be to implement at least another useful disk scheduling policy, preferably one that improves interactivity.
+* Other ideas are welcome.
+
+Meta information:
+
+* Prerequisites: C, OS internals, familiarity with disk scheduling
+* Difficulty: Medium
+* Contact point: kernel@crater.dragonflybsd.org , Alex Hornung <alexh@dragonflybsd.org>
+
+
(please add)