mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-28 11:20:36 +08:00
ecf1b7767e
journal.c (e2fsck_journal_load): Fix **nasty** bug which caused e2fsck_check_ext3_journal to smash the journal because journal->j_transaction_sequence wasn't getting initialized. journal.c: (recover_ext3_journal, e2fsck_run_ext3_journal): Move call to e2fsck_clear_recover from recover_ext3_journal to after the filesystem has been closed and reopened. Otherwise, the superblock in the filesystem handle will probably be stale, and will overwrite the newer version of the superblock written by the log recovery. message.c (expand_inode_expression): Add support for %Iu and %Ig problem.h (PR_0_CLEAR_ORPHAN_INODE): Add new problem code. super.c (release_orphan_inodes, release_inode_block, release_inode_blocks): Update the block group descriptor counts when freeing the orphan inode. Use PR_0_CLEAR_ORPHAN_INODE to report when we clear an orphan. journal.c (e2fsck_run_ext3_journal): Fix a bug where we attempted to reopen the filesystem using the device name instead of the filesystem name. |
||
---|---|---|
.. | ||
.cvsignore | ||
badblocks.c | ||
ChangeLog | ||
CHANGES | ||
dirinfo.c | ||
e2fsck.8.in | ||
e2fsck.c | ||
e2fsck.h | ||
ehandler.c | ||
emptydir.c | ||
extend.c | ||
flushb.c | ||
iscan.c | ||
jfs_compat.h | ||
jfs.h | ||
journal.c | ||
Makefile.in | ||
Makefile.pq | ||
malloc.h | ||
message.c | ||
mtrace.awk | ||
mtrace.c | ||
pass1.c | ||
pass1b.c | ||
pass2.c | ||
pass3.c | ||
pass4.c | ||
pass5.c | ||
problem.c | ||
problem.h | ||
problemP.h | ||
recovery.c | ||
scantest.c | ||
super.c | ||
swapfs.c | ||
unix.c | ||
util.c |