summaryrefslogtreecommitdiff
path: root/e2fsck/journal.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-11ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger1-4/+7
2010-12-13Merge branch 'maint' into nextTheodore Ts'o1-1/+2
2010-09-25e2fsck: Open the external journal in exclusive modeTheodore Ts'o1-1/+2
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson1-9/+9
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2010-05-13e2fsck: mark sparse journal as invalidEric Sandeen1-1/+1
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-1/+1
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-2/+2
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-2/+2
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson1-1/+1
2009-05-25e2fsck: Fix journal replay bug which reverts changes to the bg descriptorsTheodore Ts'o1-2/+9
2009-01-02e2fsck: Fix journal replay for block sizes greater than 8kTheodore Ts'o1-1/+3
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-28/+28
2008-06-06e2fsck: Add support to check journal checksumsTheodore Ts'o1-1/+16
2008-03-20Make e2fsck uninit block group awareJose R. Santos1-0/+1
2007-10-06Merge branch 'maint'Theodore Ts'o1-0/+2
2007-10-06e2fsck: update the backup superblocks if the feature bitmasks are changedTheodore Ts'o1-0/+2
2007-08-11Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o1-1/+1
2007-06-21e2fsck: Check the all of journal blocks for validityTheodore Ts'o1-16/+42
2007-06-21Write the updated journal inode if s_jnl_blocks was successfully usedKalpak Shah1-0/+7
2007-06-21Recreate journal that had been removed previously due to corruptionKalpak Shah1-1/+1
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o1-0/+1
2007-03-29[COVERITY] Fix (error case only) memory leak in e2fsck_get_journalBrian Behlendorf1-14/+16
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o1-2/+0
2006-05-14Fix memory leak in e2fsck's error pathsTheodore Ts'o1-1/+3
2006-03-10Enhance e2fsck so it can fix external journal hint in the superblock Theodore Ts'o1-0/+37
2005-09-24E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o1-0/+1
2005-04-14Use a centrally stored current time for "now" which Theodore Ts'o1-1/+1
2004-10-04Attempt recovery if the journal contains illegal blocksRichard Mortimer1-0/+1
2004-05-26Fixed potential ordering constraint problem in e2fsck's journalTheodore Ts'o1-0/+12
2003-12-28Re-add FreeBSD support. Matthias Andree1-0/+1
2003-12-28Fix more compiler warnings.Matthias Andree1-1/+2
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-4/+4
2003-08-21journal.c (e2fsck_move_ext3_journal): When moving the journal orTheodore Ts'o1-0/+2
2003-08-21Add support for backing up the journal inode location in the Theodore Ts'o1-20/+73
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o1-8/+8
2003-03-01Update debugfs and e2fsck to use the blkid library.Theodore Ts'o1-7/+9
2002-11-08unix.c (PRS), journal.c: Set the default level of journalTheodore Ts'o1-1/+0
2002-10-13Fix gcc -Wall nits.Theodore Ts'o1-3/+3
2002-03-07Fix various gcc -Wall complaints.Theodore Ts'o1-2/+2
2002-03-07Fixed the journal handling so that an offer is made to clear theTheodore Ts'o1-1/+3
2002-02-22Cleaned up journal handling code in e2fsck.Theodore Ts'o1-147/+155
2001-12-21Give the opportunity for e2fsck to run the journal even if Theodore Ts'o1-1/+14
2001-12-16Fix e2fsck's handling of external journals,and update journal Theodore Ts'o1-44/+76
2001-11-30journal.c: fix an endianness bug.Gabriel Paubert1-1/+1
2001-11-08Allow a single user for internal journals (the current filesystem)Andreas Dilger1-1/+1
2001-10-07journal.c (clear_v2_journal_fields, e2fsck_journal_load): If theTheodore Ts'o1-0/+26
2001-10-06e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new functionTheodore Ts'o1-0/+100
2001-08-07* journal.c (recover_ext3_journal): If s_errno is set in theTheodore Ts'o1-0/+10
2001-07-29Fix memory leaks in e2fsck's journal.c, and remove some casesTheodore Ts'o1-6/+16