-
Notifications
You must be signed in to change notification settings - Fork 5
Readme
-
bfq improvements - latest fixes authored by Paolo Valente and BFQ Team
-
bfq-dev - latest fixes authored by Paolo Valente and BFQ Team
-
bfq-dev-lucjan - latest fixes authored by Paolo Valente and BFQ Team and forked by Piotr Gorski
-
bfq-dev-lucjan-rc / bfq-dev-lucjan-rc - specific patches authored by Paolo Valente and Piotr Gorski
-
graysky's GCC patch - version for gcc 10.1
-
Project C / Project C blog - contains the newest vesion with latest fixes
-
random fixes from zen-kernel - specific patches authored by Jan Alexander Steffens and ZEN Kernel Team
-
random fixes from pfkernel / random fixes from pfkernel - for example patches from Arch Linux or specific patches authored by Oleksandr Natalenko
-
fixes from ClearLinux - specific patches authored by ClearLinux Team
-
UKSM (sources) / UKSM (info) - resync from dolohow’s github
-
LL-patches / LL-patches - specific patches authored by Piotr Gorski
-
LL-branding / LL-branding - specific patches authored by Piotr Gorski
To use lucjan-kernels smoothly apply bfq-reverts before linux-lucjan patch. Otherwise the kernel will not compile.
- bfq-reverts / bfq-reverts - specific patches authored by Piotr Gorski
git clone https://github.com/sirlucjan/lucjan-kernels.git
or
git clone https://gitlab.com/sirlucjan/lucjan-kernels.git
cd /some_path/lucjan-kernels/lucjan-kernels-testing/package_name
makepkg -srci
cd /some_path/lucjan-kernels/lucjan-kernels-unstable/package_name
makepkg -srci
For now, you can use sudo tee /sys/block/sda/queue/scheduler <<< bfq
to enable "bfq".
You can also add this to file 60-schedulers.rules
:
# Non-rotational disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"
# Rotational disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq"
and run a command sudo udevadm control --reload && sudo udevadm trigger
For now, bfq is enabled by default! (since 5.0-lucjan-ll1-rc1.patch and LL-elevator-set-default-scheduler-to-bfq-for-blk-mq.patch)