mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 05:45:45 +02:00
README: update Linux kernel bugs list (v4.14)
Add the new WARN_ON bug in v4.14. Clarify what happens when bees is run on a kernel that is too old. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
4ecd467ca0
commit
bd2a15733c
10
README.md
10
README.md
@ -264,6 +264,8 @@ Bug fixes (sometimes included in older LTS kernels):
|
|||||||
last one.
|
last one.
|
||||||
* 4.14: backref performance improvements make LOGICAL_INO even faster
|
* 4.14: backref performance improvements make LOGICAL_INO even faster
|
||||||
in the worst cases (but possibly slower in the best cases?).
|
in the worst cases (but possibly slower in the best cases?).
|
||||||
|
* (unmerged): WARN_ON(ref->count < 0) in fs/btrfs/backref.c triggers
|
||||||
|
almost once per second. The WARN_ON is incorrect and can be removed.
|
||||||
|
|
||||||
Unfixed kernel bugs (as of 4.11.9) with workarounds in Bees:
|
Unfixed kernel bugs (as of 4.11.9) with workarounds in Bees:
|
||||||
|
|
||||||
@ -386,13 +388,13 @@ Dependencies
|
|||||||
|
|
||||||
* Minimum Linux kernel version: 4.4.3
|
* Minimum Linux kernel version: 4.4.3
|
||||||
|
|
||||||
Don't bother trying to make Bees work with older kernels.
|
Don't bother trying to make Bees work with older kernels. It won't
|
||||||
It won't end well.
|
end well: there are too many missing features and bugs to work around.
|
||||||
|
|
||||||
* Minimum *recommended* Linux kernel version: 4.11
|
* Minimum *recommended* Linux kernel version: 4.11
|
||||||
|
|
||||||
Earlier kernels are usable with bees, but a few performance bugs
|
Earlier kernels are usable with bees, but bees can trigger a few
|
||||||
and hangs in dedup-related functions remain.
|
performance bugs and hangs in dedup-related functions.
|
||||||
|
|
||||||
* markdown
|
* markdown
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user