Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-05 | Another patch from Garrett: remove bad block bitmap checking code. Everything | Rob Landley | |
produced in the list ten years has some variant of internal error correction (disks, cdrom, flash), so if it has user-visible bad blocks on it the hardware has exhausted its remapping reserve and is dying, and you need to get your data off pronto. (The one exception I can think of is floppies, and I don't care.) | |||
2006-05-03 | Big dead code elimination pass from Garrett. | Rob Landley | |
2006-05-03 | Patch from Garrett Kajmowicz to move a lot of #defines into the | Rob Landley | |
header file. | |||
2006-04-06 | Another size reduction patch from Garrett. | Rob Landley | |
2006-04-01 | Ext2fs cleanup from Garrett Kajmowicz. | Rob Landley | |
2006-03-08 | import most of e2fsprogs 1.38 updates | Mike Frysinger | |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | |
from before "if(x) free(x)". | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-24 | Once more, with fewer inappropriate semicolons. | Rob Landley | |
2006-01-23 | Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like | Rob Landley | |
PPC, with an obligatory couple of swipes from me. | |||
2005-10-12 | create e2fs_set_sbin_path(), noticed by Tito, Thanks | "Vladimir N. Oleynik" | |
2005-10-12 | usage bb_dev_null | "Vladimir N. Oleynik" | |
2005-10-12 | make fsck.h as common, e2fsck: includes correct | "Vladimir N. Oleynik" | |
2005-09-28 | more const, inline, forward declaration usage, strip 20k source size ;-) | "Vladimir N. Oleynik" | |
2005-09-27 | move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small ↵ | "Vladimir N. Oleynik" | |
automatic size reduction | |||
2005-09-27 | fix building w/out et headers and w/out debug | Mike Frysinger | |
2005-09-24 | import the very fat e2fsck/fsck applets | Mike Frysinger | |