Whamcloud - gitweb
debian: add support for DEB_BUILD_OPTIONS=parallel=N
[tools/e2fsprogs.git] / e2fsck / pass1.c
2024-04-26 Theodore Ts'oPrevent i_dtime from being mistaken for an inode number...
2024-03-31 Andreas DilgerAdd post-2038 timestamp support to e2fsprogs
2023-01-30 Theodore Ts'oMerge branch 'maint' into next
2023-01-30 Theodore Ts'oChange the xattr entry hash to use an unsighed char...
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
2022-08-11 Andreas Dilgermisc: use ext2_ino_t instead of ino_t
2022-08-08 Theodore Ts'oMerge branch 'maint' into next
2022-08-07 Theodore Ts'oFix UBSAN if s_log_groups_per_flex is 31
2022-08-06 Theodore Ts'oMerge branch 'maint' into next
2022-06-07 Theodore Ts'oe2fsck: avoid out-of-bounds write for very deep extent...
2022-06-06 Theodore Ts'oe2fsck: check for xattr value size integer wraparound
2022-06-06 Theodore Ts'oe2fsck: fix potential out-of-bounds read in inc_ea_inod...
2021-10-28 Andreas Dilgerext2fs: avoid re-reading inode multiple times
2021-10-01 Jan Karae2fsck: Add support for handling orphan file
2021-07-26 Theodore Ts'oFix miscellaneous compiler warnings using "make gcc...
2021-02-12 Theodore Ts'oe2fsck: add error checking for ext2fs_extent_get_info()
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2021-02-09 Andreas Dilgere2fsck: fix check of directories over 4GB
2021-01-28 Theodore Ts'oMerge branch 'maint' into next
2021-01-28 Daniel RosenbergAOSP: ANDROID: e2fsck: Handle casefolded encryption
2021-01-28 Gabriel Krisman... e2fsck: fix entries with invalid encoded characters
2020-10-01 Theodore Ts'oMerge branch 'maint' into next
2020-04-14 Theodore Ts'oe2fsck: fix off-by-one check when validating depth...
2020-01-17 Theodore Ts'oe2fsck: restart the full e2fsck run if the bad block...
2020-01-17 Theodore Ts'oe2fsck: clean up unwind_pass1() as it's no longer reall...
2020-01-02 Theodore Ts'oMerge branch 'maint' into next
2019-12-14 Theodore Ts'oe2fsck: optimize away repeated calls to gettext()
2019-10-10 Eric Biggerse2fsck: check for consistent encryption policies
2019-09-03 Theodore Ts'oMerge branch 'maint' into next
2019-09-03 Theodore Ts'oe2fsck: check the validity of the casefold flag
2019-09-03 Theodore Ts'oe2fsck: make the low dtime check consistent when using...
2019-08-15 Theodore Ts'oe2fsck: add a developer-only extended option: clear_all...
2019-05-27 Eric Biggerse2fsck: handle verity files in scan_extent_node()
2019-02-11 Theodore Ts'oMerge branch 'maint' into next
2019-02-05 Artem Blagodarenkoe2fsck: allow to check >2GB sized directory
2018-12-03 Gabriel Krisman... libext2fs: support encoding when calculating dx hashes
2018-11-15 Li Dongyange2fsck: check xattr 'system.data' before setting inline...
2018-08-21 Eric Biggerse2fsck: allow verity files to have initialized blocks...
2018-08-05 David AndersonAOSP: e2fsck: Remove unused variable.
2018-06-28 Lukas Czernere2fsck: do not allow initialized blocks pass i_size
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-23 Andreas Dilgere2fsck: mark device inodes with EXT4_EXTENTS_FL bad
2018-06-23 Andreas Dilgere2fsck: handle preallocation for large PAGE_SIZE
2018-06-21 David AndersonAOSP: e2fsck: Add an extended option for unsharing...
2018-06-21 David AndersonAOSP: e2fsck: Skip duplicate blocks when RO_COMPAT_SHAR...
2018-04-07 Theodore Ts'olibext2fs: add sanity checks for ea_in_inode
2018-03-03 Eric Biggerse2fsck: require that fast symlinks don't have EXT4_EXTE...
2018-03-03 Eric Biggerse2fsck: validate the targets of extent-based symlinks
2018-03-03 Eric Biggerse2fsck: drop redundant checks of symlink i_size
2018-03-03 Eric Biggerse2fsck: require i_size == fscrypt_symlink_data.len + 2
2018-03-03 Eric Biggerse2fsck: validate fscrypt_symlink_data.len for fast...
2018-03-03 Theodore Ts'oMerge branch 'maint' into next
2018-03-03 Eric Biggerse2fsck: validate that fscrypt_symlink_data.len is not...
2018-03-03 Eric Biggerse2fsck: fix reading fscrypt_symlink_data.len
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-08-29 Theodore Ts'oMerge branch 'maint' into next
2017-08-26 Jaco Kroone2fsck: add optimization for heavily hard-linked file...
2017-08-26 Jaco Kroone2fsck: optimize out the use region_t in scan_extent_node()
2017-07-28 Theodore Ts'oMerge branch 'maint' into next
2017-07-24 Tahsin Erdogane2fsck: update quota inode accounting for ea_inode...
2017-07-23 Theodore Ts'oe2fsck: don't restart after a critical metadata collisi...
2017-07-23 Theodore Ts'oe2fsck: quiet some harmless bitmap warnings
2017-07-05 Tahsin ErdoganUse i_size to determine whether a symlink is a fast...
2017-07-05 Tahsin Erdogane2fsck: track ea_inode references
2017-07-05 Tahsin Erdogane2fsck: update i_blocks accounting for ea_inode feature
2017-07-05 Tahsin Erdogane2fsck: generalize ea_refcount
2017-07-05 Tahsin Erdogane2fsck: do not early terminate extra space check
2017-07-05 Tahsin Erdogane2fsck: ea_inode hash validation
2017-07-05 Andreas Dilgere2fsck: add support for large xattrs in external inodes
2017-07-05 Theodore Ts'oMerge branch 'maint' into next
2017-07-04 Theodore Ts'oFix warnings found using UBSAN
2017-04-27 Tahsin Erdogane2fsck: eliminate per-block cluster alignment check
2017-04-26 Theodore Ts'oMerge branch 'maint' into next
2017-04-21 Theodore Ts'oe2fsck: fix ASAN error when using 128 byte inodes
2017-04-13 Artem Blagodarenkoe2fsprogs: add support for 3-level htree
2017-04-13 Artem Blagodarenkoe2fsprogs: supersede i_dir_acl with i_size_high for...
2017-04-13 Eric Whitneye2fsck: fix quota accounting to use cluster units
2017-02-17 Theodore Ts'oe2fsck: don't check inode flag values for deleted inodes
2017-01-31 Theodore Ts'oe2fsck: make sure system.data xattr is present
2016-11-11 Theodore Ts'oe2fsck: avoid dereferencing beyond allocated memory...
2016-09-04 Theodore Ts'oe2fsck: enforce that extra_isize must be a multiple...
2016-09-04 Theodore Ts'oe2fsck: fix timestamps logic for 32-bit systems
2016-09-01 Theodore Ts'oe2fsck: fix logic for deciding when to repair legacy...
2016-06-07 Theodore Ts'oRemove the last of behaviour-specific checks on EXT2_OS...
2016-05-30 Theodore Ts'oAdd configure --disable-tdb which disables e2fsck's...
2016-05-29 Theodore Ts'oe2fsck,resize2fs: fix gcc -Wall nits
2016-05-29 Theodore Ts'oe2fsck: always fix invalid extra field in timestamps...
2016-05-22 Theodore Ts'oe2fsck: fix project quota support
2016-03-18 Theodore Ts'oFix various clang and gcc -Wall warnings
2016-03-14 David Turnere2fsck: correct ext4 dates generated by old kernels
2016-03-06 Li XiAdd project quota support
2016-03-06 Li XiClean up codes for adding new quota type
2015-11-30 Theodore Ts'oMerge branch 'maint' into next
2015-11-30 Darrick J. Wonge2fsck: zap extent-format inode with no extent header
2015-11-30 Artemiy Volkove2fsck: do not read EA header beyond the end of an...
2015-11-16 Andreas Dilgere2fsck: skip quota update when interrupted
2015-10-24 Darrick J. Wonge2fsck: clean up feature test macros with predicate...
next