-
linux-aufs
-
linux-bfq-dev
- linux-lqx
-
linux-next-git
-
linux-uksm
-
bfq improvements - latest fixes authored by Paolo Valente and BFQ Team
-
bfq-dev - latest fixes authored by Paolo Valente and BFQ Team
-
bfq-lucjan-dev - latest fixes authored by Paolo Valente and BFQ Team and forked by Piotr Gorski
-
bfq-dev-rc / bfq-dev-rc - specific patches authored by Paolo Valente and Piotr Gorski
-
LL-patches / LL-patches - specific patches authored by Piotr Gorski
To use linux-bfq-dev smoothly apply bfq-reverts before bfq-dev patch. Otherwise the kernel will not compile.
- bfq-reverts / bfq-reverts - specific patches authored by Piotr Gorski
- liquorix patchset - authored by Steven Barrett
- UKSM (sources) / UKSM (info) - resync from dolohow’s github
git clone https://github.com/sirlucjan/aur.git
or
git clone https://gitlab.com/sirlucjan/aur.git
cd /some_path/aur/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)