| Age | Commit message (Expand) | Author |
| 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 |
| 2008-03-16 | errexit() now provides the trailing \n (since fsck_ffs assumed that | lukem |
| 2008-03-16 | sync from fsck_ffs/dir.c 1.21: | lukem |
| 2008-02-23 | Make sure that the exit values are always sane, and use symbolic instead | christos |
| 2007-12-22 | Use h2fs32() rather than fs2h32() on host to disk conversion. | tsutsui |
| 2007-12-22 | - use MINFREE defiend in <ufs/ext2fs/ext2fs.h> | tsutsui |
| 2007-12-22 | Remove unused macro. | tsutsui |
| 2007-11-16 | Add a workaround for incorrect "SUMMARY INFORMATIONS WRONG FOR CG #N" | tsutsui |
| 2007-11-13 | Fix e2fs_itpg calculation (a rounddown bug). | tsutsui |
| 2007-11-13 | Use more proper aligned format in a debug function print_bmap(). | tsutsui |
| 2007-07-16 | Make all mount(2) return value error checks against -1. Some file | pooka |
| 2007-07-14 | Add additional 'sizeof args' parameter to mount(2). | dsl |
| 2007-02-08 | include <signal.h> where signal(3) is used | drochner |
| 2006-10-16 | use c99 initializers | christos |
| 2006-10-16 | comment out impossible code. | christos |
| 2006-08-26 | Programs that use efun. | christos |