Whamcloud - gitweb
Prevent i_dtime from being mistaken for an inode number post-2038 wraparound
[tools/e2fsprogs.git] / e2fsck / journal.c
2024-04-26 Theodore Ts'oPrevent i_dtime from being mistaken for an inode number...
2023-12-01 Baokun Lie2fsck: save EXT2_ERROR_FS flag during journal replay
2023-01-27 Theodore Ts'oe2fsck: use ext2_ino_t instead of ino_t
2023-01-27 Theodore Ts'oMerge branch 'maint' into next
2023-01-26 Samanta NavarroFix various spelling typos
2023-01-18 Eric Biggerse2fsck: don't allow journal inode to have encrypt flag
2022-08-13 Theodore Ts'oMerge branch 'maint' into next
2022-08-12 Theodore Ts'oe2fsck: validate i_extra_size in ext4_fc_handle_inode
2022-08-11 Andreas Dilgermisc: use ext2_ino_t instead of ino_t
2022-08-11 Andreas DilgerQuiet unused variable warnings
2022-05-30 Theodore Ts'oe2fsck: sanity check the journal inode number
2021-12-03 Harshad Shirwadkare2fsck: skip sorting extents if there are no valid...
2021-07-26 Theodore Ts'oFix miscellaneous compiler warnings using "make gcc...
2021-07-07 Eric BiggersFix -Wunused-variable warnings
2021-07-07 Eric BiggersFix -Wunused-parameter warnings
2021-07-07 Eric Biggerslibext2fs: improve jbd_debug() implementation
2021-05-07 Theodore Ts'oe2fsck: fix unaligned accesses to ext4_fc_add_range...
2021-05-07 Harshad Shirwadkare2fsck: fix unaligned accesses to ext4_fc_tl struct
2021-05-06 Theodore Ts'oe2fsck: fix portability problems caused by unaligned...
2021-02-23 Theodore Ts'oe2fsck: fix miscellaneous clang warnings
2021-02-23 Harshad Shirwadkare2fsck: initialize variable before first use in fast...
2021-02-23 Harshad Shirwadkare2fsck: add fallthrough comment in fc replay switch...
2021-02-09 Harshad Shirwadkare2fsck: endianness fixes for fast commit replay
2021-01-28 Harshad Shirwadkare2fsck: add replay for add_range, del_range, and inode...
2021-01-28 Harshad Shirwadkare2fsck: add fc replay for link, unlink, creat tags
2021-01-28 Harshad Shirwadkare2fsck: add fast commit replay skeleton
2021-01-28 Harshad Shirwadkare2fsck: add fast commit scan pass
2021-01-28 Harshad Shirwadkare2fsck: add fast commit setup code
2021-01-21 Harshad Shirwadkarlibext2fs: provide APIs to configure fast commit blocks
2021-01-21 Harshad Shirwadkare2fsck: port fc changes from kernel's recovery.c to...
2019-11-09 Theodore Ts'oAlign the types used by jbd2_journal_bmap and getblk...
2019-11-09 Theodore Ts'oSync kernel's fix for potential double free in jbd2
2019-11-09 Theodore Ts'oRename functions, types, constants to reflect jbd2...
2019-11-09 Theodore Ts'oConvert kernel compat functions to use new ll_rw_block...
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
next