Skip to content

Instantly share code, notes, and snippets.

View SDSkyKlouD's full-sized avatar
🌠
Hoshizora

SD SkyKlouD SDSkyKlouD

🌠
Hoshizora
  • Republic of Korea
View GitHub Profile
@SDSkyKlouD
SDSkyKlouD / sio-iosched.c
Last active February 20, 2021 22:29
SIO I/O Scheduler (updated for Linux kernel 3.18 or above, patched by flar2)
/*
* Simple IO scheduler
* Based on Noop, Deadline and V(R) IO schedulers.
*
* Copyright (C) 2012 Miguel Boton <[email protected]>
*
*
* This algorithm does not do any kind of sorting, as it is aimed for
* aleatory access devices, but it does some basic merging. We try to
* keep minimum overhead to achieve low latency.