Whamcloud - gitweb
e4defrag: adjust total count when files change during the run
[tools/e2fsprogs.git] / e2fsck / journal.c
2018-07-04 Theodore Ts'oe2fsck: fix kernel compat functions to use kernel error...
2017-02-17 Theodore Ts'oe2fsck: exit with exit status 0 if no errors were fixed
2016-07-06 Daeho Jeonge2fsck: update j_tail_sequence after recovery
2016-05-25 Theodore Ts'oe2fsck: improve error messages when the journal sb...
2015-10-24 Darrick J. Wonge2fsck: clean up feature test macros with predicate...
2015-01-27 Darrick J. Wonge2fsck: fix message when the journal is deleted and...
2014-09-11 Darrick J. Wonge2fsck: fix minor errors in journal handling
2014-09-11 Darrick J. Wongmisc: zero s_jnl_blocks when removing internal journal
2014-09-11 Darrick J. Wonge2fsck: detect and repair external journal superblock...
2014-09-11 Darrick J. Wonge2fsck/debugfs: fix descriptor block size handling...
2014-08-27 Darrick J. Wonge2fsck: resync jbd2 recovery code from Linux 3.16
2014-07-29 Theodore Ts'oMerge branch 'maint' into next
2014-07-29 Azat Khuzhinjournal: use consts instead of 1024 and add helper...
2014-07-06 Theodore Ts'oMerge branch 'maint' into next
2014-07-06 Theodore Ts'oe2fsck: reopen the file system with saved flags after...
2014-06-04 Benno Schulenberge2fsck: make a prompt message simpler and thus translatable
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wonge2fsck: fix memory leaks (on error path)
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Theodore Ts'oe2fsck: use dgrp_t for block group numbers
2013-12-03 Theodore Ts'oe2fsck: fix j_maxlen if the file system is exactly...
2013-12-03 Theodore Ts'oe2fsck: use errcode_t to suppress some -Wconversion...
2013-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-07 Darrick J. Wonge2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2013-05-16 Theodore Ts'oMerge branch 'maint' into next
2013-05-04 Theodore Ts'oe2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root...
2012-08-03 Darrick J. Wonge2fsck: check journal superblock checksum prior to...
2012-06-11 Theodore Ts'oe2fsck: correctly propagate error from journal to super...
2012-05-31 Theodore Ts'oe2fsck: handle an already recovered journal with a...
2012-05-22 Theodore Ts'oe2fsck: fix 64-bit journal support
2011-09-25 Andreas Dilgerext2fs: add multi-mount protection (INCOMPAT_MMP)
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2010-12-13 Theodore Ts'oMerge branch 'maint' into next
2010-11-22 Theodore Ts'oMerge branch 'maint'
2010-09-26 Theodore Ts'oe2fsck: Open the external journal in exclusive mode
2010-06-13 Valerie Aurora Hensone2fsck: Fix up to be 64-bit block number safe
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-13 Eric Sandeene2fsck: mark sparse journal as invalid
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-05-26 Theodore Ts'oe2fsck: Fix journal replay bug which reverts changes...
2009-01-02 Theodore Ts'oe2fsck: Fix journal replay for block sizes greater...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-06-07 Theodore Ts'oe2fsck: Add support to check journal checksums
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-10-06 Theodore Ts'oe2fsck: update the backup superblocks if the feature...
2007-08-11 Theodore Ts'oClean up applications to not use EXT2FS_ENABLE_SWAPFS...
2007-06-21 Theodore Ts'oe2fsck: Check the all of journal blocks for validity
2007-06-21 Kalpak ShahWrite the updated journal inode if s_jnl_blocks was...
2007-06-21 Kalpak ShahRecreate journal that had been removed previously due...
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
2007-03-29 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck_...
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-05-14 Theodore Ts'oFix memory leak in e2fsck's error paths
2006-03-10 Theodore Ts'oEnhance e2fsck so it can fix external journal hint...
2005-09-25 Theodore Ts'oE2fsck: fix future times in the superblock's last mount...
2005-04-14 Theodore Ts'oUse a centrally stored current time for "now" which
2004-10-04 Richard MortimerAttempt recovery if the journal contains illegal blocks
2004-05-27 Theodore Ts'oFixed potential ordering constraint problem in e2fsck...
2003-12-28 Matthias AndreeRe-add FreeBSD support.
2003-12-28 Matthias AndreeFix more compiler warnings.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-21 Theodore Ts'ojournal.c (e2fsck_move_ext3_journal): When moving the...
2003-08-21 Theodore Ts'oAdd support for backing up the journal inode location...
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2003-03-02 Theodore Ts'oUpdate debugfs and e2fsck to use the blkid library.
2002-11-08 Theodore Ts'ounix.c (PRS), journal.c: Set the default level of journal
2002-10-14 Theodore Ts'oFix gcc -Wall nits.
2002-03-08 Theodore Ts'oFix various gcc -Wall complaints.
2002-03-07 Theodore Ts'oFixed the journal handling so that an offer is made...
2002-02-22 Theodore Ts'oCleaned up journal handling code in e2fsck.
2001-12-22 Theodore Ts'oGive the opportunity for e2fsck to run the journal...
2001-12-16 Theodore Ts'oFix e2fsck's handling of external journals,and update...
2001-11-30 Gabriel Paubertjournal.c: fix an endianness bug.
2001-11-09 Andreas DilgerAllow a single user for internal journals (the current...
2001-10-07 Theodore Ts'ojournal.c (clear_v2_journal_fields, e2fsck_journal_load...
2001-10-07 Theodore Ts'oe2fsck.h, journal.c (e2fsck_move_ext3_journal): Add...
2001-08-07 Theodore Ts'o* journal.c (recover_ext3_journal): If s_errno is set...
2001-07-29 Theodore Ts'oFix memory leaks in e2fsck's journal.c, and remove...
2001-07-23 Theodore Ts'oAdd support for use of an external journal (so long...
2001-07-10 Theodore Ts'oFix really stupid typo.
2001-07-10 Theodore Ts'oSpeed up journal recovery in userspace by avoiding...
2001-06-02 Theodore Ts'oChangeLog, journal.c, problem.c, problem.h:
2001-05-25 Theodore Ts'oChangeLog, journal.c:
2001-05-23 Theodore Ts'oChangeLog, journal.c, problem.c, problem.h:
2001-05-14 Theodore Ts'oChangeLog, e2fsck.h, journal.c, problem.c, problem...
2001-05-13 Theodore Ts'oChangeLog, journal.c:
2001-03-29 Theodore Ts'oChangeLog, jfs_user.h, journal.c:
2001-02-20 Theodore Ts'ojournal.c:
2001-02-13 Theodore Ts'oChangeLog, journal.c:
2001-02-08 Theodore Ts'ojournal.c:
next