summaryrefslogtreecommitdiffstats
path: root/src/ext2.c
Commit message (Expand)AuthorAgeFilesLines
* move struct ext2_super_block from src/ext2.h to src/ext2_common.hChristophe Grenier2021-01-291-1/+0
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* log ext2 mkfs and last mount timeChristophe Grenier2016-05-141-0/+11
* New prototype for test_EXT2()Christophe Grenier2016-01-231-3/+13
* Reserve more bytes for partition informationChristophe Grenier2015-04-161-4/+4
* TestDisk: handle ext4 with 64 bit blocks (EXT4_FEATURE_INCOMPAT_64BIT)Christophe Grenier2013-08-281-41/+4
* constify a few variablesChristophe Grenier2012-09-101-1/+1
* Fix ext3/ext4 dedicated journal partition detectionChristophe Grenier2012-08-121-2/+2
* Add blocksize in filesystem descriptionChristophe Grenier2012-04-211-5/+4
* Don't dereference disk if disk parameter is NULLChristophe Grenier2010-10-311-6/+9
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* src/ext2.c: code cleanupChristophe Grenier2009-01-181-18/+18
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+1
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-3/+18
* File undelete for ext2Christophe Grenier2008-07-031-2/+3
* PhotoRec: expert can stop pass 0 and set the blocksizeChristophe Grenier2008-01-141-1/+1
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-1/+1
* Fix for type change when there is no partition tableChristophe Grenier2007-11-191-2/+2
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-9/+14
* First version in gitChristophe Grenier2007-10-291-0/+176