summaryrefslogtreecommitdiff
path: root/tests/f_dupsuper
Commit message (Collapse)AuthorAgeFilesLines
* e2fsck: print runs of duplicate blocks instead of all of themDarrick J. Wong2014-03-151-1/+1
| | | | | | | | | | | | When pass1 finds blocks that are mapped to multiple files, it will print every duplicated block. If there are long sequences of duplicate blocks (e.g. the e_pblk field is wrong in an extent), this can cause a gigantic flood of output when a range could convey the same information. Therefore, teach pass1b to print ranges when possible. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Make e2fsck Pass 1C header consistent with the other headersTheodore Ts'o2005-07-041-1/+1
| | | | | | | Removed the period from the Pass 1C header to make it consistent with the other e2fsck pass headers.
* Clean up e2fsck problem description messages for typo's and to make themTheodore Ts'o2005-06-191-8/+9
| | | | | | | | | | | | | | | easier to understand (sorry, translators). Add new @m (multiply-claimed) and @n (invalid) expansions for e2fsck problem descriptions. Add Dutch translation, and update French translation. Add an explanation of how the @-expansion and %-exapansion works in e2fsck/problem.c to make life easier for the translators. Synchronize and update po files.
* E2fsck now prints ranges in pass 5 when printing deltas inTheodore Ts'o2002-03-071-1/+1
| | | | | the block and inode bitmaps.
* Many files:Theodore Ts'o1997-10-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | pass*.c, super.c: Massive changes to avoid using printf and com_err routines. All diagnostic messages are now routed through the fix_problem interface. pass2.c (check_dir_block): Check for duplicate '.' and '..' entries. problem.c, problem.h: Add new problem codes PR_2_DUP_DOT and PR_2_DUP_DOT_DOT. problem.c: Added new problem codes for some of the superblock corruption checks, and for the pass header messages. ("Pass 1: xxxxx") util.c (print_resource_track): Now takes a description argument. super.c, unix.c, e2fsck.c: New files to separate out the operating-specific operations out from e2fsck.c. e2fsck.c now contains the global e2fsck context management routines, and super.c contains the "pass 0" initial validation of the superblock and global block group descriptors. pass1.c, pass2.c, pass3.c, pass4.c, pass5.c, util.c: Eliminate (nearly) all global variables and moved them to the e2fsck context structure. problem.c, problem.h: Added new problem codes PR_0_SB_CORRUPT, PR_0_FS_SIZE_WRONG, PR_0_NO_FRAGMENTS, PR_0_BLOCKS_PER_GROUP, PR_0_FIRST_DATA_BLOCK expect.1, expect.2: Updated tests to align with e2fsck problem.c changes.
* Many files:Theodore Ts'o1997-04-292-9/+13
| | | | | Checked in e2fsprogs 1.08.
* Many files:Theodore Ts'o1997-04-291-5/+5
| | | | | Checked in e2fsprogs-1.07
* Many files:Theodore Ts'o1997-04-291-0/+2
| | | | | Checked in e2fsprogs 1.05
* Many files:Theodore Ts'o1997-04-262-2/+2
| | | | | Checkin of e2fsprogs 1.02.
* Many files:Theodore Ts'o1997-04-264-0/+29
Checked in e2fsprogs 0.5c