mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
b741135ef7
Calling EXT4_IOC_MOVE_EXTENT on file not aligned with block size and block size is smaller than page size would cause integrity issue on the partial-blocksize part when copying data between orign file and donor file. This ext4 kernel patch would fix it, titled "ext4: don't read blocks from disk after extents being swapped in move_extent_per_page())" Though this bug only happens in the blocksize smaller than pagesize case, there's no harm to test on various block size fs, so no block size is specified in the test, it depends on the test configurations. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
35 lines
703 B
Plaintext
35 lines
703 B
Plaintext
# QA groups control file
|
|
# Defines test groups and nominal group owners
|
|
# - do not start group names with a digit
|
|
# - comment line before each group is "new" description
|
|
#
|
|
001 auto prealloc quick
|
|
002 auto quick prealloc
|
|
003 auto quick
|
|
004 auto dump
|
|
005 auto quick metadata ioctl rw
|
|
006 dangerous_fuzzers
|
|
007 fuzzers
|
|
008 fuzzers
|
|
009 fuzzers
|
|
010 fuzzers
|
|
011 fuzzers
|
|
012 fuzzers
|
|
013 fuzzers
|
|
014 fuzzers
|
|
015 fuzzers
|
|
016 fuzzers
|
|
017 fuzzers
|
|
018 fuzzers
|
|
019 fuzzers
|
|
020 auto quick ioctl rw
|
|
271 auto rw quick
|
|
301 aio auto ioctl rw stress
|
|
302 aio auto ioctl rw stress
|
|
303 aio auto ioctl rw stress
|
|
304 aio auto ioctl rw stress
|
|
305 auto
|
|
306 auto rw resize quick
|
|
307 auto ioctl rw
|
|
308 auto ioctl rw prealloc quick
|