Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / e2fsck /
2023-02-02 Theodore Ts'oMerge branch 'maint' into next
2023-02-01 Eric BiggersAOSP: Android: consolidate warning suppressions
2023-02-01 Eric BiggersAOSP: Stop explicitly specifying -fno-strict-aliasing
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: double cast a pointer to suppress a bogus compi...
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-27 Eric Biggerse2fsck: use real functions for kernel slab functions
2023-01-26 Samanta NavarroFix various spelling typos
2023-01-26 Li Dongyange2fsck: optimize clone_file on large devices
2023-01-18 Eric Biggerse2fsck: don't allow journal inode to have encrypt flag
2022-09-23 Theodore Ts'oUse an autoconf test to detect for a BSD- or GNU-style...
2022-09-13 Theodore Ts'oMerge branch 'maint' into next
2022-09-13 Colin CrossAOSP: Fix e2fsdroid build with musl
2022-09-01 Theodore Ts'oMerge branch 'maint' into next
2022-09-01 Theodore Ts'oUpdate makefile dependencies
2022-08-14 Theodore Ts'oMerge branch 'maint' into next
2022-08-14 Theodore Ts'olibext2fs: return an error when byte swapping a corrupt...
2022-08-14 Theodore Ts'oe2fsck: remove unneeded automatic variable program_name
2022-08-13 Theodore Ts'oMerge branch 'maint' into next
2022-08-13 Lukas Czernere2fsprogs: fix device name parsing to resolve names...
2022-08-12 Theodore Ts'oe2fsck: validate i_extra_size in ext4_fc_handle_inode
2022-08-12 Theodore Ts'oMerge branch 'maint' into next
2022-08-12 Theodore Ts'oAvoid potential NULL dereference when argv[0]
2022-08-12 Theodore Ts'oe2fsck: mark that we don't care about the return value...
2022-08-12 Theodore Ts'oe2fsck: streamline problem latch handling
2022-08-12 Theodore Ts'oe2fsck: when mutating file name make sure its length...
2022-08-11 Andreas Dilgermisc: use ext2_ino_t instead of ino_t
2022-08-11 Theodore Ts'oMerge branch 'maint' into next
2022-08-11 Gabriel Krisman... e2fsck: always probe filesystem blocksize with simple...
2022-08-11 Andreas DilgerQuiet unused variable warnings
2022-08-11 Theodore Ts'oMerge branch 'maint' into next
2022-08-11 Theodore Ts'oe2fsck: handle invalid percent expansions in the log...
2022-08-09 Theodore Ts'oe2fsck: fix potential fencepost error in e2fsck_should_...
2022-08-09 Theodore Ts'olibext2fs: in ext2fs_open[2](), return an error if...
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...
2022-05-30 Theodore Ts'oe2fsck: sanity check the journal inode number
2022-05-12 zhanchengbine2fsck: avoid theoretical null dereference in end_probl...
2022-05-12 zhanchengbine2fsck: handle malloc() failure when computing the...
2022-05-03 Andreas Dilgere2fsck: no parent lookup in disconnected dir
2022-05-03 Andreas Dilgere2fsck: map PROMPT_* values to prompt messages
2022-04-28 Lukas CzernerUse mallinfo2 instead of mallinfo if available
2021-12-30 Theodore Ts'oMerge branch 'maint' into next
2021-12-11 Theodore Ts'oe2fsck: update the bg_checksum after fixing problems...
2021-12-03 Harshad Shirwadkare2fsck: skip sorting extents if there are no valid...
2021-10-28 Andreas Dilgerext2fs: avoid re-reading inode multiple times
2021-10-01 Jan Karae2fsck: Add support for handling orphan file
2021-09-03 Jan Karae2fsck: Do not trash user limits when processing orphan...
2021-09-03 Jan Karaquota: Rename quota_update_limits() to quota_read_all_d...
2021-08-19 Theodore Ts'ofix unused-function -Wall warnings
2021-08-15 Theodore Ts'oFix miscellaneous spelling errors in man pages, and...
2021-08-15 Theodore Ts'oChange "filesystem" to "file system" in the man pages
2021-08-13 Jan Karae2fsck: make sure quota files are not referenced from...
2021-08-10 Theodore Ts'oe2fsck: add maximum string length specifiers to fscanf...
2021-08-10 Theodore Ts'oe2fsck: clean up two gcc -Wall warnings in recovery.c
2021-08-10 Lukas Czernere2fsck: value stored to err is never read
2021-08-10 Theodore Ts'oe2fsck: drop gfp_t argument from blkdev_issue_flush()
2021-07-28 Theodore Ts'oe2fsck: fix f_baddotdir failure on big-endian systems
2021-07-27 Colin CrossAOSP: Move system_shared_libs into target.bionic clause
2021-07-27 Bob BadourAOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogs
2021-07-26 Theodore Ts'oFix miscellaneous compiler warnings using "make gcc...
2021-07-07 Eric BiggersFix -Wunused-variable warnings
2021-07-07 Eric BiggersFix -Wunused-parameter warnings
2021-07-07 Eric Biggerse2fsck: sync fc_do_one_pass() changes from kernel
2021-07-07 Eric Biggerslibext2fs: improve jbd_debug() implementation
2021-07-06 Lukas Czernere2fsck: fix last mount/write time when e2fsck is forced
2021-07-06 Andreas Dilgere2fsck: fix ".." more gracefully if possible
2021-05-07 Theodore Ts'oe2fsck: fix unaligned accesses to ext4_fc_add_range...
2021-05-07 Harshad Shirwadkare2fsck: fix unaligned accesses to ext4_fc_tl struct
2021-05-06 Theodore Ts'oe2fsck: fix portability problems caused by unaligned...
2021-04-11 Theodore Ts'oblkid: include time.h to provide explicit declaration...
2021-02-26 Theodore Ts'oiscan: fix the test program iscan so it builds again
2021-02-23 Theodore Ts'oe2fsck: fix miscellaneous clang warnings
2021-02-23 Harshad Shirwadkare2fsck: initialize variable before first use in fast...
2021-02-23 Harshad Shirwadkare2fsck: add fallthrough comment in fc replay switch...
2021-02-23 Harshad Shirwadkare2fsck: don't ignore return values in e2fsck_rewrite_ex...
2021-02-12 Theodore Ts'oe2fsck: fix error code return in e2fsck_read_extents()
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 Theodore Ts'oUpdate release notes, etc., for the 1.46.1 release v1.46.1
2021-02-09 Theodore Ts'oProvide and use sort_r() instead of qsort_r() for porta...
2021-02-09 Harshad Shirwadkare2fsck: endianness fixes for fast commit replay
2021-02-09 Andreas Dilgere2fsck: fix check of directories over 4GB
2021-01-29 Theodore Ts'oUpdate makefile dependencies
2021-01-29 Theodore Ts'oe2fsck: drop use of sysctl(2)
2021-01-28 Theodore Ts'oMerge branch 'maint' into next
2021-01-28 Yifan HongAOSP: tune2fs/resize2fs: make vendor_ramdisk_available.
2021-01-28 Daniel RosenbergAOSP: ANDROID: e2fsck: Handle casefolded encryption
2021-01-28 Daniel RosenbergAOSP: ANDROID: e2fsck: Do not mutate encrypted names
2021-01-28 Howard ChenAOSP: Make e2fsck depends on badblocks
2021-01-28 Gabriel Krisman... e2fsck.8.in: document check_encoding extended option
2021-01-28 Gabriel Krisman... e2fsck: add option to force encoded filename verification
2021-01-28 Gabriel Krisman... e2fsck: detect duplicated casefolded direntries for...
2021-01-28 Gabriel Krisman... dict: support comparison with context
next