Whamcloud - gitweb
ext2fs: implement dir entry creation in htree directories
[tools/e2fsprogs.git] / e2fsck /
2020-03-07 Jan Karae2fsck: clarify overflow link count error message
2020-03-07 Theodore Ts'oMerge branch 'maint' into next
2020-03-04 Andreas Dilgere2fsck: avoid overflow with very large dirs
2020-03-04 Andreas Dilgere2fsck: consistently use ext2fs_get_mem()
2020-02-29 Andreas Dilgere2fsck: fix overflow if more than 4B inodes
2020-02-29 Andreas Dilgere2fsck: reduce memory usage for many directories
2020-02-29 Andreas Dilgere2fsck: avoid mallinfo() if over 2GB allocated
2020-02-29 Andreas Dilgere2fsck: use proper types for variables
2020-02-29 Andreas Dilgere2fsck: fix e2fsck_allocate_memory() overflow
2020-01-25 Theodore Ts'oMerge branch 'maint' into next
2020-01-25 Andreas Dilgermmp: abstract out repeated 'sizeof(buf), buf' usage
2020-01-25 Andreas Dilgermmp: don't assume NUL termination for MMP strings
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
2020-01-02 Theodore Ts'oe2fsck: don't check for future superblock times if...
2020-01-01 Wang Shilonge2fsck: fix use after free in calculate_tree()
2020-01-01 Wang Shilonge2fsck: fix to return ENOMEM in alloc_size_dir()
2020-01-01 Theodore Ts'oext2fs: add ext2fs_get_stat_i_blocks() function
2019-12-20 Theodore Ts'oe2fsck: don't try to rehash a deleted directory
2019-12-20 Theodore Ts'oe2fsck: abort if there is a corrupted directory block...
2019-12-14 Theodore Ts'oe2fsck: optimize away repeated calls to gettext()
2019-11-13 Theodore Ts'oRevert "e2fsck: Change kmem_cache_t to lkmem_cache_t...
2019-11-10 Theodore Ts'oDefine the beXX_to_cpu and cpu_to_beXX macros for e2fsc...
2019-11-09 Theodore Ts'oAlign the types used by jbd2_journal_bmap and getblk...
2019-11-09 Theodore Ts'oe2fsck/recovery.c: sync up with kernel's use of __be32
2019-11-09 Theodore Ts'oSync kernel's removal of open-coded allocation retry...
2019-11-09 Theodore Ts'oSync kernel's fix for potential double free in jbd2
2019-11-09 Theodore Ts'oe2fsck/revoke.c: sync kernel's adoption of kmalloc_array()
2019-11-09 Theodore Ts'oSync kernel's unification of jbd2 revoke and tag block...
2019-11-09 Theodore Ts'oe2fsck/revoke.c: sync changes from kernel
2019-11-09 Theodore Ts'oRename functions, types, constants to reflect jbd2...
2019-11-09 Theodore Ts'oConvert kernel compat functions to use new ll_rw_block...
2019-11-09 Theodore Ts'oClean up minor differences between kernel and e2fsck...
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-09-03 Theodore Ts'oe2fsck: update the quota records when the root director...
2019-08-15 Theodore Ts'oe2fsck: add a developer-only extended option: clear_all...
2019-07-25 Theodore Ts'oe2fsck: set E2FSCK_TIME correctly on a 32-bit arch...
2019-07-13 Theodore Ts'oe2fsck: add xgettext:no-c-format tags
2019-06-20 Artem Blagodarenkoe2fsck: correctly handle inline directories when large_...
2019-05-27 Eric Biggerse2fsck: handle verity files in scan_extent_node()
2019-05-12 Theodore Ts'oe2fsck: remove an potentially ambiguous dangling else...
2019-05-12 Theodore Ts'oe2fsck: fix printf format / argument mismatches
2019-05-10 Theodore Ts'oe2fsck: fix XML validity problem with the problem log
2019-05-06 Theodore Ts'oe2fsck: add support for saving the problem code log
2019-05-06 Theodore Ts'oe2fsck: check and fix tails of all bitmap blocks
2019-05-03 Theodore Ts'oRename the feature "fname_encoding" to be "casefold".
2019-04-29 Theodore Ts'olibext2fs: remove nls_* namespace contamination
2019-04-28 Gabriel Krisman... ext2fs: always attempt to load nls table when loading...
2019-02-11 Theodore Ts'oMerge branch 'maint' into next
2019-02-08 Andreas GampeAOSP: E2fsprogs: fix ODR issue
2019-02-05 Artem Blagodarenkoe2fsck: allow to check >2GB sized directory
2018-12-16 Theodore Ts'oMerge branch 'maint' into next
2018-12-16 Theodore Ts'oe2fsck: use "Optimize?" prompt for PR_1E_CAN_{COLLAPSE...
2018-12-03 Gabriel Krisman... libext2fs: support encoding when calculating dx hashes
2018-11-26 Theodore Ts'oMerge branch 'maint' into next
2018-11-15 Li Dongyange2fsck: check xattr 'system.data' before setting inline...
2018-10-11 Theodore Ts'oMerge branch 'maint' into next
2018-10-11 Theodore Ts'oe2fsck: clear clang warnings for missing field initiali...
2018-08-23 Theodore Ts'oMerge branch 'maint' into next
2018-08-21 Eric Biggerse2fsck: allow verity files to have initialized blocks...
2018-08-19 Theodore Ts'oMerge branch 'maint' into next
2018-08-18 Theodore Ts'oRemove obsolete files from the repository
2018-08-14 Theodore Ts'oMerge branch 'maint' into next
2018-08-14 Theodore Ts'oe2fsck: fix fd leak in reserve_stdio_fds
2018-08-11 Lukas Czernere2fsck: remove resize inode if both resize_inode and...
2018-08-11 Ross Burtonbuild: use MKDIR_P instead of MKINSTALLDIRS
2018-08-09 Theodore Ts'oe2fsck: fix LTO type warnings
2018-08-05 Isaac ChenAOSP: ODR violation in e2fsck during host build
2018-08-05 David AndersonAOSP: Update Android.bp files.
2018-08-05 David AndersonAOSP: e2fsck: Remove unused variable.
2018-07-15 Li DongyangFix compile error and warnings for old gcc versions
2018-07-04 Theodore Ts'oe2fsck: fix kernel compat functions to use kernel error...
2018-06-29 Theodore Ts'oe2fsck: if user declines to fix s_inodes_acount, abort
2018-06-28 Lukas Czernere2fsck: do not allow initialized blocks pass i_size
2018-06-28 Theodore Ts'oe2fsck: fix hang in readahead code if last block in...
2018-06-25 Theodore Ts'oUpdate Makefile.in files using "make depend"
2018-06-25 Theodore Ts'oe2fsck: only retry to open the file system when the...
2018-06-24 Theodore Ts'oe2fsck: add error-checking when unlink tdb file for...
2018-06-24 Theodore Ts'oe2fsck: add proper error checking in move_quota_inode
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-22 Shuichi Iharamisc: add e2mmpstatus utility via dumpe2fs
2018-06-22 Andreas Dilgere2fsck: set dir_nlink feature if large dir exists
2018-06-21 David AndersonAOSP: e2fsck: imply -f when using -E unshare_blocks
2018-06-21 David AndersonAOSP: e2fsck: allow read-only testing if -E unshare_blo...
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-06-19 Jan Karae2fsck: report only one sb corruption
2018-06-19 Jan Karae2fsck: handle s_inodes_count corruption properly
2018-06-19 Jan Karae2fsck: allow to fix some superblock corruptions
2018-04-09 Eric Sandeene2fsck: warn if checkinterval and broken_system_clock...
2018-04-07 Theodore Ts'olibext2fs: add sanity checks for ea_in_inode
2018-03-30 Darrick J. Wonge2fsck: adjust quota counters when clearing orphaned...
2018-03-24 harshadse2fsck: delete bad inode fix for bigalloc
2018-03-16 harshadse2fsck: release clusters only once in release_inode_blocks
next