about summary refs log tree commit diff
path: root/overrides/kpatches
Commit message (Collapse)AuthorAgeFilesLines
* overrides: Update BFQ scheduler patch to v7r4.aszlig2014-06-031-7/+7
| | | | | | | | | | | | | | | Upstream changes: * Modified the code so as to be robust against late detection of NCQ support for a rotational device. * Removed a bug that hindered the correct throughput distribution on flash-based devices when not every process had to receive the same fraction of the throughput. This fix entailed also a little efficiency improvement, because it implied the removal of a short function executed in a hot path. * Removed quoted strings split across lines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Update to v7r3.aszlig2014-05-012-17/+17
| | | | | | This also rebases the patch against latest 3.15-rc3. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Add patch fixing build for kernel 3.15.aszlig2014-04-222-0/+83
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add kernel patch for BFQ scheduler.aszlig2014-04-221-0/+40
This contains a small sed "patch" for supporting kernel 3.15, but will be dropped as soon as the new BFQ patches will be released for 3.15. Signed-off-by: aszlig <aszlig@redmoonstudios.org>