Age | Commit message (Expand) | Author | Files | Lines |
2009-03-08 | remove useless if-before-free tests | Jim Meyering | 1 | -8/+4 |
2008-08-27 | Remove trailing whitespace for the entire source tree | Theodore Ts'o | 1 | -29/+29 |
2008-07-13 | Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support | Theodore Ts'o | 1 | -0/+2 |
2008-03-30 | Merge branch 'maint' | Theodore Ts'o | 1 | -6/+19 |
2008-03-26 | fsck: Treat "ext4" and "ext4dev" as ext* filesystems | Theodore Ts'o | 1 | -2/+8 |
2008-03-26 | fsck: Make -Cn work correctly where n != 0 | Theodore Ts'o | 1 | -4/+10 |
2008-03-26 | fsck: Fix -C handling so that subsequent progress bars are enabled | Theodore Ts'o | 1 | -0/+1 |
2008-03-17 | Fix miscellaneous gcc -Wall warnings | Theodore Ts'o | 1 | -1/+1 |
2008-02-27 | fsck: Don't complain about an old-style fstab if the fstab is empty | Theodore Ts'o | 1 | -1/+1 |
2008-02-17 | Make fsck ignore mounted filesystems if given the -M option | Theodore Ts'o | 1 | -4/+11 |
2007-12-16 | fsck: '#' is only a comment character at the beginning of an fstab line | Theodore Ts'o | 1 | -5/+2 |
2007-09-20 | fsck: Ignore /etc/fstab entries for bind mounts | Theodore Ts'o | 1 | -0/+10 |
2007-03-28 | [COVERITY] Fix memory leak in fsck on error paths | Brian Behlendorf | 1 | -0/+3 |
2005-01-13 | fsck.c: | Matthias Andree | 1 | -0/+3 |
2005-01-05 | fsck.c (PRS): Apply Fedora's e2fsprogs-1.35-progress.patch from | Theodore Ts'o | 1 | -5/+36 |
2004-12-22 | In fsck, check return from malloc of fsck_path, and print an error message | Theodore Ts'o | 1 | -0/+4 |
2004-02-21 | fsck.c (execute): Use '&&' instead of '&'. (It didn't cause a | Theodore Ts'o | 1 | -1/+1 |
2003-12-07 | Fix gcc -Wall nitpicks | Theodore Ts'o | 1 | -9/+8 |
2003-07-21 | fsck.c (wait_many): Rename wait_all() to wait_many(), and have | Theodore Ts'o | 1 | -6/+12 |
2003-04-16 | Put stdout and stderr into non-buffered mode to | Theodore Ts'o | 1 | -0/+3 |
2003-04-06 | fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore, | Theodore Ts'o | 1 | -29/+40 |
2003-03-14 | Add Apple/Darwin patches. | Theodore Ts'o | 1 | -0/+2 |
2003-03-01 | Minor bug fixes in the blkid library. | Theodore Ts'o | 1 | -128/+129 |
2003-01-22 | fsck.c (parse_fstab_line, parse_escape): Add support for | Theodore Ts'o | 1 | -0/+42 |
2002-10-28 | fsck.c (main): Fix bug reported by Gregory Mutt. Multiple | Theodore Ts'o | 1 | -1/+4 |
2002-10-13 | Fix gcc -Wall nits. | Theodore Ts'o | 1 | -3/+2 |
2002-09-24 | fsck.c: If the bone-headed user enters the filename twice, the | Theodore Ts'o | 1 | -0/+8 |
2002-08-17 | fsck.c (main): If no filesystems are specified on the command | Theodore Ts'o | 1 | -3/+4 |
2002-07-21 | Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, | Theodore Ts'o | 1 | -0/+56 |
2002-03-05 | Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. | Theodore Ts'o | 1 | -0/+1 |
2002-02-03 | Changed fsck to support filesystems types in /etc/fstab of the form | Theodore Ts'o | 1 | -2/+3 |
2002-01-29 | fsck.c: Allow the number of outstanding processes fs-specific | Theodore Ts'o | 1 | -41/+61 |
2001-12-16 | Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus | Theodore Ts'o | 1 | -1/+1 |
2001-11-05 | fsck.c (interpret_type): If the "auto" type is specified, make | Theodore Ts'o | 1 | -0/+2 |
2001-08-27 | Remove EXT2FS_VERSION from the version display, since it | Theodore Ts'o | 1 | -2/+1 |
2001-08-17 | get_device_by_label.[ch], fsck.c, util.c: New interpret_spec() | Andreas Dilger | 1 | -25/+9 |
2001-08-15 | fsck.c (main): Print a warning message if there are no devices to | Theodore Ts'o | 1 | -0/+4 |
2001-08-15 | fsck.c (check_all): Don't bother to interpret a device where the | Theodore Ts'o | 1 | -1/+2 |
2001-07-19 | fstype.c (identify_fs): New file which looks at the superblock | Theodore Ts'o | 1 | -0/+23 |
2001-06-12 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -1/+1 |
2001-05-23 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -3/+3 |
2001-05-21 | ChangeLog, fsck.8.in, fsck.c: | Theodore Ts'o | 1 | -22/+140 |
2001-05-21 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -2/+6 |
2001-05-21 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -5/+5 |
2001-05-12 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -0/+3 |
2001-05-01 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -1/+1 |
2001-01-06 | Many files: | Theodore Ts'o | 1 | -1/+1 |
2000-12-31 | ChangeLog, fsck.c: | Theodore Ts'o | 1 | -19/+21 |
2000-12-29 | ChangeLog, base_device.c, fsck.c: | Theodore Ts'o | 1 | -0/+2 |
2000-12-03 | ChangeLog, Makefile.in, base_device.c, base_device.tst, fsck.c, fsck.h: | Theodore Ts'o | 1 | -67/+9 |