From bb8b6d6c50910f61a89615acca7c6732b6ecd8ec Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Fri, 9 Oct 2020 12:52:47 -0400 Subject: [PATCH] docs: fix table formatting for kernel bugs list Apparently there's Github Flavored Markdown, and there's the markup language that github uses, and they are distinct things. Signed-off-by: Zygo Blaxell --- docs/btrfs-kernel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/btrfs-kernel.md b/docs/btrfs-kernel.md index 2d49fa1..991ad7d 100644 --- a/docs/btrfs-kernel.md +++ b/docs/btrfs-kernel.md @@ -30,8 +30,8 @@ Kernel Bug Tracking Table These bugs are particularly popular among bees users: -First bad kernel | Last bad kernel | Issue Description | Fixed Kernel Versions | Fix Commit -:---: | :---: | --- | :---: | --- +| First bad kernel | Last bad kernel | Issue Description | Fixed Kernel Versions | Fix Commit +| :---: | :---: | --- | :---: | --- | - | 4.10 | garbage inserted in read data when reading compressed inline extent followed by a hole | 3.18.89, 4.1.49, 4.4.107, 4.9.71, 4.11 and later | e1699d2d7bf6 btrfs: add missing memset while reading compressed inline extents | - | 4.14 | spurious warnings from `fs/btrfs/backref.c` in `find_parent_nodes` | 3.16.57, 4.14.29, 4.15.12, 4.16 and later | c8195a7b1ad5 btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes | 4.15 | 4.18 | compression ratio and performance regression on bees test corpus | improved in 4.19 | 4.14 performance not fully restored yet