aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/journal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-variable warningsEric Biggers2021-06-151-6/+1
* Fix -Wunused-parameter warningsEric Biggers2021-06-151-3/+4
* libext2fs: improve jbd_debug() implementationEric Biggers2021-06-151-4/+0
* e2fsck: fix miscellaneous clang warningsTheodore Ts'o2021-02-231-1/+1
* e2fsck: initialize variable before first use in fast commit replayHarshad Shirwadkar2021-02-231-1/+1
* e2fsck: add fallthrough comment in fc replay switch caseHarshad Shirwadkar2021-02-231-0/+1
* e2fsck: endianness fixes for fast commit replayHarshad Shirwadkar2021-02-081-18/+26
* e2fsck: add replay for add_range, del_range, and inode tagsHarshad Shirwadkar2021-01-271-1/+347
* e2fsck: add fc replay for link, unlink, creat tagsHarshad Shirwadkar2021-01-271-0/+112
* e2fsck: add fast commit replay skeletonHarshad Shirwadkar2021-01-271-0/+72
* e2fsck: add fast commit scan passHarshad Shirwadkar2021-01-271-0/+109
* e2fsck: add fast commit setup codeHarshad Shirwadkar2021-01-271-0/+15
* libext2fs: provide APIs to configure fast commit blocksHarshad Shirwadkar2021-01-211-2/+2
* e2fsck: port fc changes from kernel's recovery.c to e2fsckHarshad Shirwadkar2021-01-211-7/+21
* Align the types used by jbd2_journal_bmap and getblk with the kernelTheodore Ts'o2019-11-091-4/+6
* Sync kernel's fix for potential double free in jbd2Theodore Ts'o2019-11-091-2/+10
* Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o2019-11-091-28/+29
* Convert kernel compat functions to use new ll_rw_block() function signatureTheodore Ts'o2019-11-091-9/+9
* e2fsck: fix kernel compat functions to use kernel error return conventionsTheodore Ts'o2018-07-041-3/+6
* e2fsck: exit with exit status 0 if no errors were fixedTheodore Ts'o2017-02-161-0/+1
* e2fsck: update j_tail_sequence after recoveryDaeho Jeong2016-07-051-0/+2
* e2fsck: improve error messages when the journal sb is corruptTheodore Ts'o2016-05-241-12/+12
* e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-30/+22
* e2fsck: fix message when the journal is deleted and regeneratedDarrick J. Wong2015-01-271-2/+1
* e2fsck: fix minor errors in journal handlingDarrick J. Wong2014-09-111-1/+1
* misc: zero s_jnl_blocks when removing internal journalDarrick J. Wong2014-09-111-0/+1
* e2fsck: detect and repair external journal superblock checksum errorsDarrick J. Wong2014-09-111-1/+24
* e2fsck/debugfs: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-09-111-5/+9
* e2fsck: resync jbd2 recovery code from Linux 3.16Darrick J. Wong2014-08-261-2/+6
* Merge branch 'maint' into nextTheodore Ts'o2014-07-291-3/+2
|\
| * journal: use consts instead of 1024 and add helper for journal with 1k blocksizeAzat Khuzhin2014-07-281-3/+2
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-061-2/+1
|\|
| * e2fsck: reopen the file system with saved flags after a journal replayTheodore Ts'o2014-07-051-1/+1
| * e2fsck: make a prompt message simpler and thus translatableBenno Schulenberg2014-06-031-1/+0
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-161-1/+1
|\|
| * build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-121-1/+3
|\|
| * e2fsck: fix memory leaks (on error path)Darrick J. Wong2013-12-121-1/+3
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-15/+15
|\|
| * e2fsck: use dgrp_t for block group numbersTheodore Ts'o2013-12-021-1/+2
| * e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocksTheodore Ts'o2013-12-021-4/+3
| * e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-10/+10
* | Merge branch 'maint' into nextTheodore Ts'o2013-10-121-1/+5
|\|
| * e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+5
* | e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-201-6/+9
* | Merge branch 'maint' into nextTheodore Ts'o2013-05-191-1/+1
|\|
| * e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-05-161-2/+12
|\|
| * e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systemsTheodore Ts'o2013-05-041-2/+12
* | e2fsck: check journal superblock checksum prior to recoveryDarrick J. Wong2012-08-021-0/+59
|/