Whamcloud - gitweb
LU-14953 e2fsck: pfsck progress report
[tools/e2fsprogs.git] / e2fsck / pass1.c
2023-04-28 Li DongyangLU-14953 e2fsck: pfsck progress report
2023-04-28 Andreas Dilgere2fsck: misc cleanups for pfsck
2023-04-28 Wang Shilonge2fsck: fix memory leaks with pfsck enabled
2023-04-28 Wang Shilonge2fsck: update mmp block in one thread
2023-04-28 Wang Shilonge2fsck: cleanup e2fsck_pass1_thread_join()
2023-04-28 Wang Shilonge2fsck: wait fix thread finish before checking
2023-04-28 Wang Shilonge2fsck: set E2F_FLAG_ALLOC_OK after threads
2023-04-28 Wang ShilongLU-14768 e2fsck: merge casefolded dir lists after threa...
2023-04-28 Wang Shilonge2fsck: simplify e2fsck context merging codes
2023-04-28 Wang Shilonge2fsck: merge extent depth count after threads finish
2023-04-28 Wang Shilonge2fsck: reset lost_and_found after threads finish
2023-04-28 Wang Shilonge2fsck: merge options after threads finish
2023-04-28 Wang Shilonge2fsck: fix readahead for pfsck of pass1
2023-04-28 Andreas DilgerLU-14432 ext2fs: fix ext2fs_get_avg_group() warning
2023-04-28 Wang Shilonge2fsck: adjust number of threads
2023-04-28 Wang Shilonge2fsck: allow admin specify number of threads
2023-04-28 Wang Shilonge2fsck: kickoff mutex lock for block found map
2023-04-28 Wang Shilonge2fsck: merge EA blocks properly
2023-04-28 Wang Shilonge2fsck: split and merge invalid bitmaps
2023-04-28 Wang Shilonge2fsck: move some fixes out of parallel pthreads
2023-04-28 Wang Shilonge2fsck: serialize fix operations
2023-04-28 Wang Shilonge2fsck: merge quota context after threads finish
2023-04-28 Wang Shilonge2fsck: merge context flags properly
2023-04-28 Wang Shilonge2fsck: merge dirs_to_hash when threads finish
2023-04-28 Wang Shilonge2fsck: merge dx_dir_info after threads finish
2023-04-28 Li Xie2fsck: merge fs flags when threads finish
2023-04-28 Wang Shilonge2fsck: merge counts after threads finish
2023-04-28 Li Xie2fsck: add debug codes for multiple threads
2023-04-28 Li Xie2fsck: merge dblist after thread finishes
2023-04-28 Li Xie2fsck: merge icounts after thread finishes
2023-04-28 Wang Shilonge2fsck: merge badblocks after thread finishes
2023-04-28 Wang Shilonge2fsck: rbtree bitmap for dir
2023-04-28 Li Xie2fsck: merge dir_info after thread finishes
2023-04-28 Li Xie2fsck: do not change global variables
2023-04-28 Wang Shilonge2fsck: merge bitmaps after thread completes
2023-04-28 Li Xie2fsck: print thread log properly
2023-04-28 Li Xie2fsck: split groups to different threads
2023-04-28 Li Xie2fsck: add start/end group for thread
2023-04-28 Li Xie2fsck: configure one pfsck thread
2023-04-28 Li Xie2fsck: create logs for mult-threads
2023-04-28 Li Xie2fsck: open io-channel when copying fs
2023-04-28 Wang Shilonge2fsck: copy badblocks when copying fs
2023-04-28 Li Xie2fsck: copy bitmaps when copying context
2023-04-28 Li Xie2fsck: add assert when copying context
2023-04-28 Wang Shilonge2fsck: clear icache when using multi-thread fsck
2023-04-28 Li Xie2fsck: copy fs when using multi-thread fsck
2023-04-28 Li Xie2fsck: copy context when using multi-thread fsck
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...
next