aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2023-01-30Android: consolidate warning suppressionsEric Biggers
2023-01-30Merge upstream commit 'b0101535a35c' into aosp/masterEric Biggers
2023-01-29Change the xattr entry hash to use an unsighed char by defaultTheodore Ts'o
2023-01-27e2fsck: double cast a pointer to suppress a bogus compiler warning in kfree()Theodore Ts'o
2023-01-27e2fsck: use ext2_ino_t instead of ino_tTheodore Ts'o
2023-01-27e2fsck: use real functions for kernel slab functionsEric Biggers
2023-01-26Fix various spelling typosSamanta Navarro
2023-01-25e2fsck: optimize clone_file on large devicesLi Dongyang
2023-01-25Stop explicitly specifying -fno-strict-aliasingEric Biggers
2023-01-18e2fsck: don't allow journal inode to have encrypt flagEric Biggers
2023-01-04Merge upstream tag 'v1.46.5' into aosp/masterEric Biggers
2022-09-22Use an autoconf test to detect for a BSD- or GNU-style qsort_r functionTheodore Ts'o
2022-09-13AOSP: Fix e2fsdroid build with muslColin Cross
2022-09-01Update makefile dependenciesTheodore Ts'o
2022-08-13libext2fs: return an error when byte swapping a corrupted dirblock blockTheodore Ts'o
2022-08-13e2fsck: remove unneeded automatic variable program_nameTheodore Ts'o
2022-08-12e2fsprogs: fix device name parsing to resolve names containing '='Lukas Czerner
2022-08-12e2fsck: validate i_extra_size in ext4_fc_handle_inodeTheodore Ts'o
2022-08-11Avoid potential NULL dereference when argv[0]Theodore Ts'o
2022-08-11e2fsck: mark that we don't care about the return value of e2fsck_lookup()Theodore Ts'o
2022-08-11e2fsck: streamline problem latch handlingTheodore Ts'o
2022-08-11e2fsck: when mutating file name make sure its length never exceeds 255Theodore Ts'o
2022-08-11e2fsck: always probe filesystem blocksize with simple io_managerGabriel Krisman Bertazi
2022-08-11Quiet unused variable warningsAndreas Dilger
2022-08-10e2fsck: handle invalid percent expansions in the log filenameTheodore Ts'o
2022-08-09e2fsck: fix potential fencepost error in e2fsck_should_rebuild_extents()Theodore Ts'o
2022-08-08libext2fs: in ext2fs_open[2](), return an error if s_desc_size is too largeTheodore Ts'o
2022-08-07Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o
2022-06-07e2fsck: avoid out-of-bounds write for very deep extent treesTheodore Ts'o
2022-06-06e2fsck: check for xattr value size integer wraparoundTheodore Ts'o
2022-06-06e2fsck: fix potential out-of-bounds read in inc_ea_inode_refs()Theodore Ts'o
2022-05-30e2fsck: sanity check the journal inode numberTheodore Ts'o
2022-05-11e2fsck: avoid theoretical null dereference in end_problem_latch()zhanchengbin
2022-05-11e2fsck: handle malloc() failure when computing the log file namezhanchengbin
2022-05-02e2fsck: no parent lookup in disconnected dirAndreas Dilger
2022-05-02e2fsck: map PROMPT_* values to prompt messagesAndreas Dilger
2022-04-28Use mallinfo2 instead of mallinfo if availableLukas Czerner
2021-12-10e2fsck: update the bg_checksum after fixing problems in the bg descriptorTheodore Ts'o
2021-12-03e2fsck: skip sorting extents if there are no valid extentsHarshad Shirwadkar
2021-09-03e2fsck: Do not trash user limits when processing orphan listJan Kara
2021-09-03quota: Rename quota_update_limits() to quota_read_all_dquots()Jan Kara
2021-08-24Fix e2fsdroid build with muslColin Cross
2021-08-18fix unused-function -Wall warningsTheodore Ts'o
2021-08-15Fix miscellaneous spelling errors in man pages, and release notesTheodore Ts'o
2021-08-15Change "filesystem" to "file system" in the man pagesTheodore Ts'o
2021-08-13e2fsck: make sure quota files are not referenced from dirsJan Kara
2021-08-10e2fsck: add maximum string length specifiers to fscanf format stringsTheodore Ts'o
2021-08-10e2fsck: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o
2021-08-10e2fsck: value stored to err is never readLukas Czerner
2021-08-10e2fsck: drop gfp_t argument from blkdev_issue_flush()Theodore Ts'o