aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2014-09-11e2fsck: expand root dir if linking l+f failsDarrick J. Wong
2014-09-11e2fsck: ignore badblocks if it says badblocks inode is badDarrick J. Wong
2014-09-11e2fsck: fix minor errors in journal handlingDarrick J. Wong
2014-09-11debugfs: create journal handling routinesDarrick 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-09-11Merge branch 'maint' into nextTheodore Ts'o
2014-09-11Merge remote-tracking branch 'origin/maint' into maintTheodore Ts'o
2014-09-11e2fsck: notice when the realloc of dir_info failsTheodore Ts'o
2014-09-08Apply LDFLAGS when building testsMichael Forney
2014-09-08tests: Add to LD_LIBRARY_PATH instead of overridingMichael Forney
2014-08-29Merge tag 'v1.42.12' into nextTheodore Ts'o
2014-08-26e2fsck: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong
2014-08-26e2fsck: resync jbd2 revoke code from Linux 3.16Darrick J. Wong
2014-08-26e2fsck: resync jbd2 recovery code from Linux 3.16Darrick J. Wong
2014-08-26e2fsck: fix spelling error (strage vs storage)Theodore Ts'o
2014-08-24e2fsck: on BE, re-swap everything after a damaged dirent so salvage works cor...Darrick J. Wong
2014-08-24misc: fix gcc warningsDarrick J. Wong
2014-08-15Merge branch 'maint' into nextTheodore Ts'o
2014-08-12e2fsck: don't flush the FS unless it's actually dirtyDarrick J. Wong
2014-08-10Merge branch 'maint' into nextTheodore Ts'o
2014-08-10e2fsck: don't set prev after processing '..' on an inline dirDarrick J. Wong
2014-08-10e2fsck: be more careful in assuming inline_data inodes are directoriesDarrick J. Wong
2014-08-10e2fsck: check inline dir size is a multiple of 4Darrick J. Wong
2014-08-10e2fsck: use the correct block size when salvaging directoriesDarrick J. Wong
2014-08-10e2fsck: do a better job of fixing i_size of inline directoriesDarrick J. Wong
2014-08-10e2fsck: fix conflicting extents|inlinedata inode flagsDarrick J. Wong
2014-08-10e2fsck: clear extents and inline_data flags from fifo/socket/device inodesDarrick J. Wong
2014-08-10e2fsck: don't try to iterate blocks of an inline_data inode when deallocating itDarrick J. Wong
2014-08-10e2fsck: check inline directory data "block" firstDarrick J. Wong
2014-08-10e2fsck: handle inline data symlinksDarrick J. Wong
2014-08-10e2fsck: clear inline_data inode flag if EA missingDarrick J. Wong
2014-08-10e2fsck: check ea-in-inode regions for overlapDarrick J. Wong
2014-08-10misc: fix various endianness problems with inline_dataDarrick J. Wong
2014-08-10libext2fs/e2fsck: don't run off the end of the EA blockDarrick J. Wong
2014-08-10e2fsck: convert 'delete files' warning to a proper fix_problem errorDarrick J. Wong
2014-08-10e2fsck: flush out the superblock and bitmaps before printing final messagesTheodore Ts'o
2014-08-10e2fsck: fix file systems with an overly large s_first_meta_bgTheodore Ts'o
2014-08-02tests: add regression tests for MMP blocks with bad checksumsDarrick J. Wong
2014-08-02e2fsck: always ask to fix an inode that fails checksum verificationDarrick J. Wong
2014-08-02e2fsck: disable checksum verification in a few select placesDarrick J. Wong
2014-08-02e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong
2014-08-02e2fsck: offer to clear inode table blocks that are insaneDarrick J. Wong
2014-08-02e2fsck: try to salvage corrupt directory entry blocksDarrick J. Wong
2014-08-02e2fsck: try to salvage extent blocks with bad checksumsDarrick J. Wong
2014-08-02libext2fs: check EA block headers when reading in the blockDarrick J. Wong
2014-08-02e2fsck: use root dir for lost+found when really desperateDarrick J. Wong
2014-08-02e2fsck: never free critical metadata blocks in the block found mapDarrick J. Wong
2014-07-29Merge branch 'maint' into nextTheodore Ts'o