mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: test exceeding max file size via INSERT_RANGE
Test how the "insert range" fallocate operation interacts with the maximum file size (s_maxbytes). - Shift extents past the max file size (exposes an ext4 bug). - Increase i_size past the max file size (exposes an xfs bug). Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
QA output created by 485
|
||||
# With KEEP_SIZE
|
||||
# Without KEEP_SIZE
|
||||
fallocate: File too large
|
||||
Reference in New Issue
Block a user