aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2019-01-29E2fsprogs: fix ODR issueAndreas Gampe
2018-10-11Merge branch 'maint' into nextTheodore Ts'o
2018-10-11e2fsck: clear clang warnings for missing field initializers in structsTheodore Ts'o
2018-08-23Merge branch 'maint' into nextTheodore Ts'o
2018-08-21e2fsck: allow verity files to have initialized blocks past i_sizeEric Biggers
2018-08-18Merge branch 'maint' into nextTheodore Ts'o
2018-08-18Remove obsolete files from the repositoryTheodore Ts'o
2018-08-13Merge branch 'maint' into nextTheodore Ts'o
2018-08-13e2fsck: fix fd leak in reserve_stdio_fdsTheodore Ts'o
2018-08-11e2fsck: remove resize inode if both resize_inode and meta_bg are enabledLukas Czerner
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton
2018-08-08e2fsck: fix LTO type warningsTheodore Ts'o
2018-08-05AOSP: ODR violation in e2fsck during host buildIsaac Chen
2018-08-05AOSP: Update Android.bp files.David Anderson
2018-08-05AOSP: e2fsck: Remove unused variable.David Anderson
2018-07-14Fix compile error and warnings for old gcc versionsLi Dongyang
2018-07-04e2fsck: fix kernel compat functions to use kernel error return conventionsTheodore Ts'o
2018-06-29e2fsck: if user declines to fix s_inodes_acount, abortTheodore Ts'o
2018-06-28e2fsck: do not allow initialized blocks pass i_sizeLukas Czerner
2018-06-28e2fsck: fix hang in readahead code if last block in fs is metadataTheodore Ts'o
2018-06-25Update Makefile.in files using "make depend"Theodore Ts'o
2018-06-24e2fsck: only retry to open the file system when the superblock is corruptTheodore Ts'o
2018-06-24e2fsck: add error-checking when unlink tdb file for dir_infoTheodore Ts'o
2018-06-24e2fsck: add proper error checking in move_quota_inodeTheodore Ts'o
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2018-06-23e2fsck: mark device inodes with EXT4_EXTENTS_FL badAndreas Dilger
2018-06-23e2fsck: handle preallocation for large PAGE_SIZEAndreas Dilger
2018-06-22misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara
2018-06-22e2fsck: set dir_nlink feature if large dir existsAndreas Dilger
2018-06-21AOSP: e2fsck: imply -f when using -E unshare_blocksDavid Anderson
2018-06-21AOSP: e2fsck: allow read-only testing if -E unshare_blocks will succeedDavid Anderson
2018-06-21AOSP: e2fsck: Add an extended option for unsharing blocks.David Anderson
2018-06-21AOSP: e2fsck: Skip duplicate blocks when RO_COMPAT_SHARED_BLOCKS is set.David Anderson
2018-06-19e2fsck: report only one sb corruptionJan Kara
2018-06-19e2fsck: handle s_inodes_count corruption properlyJan Kara
2018-06-19e2fsck: allow to fix some superblock corruptionsJan Kara
2018-04-09e2fsck: warn if checkinterval and broken_system_clock both setEric Sandeen
2018-04-07libext2fs: add sanity checks for ea_in_inodeTheodore Ts'o
2018-03-29e2fsck: adjust quota counters when clearing orphaned inodesDarrick J. Wong
2018-03-24e2fsck: delete bad inode fix for bigallocharshads
2018-03-16e2fsck: release clusters only once in release_inode_blocksharshads
2018-03-10e2fsck: fix endianness problem when reading htree nodesLukas Czerner
2018-03-03e2fsck: require that fast symlinks don't have EXT4_EXTENTS_FLEric Biggers
2018-03-03e2fsck: validate the targets of extent-based symlinksEric Biggers
2018-03-03e2fsck: drop redundant checks of symlink i_sizeEric Biggers
2018-03-03e2fsck: require i_size == fscrypt_symlink_data.len + 2Eric Biggers
2018-03-03e2fsck: validate fscrypt_symlink_data.len for fast symlinks tooEric Biggers
2018-03-03Merge branch 'maint' into nextTheodore Ts'o
2018-03-03e2fsck: validate that fscrypt_symlink_data.len is not too largeEric Biggers
2018-03-03e2fsck: fix reading fscrypt_symlink_data.lenEric Biggers