aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/journal.c
AgeCommit message (Expand)Author
2023-01-27e2fsck: use ext2_ino_t instead of ino_tTheodore Ts'o
2023-01-26Fix various spelling typosSamanta Navarro
2023-01-18e2fsck: don't allow journal inode to have encrypt flagEric Biggers
2022-08-12e2fsck: validate i_extra_size in ext4_fc_handle_inodeTheodore Ts'o
2022-08-11Quiet unused variable warningsAndreas Dilger
2022-05-30e2fsck: sanity check the journal inode numberTheodore Ts'o
2021-12-03e2fsck: skip sorting extents if there are no valid extentsHarshad Shirwadkar
2021-07-25Fix miscellaneous compiler warnings using "make gcc-wall"Theodore Ts'o
2021-07-06Fix -Wunused-variable warningsEric Biggers
2021-07-06Fix -Wunused-parameter warningsEric Biggers
2021-07-06libext2fs: improve jbd_debug() implementationEric Biggers
2021-05-06e2fsck: fix unaligned accesses to ext4_fc_add_range and fc_raw_inodeTheodore Ts'o
2021-05-06e2fsck: fix unaligned accesses to ext4_fc_tl structHarshad Shirwadkar
2021-05-06e2fsck: fix portability problems caused by unaligned accessesTheodore Ts'o
2021-02-23e2fsck: fix miscellaneous clang warningsTheodore Ts'o
2021-02-23e2fsck: initialize variable before first use in fast commit replayHarshad Shirwadkar
2021-02-23e2fsck: add fallthrough comment in fc replay switch caseHarshad Shirwadkar
2021-02-08e2fsck: endianness fixes for fast commit replayHarshad Shirwadkar
2021-01-27e2fsck: add replay for add_range, del_range, and inode tagsHarshad Shirwadkar
2021-01-27e2fsck: add fc replay for link, unlink, creat tagsHarshad Shirwadkar
2021-01-27e2fsck: add fast commit replay skeletonHarshad Shirwadkar
2021-01-27e2fsck: add fast commit scan passHarshad Shirwadkar
2021-01-27e2fsck: add fast commit setup codeHarshad Shirwadkar
2021-01-21libext2fs: provide APIs to configure fast commit blocksHarshad Shirwadkar
2021-01-21e2fsck: port fc changes from kernel's recovery.c to e2fsckHarshad Shirwadkar
2019-11-09Align the types used by jbd2_journal_bmap and getblk with the kernelTheodore Ts'o
2019-11-09Sync kernel's fix for potential double free in jbd2Theodore Ts'o
2019-11-09Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o
2019-11-09Convert kernel compat functions to use new ll_rw_block() function signatureTheodore Ts'o
2018-07-04e2fsck: fix kernel compat functions to use kernel error return conventionsTheodore Ts'o
2017-02-16e2fsck: exit with exit status 0 if no errors were fixedTheodore Ts'o
2016-07-05e2fsck: update j_tail_sequence after recoveryDaeho Jeong
2016-05-24e2fsck: improve error messages when the journal sb is corruptTheodore Ts'o
2015-10-24e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong
2015-01-27e2fsck: fix message when the journal is deleted and regeneratedDarrick J. Wong
2014-09-11e2fsck: fix minor errors in journal handlingDarrick J. Wong
2014-09-11misc: zero s_jnl_blocks when removing internal journalDarrick J. Wong
2014-09-11e2fsck: detect and repair external journal superblock checksum errorsDarrick J. Wong
2014-09-11e2fsck/debugfs: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-08-26e2fsck: resync jbd2 recovery code from Linux 3.16Darrick J. Wong
2014-07-29Merge branch 'maint' into nextTheodore Ts'o
2014-07-28journal: use consts instead of 1024 and add helper for journal with 1k blocksizeAzat Khuzhin
2014-07-06Merge branch 'maint' into nextTheodore Ts'o
2014-07-05e2fsck: reopen the file system with saved flags after a journal replayTheodore Ts'o
2014-06-03e2fsck: make a prompt message simpler and thus translatableBenno Schulenberg
2013-12-16Merge branch 'maint' into nextTheodore Ts'o
2013-12-15build: quiet LLVM non-literal string format warningAndreas Dilger
2013-12-12Merge branch 'maint' into nextTheodore Ts'o
2013-12-12e2fsck: fix memory leaks (on error path)Darrick J. Wong
2013-12-03Merge branch 'maint' into nextTheodore Ts'o