---
-##### Implement further dsched disk scheduling policies
+##### Implement further dsched disk scheduling policies (2011 Project: BFQ)
* 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.