summaryrefslogtreecommitdiffstats
path: root/src/ext2_common.c
Commit message (Expand)AuthorAgeFilesLines
* src/ext2_common.c: more Frama-C annotationsChristophe Grenier2023-10-081-6/+21
* src/ext2_common.c: test_EXT2() - reduce code complexityChristophe Grenier2021-09-041-8/+11
* move struct ext2_super_block from src/ext2.h to src/ext2_common.hChristophe Grenier2021-01-291-1/+0
* New prototype for test_EXT2()Christophe Grenier2016-01-231-12/+1
* Allow ext2/3/4 filesystem with 16kb and 32kb blockChristophe Grenier2013-10-201-0/+2
* allow 64 KiB ext4 blocksizeChristophe Grenier2013-08-311-2/+11
* TestDisk: handle ext4 with 64 bit blocks (EXT4_FEATURE_INCOMPAT_64BIT)Christophe Grenier2013-08-281-0/+92