summaryrefslogtreecommitdiff
path: root/e2fsck
Commit message (Expand)AuthorAgeFilesLines
* AOSP: Stop explicitly specifying -fno-strict-aliasingEric Biggers2023-02-011-1/+0
* Change the xattr entry hash to use an unsighed char by defaultTheodore Ts'o2023-01-291-4/+11
* e2fsck: double cast a pointer to suppress a bogus compiler warning in kfree()Theodore Ts'o2023-01-271-0/+10
* e2fsck: use ext2_ino_t instead of ino_tTheodore Ts'o2023-01-273-11/+11
* e2fsck: use real functions for kernel slab functionsEric Biggers2023-01-271-17/+45
* Fix various spelling typosSamanta Navarro2023-01-266-6/+6
* e2fsck: optimize clone_file on large devicesLi Dongyang2023-01-251-62/+11
* e2fsck: don't allow journal inode to have encrypt flagEric Biggers2023-01-181-1/+2
* Use an autoconf test to detect for a BSD- or GNU-style qsort_r functionTheodore Ts'o2022-09-221-6/+4
* AOSP: Fix e2fsdroid build with muslColin Cross2022-09-131-1/+2
* Update makefile dependenciesTheodore Ts'o2022-09-011-5/+4
* libext2fs: return an error when byte swapping a corrupted dirblock blockTheodore Ts'o2022-08-131-0/+2
* e2fsck: remove unneeded automatic variable program_nameTheodore Ts'o2022-08-131-5/+1
* e2fsprogs: fix device name parsing to resolve names containing '='Lukas Czerner2022-08-122-4/+6
* e2fsck: validate i_extra_size in ext4_fc_handle_inodeTheodore Ts'o2022-08-121-2/+12
* Avoid potential NULL dereference when argv[0]Theodore Ts'o2022-08-111-2/+6
* e2fsck: mark that we don't care about the return value of e2fsck_lookup()Theodore Ts'o2022-08-111-2/+2
* e2fsck: streamline problem latch handlingTheodore Ts'o2022-08-111-4/+2
* e2fsck: when mutating file name make sure its length never exceeds 255Theodore Ts'o2022-08-111-0/+2
* e2fsck: always probe filesystem blocksize with simple io_managerGabriel Krisman Bertazi2022-08-111-17/+24
* Quiet unused variable warningsAndreas Dilger2022-08-111-8/+7
* e2fsck: handle invalid percent expansions in the log filenameTheodore Ts'o2022-08-101-0/+3
* e2fsck: fix potential fencepost error in e2fsck_should_rebuild_extents()Theodore Ts'o2022-08-092-2/+2
* libext2fs: in ext2fs_open[2](), return an error if s_desc_size is too largeTheodore Ts'o2022-08-081-1/+2
* Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o2022-08-071-1/+1
* e2fsck: avoid out-of-bounds write for very deep extent treesTheodore Ts'o2022-06-072-2/+11
* e2fsck: check for xattr value size integer wraparoundTheodore Ts'o2022-06-061-2/+3
* e2fsck: fix potential out-of-bounds read in inc_ea_inode_refs()Theodore Ts'o2022-06-061-5/+8
* e2fsck: sanity check the journal inode numberTheodore Ts'o2022-05-301-1/+8
* e2fsck: avoid theoretical null dereference in end_problem_latch()zhanchengbin2022-05-111-2/+4
* e2fsck: handle malloc() failure when computing the log file namezhanchengbin2022-05-111-1/+1
* e2fsck: no parent lookup in disconnected dirAndreas Dilger2022-05-023-8/+22
* e2fsck: map PROMPT_* values to prompt messagesAndreas Dilger2022-05-021-23/+23
* Use mallinfo2 instead of mallinfo if availableLukas Czerner2022-04-282-2/+20
* e2fsck: update the bg_checksum after fixing problems in the bg descriptorTheodore Ts'o2021-12-101-0/+2
* e2fsck: skip sorting extents if there are no valid extentsHarshad Shirwadkar2021-12-031-0/+3
* e2fsck: Do not trash user limits when processing orphan listJan Kara2021-09-031-1/+1
* quota: Rename quota_update_limits() to quota_read_all_dquots()Jan Kara2021-09-031-1/+2
* fix unused-function -Wall warningsTheodore Ts'o2021-08-182-24/+42
* Fix miscellaneous spelling errors in man pages, and release notesTheodore Ts'o2021-08-151-2/+2
* Change "filesystem" to "file system" in the man pagesTheodore Ts'o2021-08-152-45/+45
* e2fsck: make sure quota files are not referenced from dirsJan Kara2021-08-131-1/+4
* e2fsck: add maximum string length specifiers to fscanf format stringsTheodore Ts'o2021-08-101-2/+2
* e2fsck: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o2021-08-101-3/+3
* e2fsck: value stored to err is never readLukas Czerner2021-08-101-1/+0
* e2fsck: drop gfp_t argument from blkdev_issue_flush()Theodore Ts'o2021-08-101-1/+1
* e2fsck: fix f_baddotdir failure on big-endian systemsTheodore Ts'o2021-07-281-5/+13
* AOSP: Move system_shared_libs into target.bionic clauseColin Cross2021-07-271-2/+0
* AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2021-07-271-0/+11
* Fix miscellaneous compiler warnings using "make gcc-wall"Theodore Ts'o2021-07-256-26/+28