Commit History

Author SHA1 Message Date
  resver de1635e066 Updated copyright years. 12 years ago
  resver 2ffd8be8c3 Improved invalid clusters handling. 12 years ago
  resver 1f4c14b213 Reorganized directories checking: check directory before its files, do not check files if directory is corrupt, check root directory. 12 years ago
  resver b25394ef61 Fix copyright years. 13 years ago
  resver 11a7d64987 Fixed memory leak on an error handling path in fsck. 14 years ago
  resver 4ee0737bc5 Added -v option that prints version and copyright. 14 years ago
  resver 29d3c43c6a Unified CLI help syntax. 14 years ago
  resver cf453f33cc Use exfat_print_info() in exfatfsck. 14 years ago
  resver f7ce9ac593 Moved bitmap macros to header to be used by other units. 14 years ago
  resver 7b9606f814 Cleaned up FS info printing in exfatfsck. 14 years ago
  resver 3603f9d43e Removed from exfatfsck code that prints low-level info about FS. Now there is a separate utility for this (sbdump). 14 years ago
  resver 17dcf1dc5f Renamed exfatck to exfatfsck. 14 years ago
  resver 54b7350ce3 Fixed debug message. 15 years ago
  resver 4abc3e7d83 Made fsck open volume in read-only mode since it should not make any changes to FS. 15 years ago
  resver 1614617a0e Fixed fsck: now it can handle paths or any length. 15 years ago
  resver eef4492b2f Changed source files headings to meet the FSF recommendations. 15 years ago
  resver eb77868191 Added patchlevel constant. 15 years ago
  resver 08ed3c4e72 Return non-zero code from fsck if errors were found. 15 years ago
  resver 17d487b48a Pass mount options to exfat_mount(). 15 years ago
  resver fa2eddc1ee Fixed error message in fsck. 15 years ago
  resver 09c626102b Pass struct exfat to exfat_put_node() function (will be used in future). 15 years ago
  resver 946abe4a43 Added node clusters check in fsck. 15 years ago
  resver 13d459170f Show in fsck only percentage of used space instead of absolute used and free space values because they cannot be calculated accurately. 15 years ago
  resver 96dfcd4860 Implemented nodes cache (in-core directories structure representation). This is a prerequisite for write support and further performance improvements. 15 years ago
  resver c12dd0ffc9 Fixed integer overflow in fsck (incorrect volume size was printed for big volumes). 15 years ago
  resver ae653ed207 Fixed debug output in fsck. 15 years ago
  resver 892ed1da65 Implemented dynamic nodes allocation. 15 years ago
  resver 7e40333f22 Initial check in. 16 years ago