summaryrefslogtreecommitdiff
path: root/e2fsck
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2023-02-021-4/+0
|\
| * AOSP: Android: consolidate warning suppressionsEric Biggers2023-02-011-3/+0
| * AOSP: Stop explicitly specifying -fno-strict-aliasingEric Biggers2023-02-011-1/+0
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-302-4/+21
|\ \ | |/
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-279-92/+68
|\ \ | |/
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2022-09-131-1/+2
|\ \ | |/
| * AOSP: Fix e2fsdroid build with muslColin Cross2022-09-131-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2022-09-011-5/+4
|\ \ | |/
| * Update makefile dependenciesTheodore Ts'o2022-09-011-5/+4
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-132-5/+3
|\ \ | |/
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-123-6/+18
|\ \ | |/
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-114-8/+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
* | misc: use ext2_ino_t instead of ino_tAndreas Dilger2022-08-113-15/+15
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-112-25/+31
|\ \ | |/
| * e2fsck: always probe filesystem blocksize with simple io_managerGabriel Krisman Bertazi2022-08-111-17/+24
| * Quiet unused variable warningsAndreas Dilger2022-08-111-8/+7
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-104-3/+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
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-071-1/+1
|\ \ | |/
| * Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o2022-08-071-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-069-46/+100
|\ \ | |/
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2021-12-302-0/+5
|\ \ | |/
| * e2fsck: update the bg_checksum after fixing problems in the bg descriptorTheodore Ts'o2021-12-101-0/+2