libgocryptfs/tests/fsck
Jakob Unterwurzacher 2d68b06f9d fsck: handle sparse files efficiently, fix xfstests generic/285
If we encounter a 128KB block of zeros, try to skip to the next
data section by calling File.SeekData().

This fixes xfstests generic/285, which creates a 17TB sparse file,
and runs fsck afterwards. Without this optimization, fsck would
take ages.
2018-07-01 21:48:51 +02:00
..
broken_fs_v1.4 fsck: add xattr support 2018-04-02 20:25:59 +02:00
fsck_test.go fsck: handle sparse files efficiently, fix xfstests generic/285 2018-07-01 21:48:51 +02:00
run_fsck.bash fsck: add initial implementation 2018-04-02 16:38:18 +02:00