| Age | Commit message (Expand) | Author |
| 2019-08-16 | Pull up following revision(s) (requested by kamil in ticket #73): | martin |
| 2019-03-31 | Ignore EXT4 'kbytes written' field when validating alternate superblock. | mlelstv |
| 2019-03-31 | No longer rely on data in disklabel to deduce alternate superblock | mlelstv |
| 2019-03-31 | remove debug printfs from last commit. | mlelstv |
| 2019-03-30 | Ignore recorded last mount point when validating alternate superblocks. | mlelstv |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-08-27 | Remove references to -c flag which was never included. | sevan |
| 2017-04-21 | Fix previous properly (wrong variable was tested) thanks riastradh@ | christos |
| 2017-04-21 | e2di_block is an array; can't be NULL, (clang) | christos |
| 2016-09-11 | Document the author and the version fsck_ext2fs first appeared. | sevan |
| 2016-08-15 | more informative debug output for unsupported features | jdolecek |
| 2016-08-15 | adjust inode size check to compare against EXT2_REV0_DINODE_SIZE, rather then... | jdolecek |
| 2016-08-15 | divorce list of features supported by fsck_ext2fs from the kernel; | jdolecek |
| 2016-08-04 | rename struct ext2fs_dinode attribute e2di_dacl to correct | jdolecek |
| 2014-12-04 | Instead of zerodivide, give a useful error message. | christos |
| 2014-03-04 | Make pointer NULL check non-fatal for a bogus condition. | joerg |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-09 | Stick UFS_ in front of these symbols: | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-11-25 | Catch up to the kernel with respect to Ext2 huge_file feature. | jakllsch |
| 2012-11-25 | e2di_nblock is (assuming the huge_file feature is not active) stored in | jakllsch |
| 2012-08-26 | stdlib.h, not malloc.h | dholland |
| 2011-09-16 | NULL does not need a cast, here | plunky |
| 2011-08-06 | Avoid -Wno-pointer-sign. | dholland |
| 2011-08-06 | Add static to a private function. | dholland |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-06-09 | share more code. | christos |
| 2010-02-21 | Call the file system "ext2" consistently. Suggested by tsutsui. | wiz |
| 2010-02-04 | Centralize time printing and deal with ctime possibly returning NULL. | christos |
| 2010-01-07 | make this compile again. | christos |
| 2010-01-06 | PR/42568: Pedro F. Giffuni: Better signal handling from OpenBSD, but simplified. | christos |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-08-16 | Ignore the "-P" option as intended to make this work with e.g. | tron |
| 2009-04-06 | fix sign-compare issues | lukem |
| 2009-03-15 | Fix markup. | joerg |
| 2009-03-02 | - add a sanity check for e2fs_inode_size in readsb() | tsutsui |
| 2008-11-24 | Remove unnecessary casts. | tsutsui |
| 2008-11-24 | Handle 32 bit uid field on E2FS_REV1. | tsutsui |
| 2008-11-24 | Add missed byteswap ops against ext2fs_dinode members. | tsutsui |
| 2008-11-24 | Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit. | tsutsui |
| 2008-11-24 | - unsigned -> unsigned int | tsutsui |
| 2008-10-12 | Don't use unicode in usage. | wiz |
| 2008-10-09 | Sync usage with man page. | wiz |
| 2008-10-09 | Standardize. | wiz |
| 2008-10-09 | Disable userid to username lookups by default. Add a -U flag to perform them. | christos |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-03-16 | Remove unused file. | lukem |