summaryrefslogtreecommitdiffstats
path: root/check.c
Commit message (Collapse)AuthorAgeFilesLines
* Change algorithm of cluster chain organization.jianfeng2015-10-071-37/+44
| | | | | | | | | fsck_msdos will cause crash on low-memory device and 64GB FAT32 SD cards, so change algorithm of cluster chain organization and fix the issue that 64GB SDCARD can't be recognized. Change-Id: I7bcdd138ac76c7f83d9cf3a292b3a0ba8ac78efd
* fsck_vfat: Lower fat size compare limit from 8192k -> 4096kSan Mehat2009-07-161-2/+4
| | | | Signed-off-by: San Mehat <san@google.com>
* fsck_msdos: Instead of bailing out when we can't reconnect a lost cluster ↵San Mehat2009-07-161-6/+19
| | | | | | | | chain, clear it. Also, use exit code 4 when the FS has been modified in someway. Signed-off-by: San Mehat <san@google.com>
* msdos_fsck: Don't bail out from the check if readboot() returns !FSFATALSan Mehat2009-06-251-1/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* fsck_msdos: Initial checkinSan Mehat2009-06-251-0/+212
Signed-off-by: San Mehat <san@google.com>