]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
btrfs/284: list a couple btrfs-progs git commits
authorFilipe Manana <fdmanana@suse.com>
Tue, 7 Mar 2023 11:38:13 +0000 (11:38 +0000)
committerZorro Lang <zlang@kernel.org>
Tue, 14 Mar 2023 15:00:38 +0000 (23:00 +0800)
commitc7cc038e0a4d41f0389765959f7f5c11137dbec2
tree6d1b8500709c6a58c36dd0db3f559522dd83e15d
parent3f96d37e394228e30a112500f9c660c11922ac9f
btrfs/284: list a couple btrfs-progs git commits

This test may often fail when running with btrfs-progs versions not very
recent. The corresponding git commits in btrfs-progs that fix issues
uncovered by this test are:

1) 6f4a51886b37 ("btrfs-progs: receive: fix silent data loss after fall back from encoded write")
   Introduced in btrfs-progs v6.0.2;

2) e3209f8792f4 ("btrfs-progs: receive: fix a corruption when decompressing zstd extents"")
   Introduced in btrfs-progs v6.2.

So add the corresponding _fixed_by_git_commit calls to the test.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/284