summaryrefslogtreecommitdiff
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2023-02-022-3/+3
|\
| * Update Makefile dependenciesTheodore Ts'o2023-02-011-0/+2
| * AOSP: Android: run bpfmt on all bp filesEric Biggers2023-02-011-1/+1
| * AOSP: Android: stop suppressing warnings controlled by -WallEric Biggers2023-02-011-1/+0
| * AOSP: Stop explicitly specifying -fno-strict-aliasingEric Biggers2023-02-011-1/+0
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-301-2/+2
|\ \ | |/
| * debugfs: print the extended attribute's e_hash fieldTheodore Ts'o2023-01-281-2/+2
* | debugfs: fix a printf format compiler warning on 64-bit architecturesTheodore Ts'o2023-01-271-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-272-2/+2
|\ \ | |/
| * Fix various spelling typosSamanta Navarro2023-01-261-1/+1
| * debugfs.8: fix typoUlrich Ölmann2023-01-181-1/+1
* | debugfs: fix repeated output problem with `logdump -O -n <num_trans>`lihaoxiang (F)2023-01-251-0/+9
* | debugfs: teach logdump the -n <num_trans> optionlihaoxiang (F)2022-08-122-6/+39
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-121-9/+9
|\ \ | |/
| * debugfs: make blocksize be unsigned in logdump.cTheodore Ts'o2022-08-121-9/+9
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-113-6/+12
|\ \ | |/
| * tune2fs: do not change j_tail_sequence in journal superblockzhanchengbin2022-08-111-0/+2
| * debugfs: allow <inode> for ncheckLi Dongyang2022-08-111-3/+9
| * debugfs: quiet debugfs 'catastrophic' messageAndreas Dilger2022-08-111-3/+1
* | dumpe2fs, debugfs, e2image: Add support for orphan fileJan Kara2021-09-301-0/+1
|/
* debugfs: Fix headers for quota commandsJan Kara2021-09-031-2/+2
* fix unused-function -Wall warningsTheodore Ts'o2021-08-181-0/+7
* debugfs: fix shadow and sign-compare -Wall warningsTheodore Ts'o2021-08-181-5/+4
* debugfs: fix missing byte swap when dumping a revoke blockTheodore Ts'o2021-08-171-2/+2
* Change "filesystem" to "file system" in the man pagesTheodore Ts'o2021-08-151-24/+24
* AOSP: Move system_shared_libs into target.bionic clauseColin Cross2021-07-271-1/+0
* AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2021-07-271-0/+10
* Fix -Wunused-parameter warningsEric Biggers2021-07-061-1/+2
* libext2fs: improve jbd_debug() implementationEric Biggers2021-07-061-4/+0
* e2fsck: fix unaligned accesses to ext4_fc_tl structHarshad Shirwadkar2021-05-061-21/+21
* debugfs: fix rdump and ls to handle uids and gids > 65536 correctlyTheodore Ts'o2021-02-252-4/+4
* debugfs: fix memory leak problem in read_list()Zhiqiang Liu2021-02-251-4/+8
* debugfs: fix file descriptor leak on error path in do_logdump()Theodore Ts'o2021-02-231-1/+1
* debugfs: fix uninitialized variable es in do_logdump()Theodore Ts'o2021-02-231-1/+5
* debugfs: simplify the do_logdump() functionTheodore Ts'o2021-02-231-24/+22
* Add checks for fs->blocksize == 0 which could cause some crashesTheodore Ts'o2021-02-231-2/+0
* debugfs: fix dump_metadata_block() for block sizes > 8192Theodore Ts'o2021-02-161-1/+1
* debugfs: clamp journal s_maxlen value when dumping the journal logTheodore Ts'o2021-02-131-12/+33
* debugfs: fix logdump on file systems with block sizes > 8192Theodore Ts'o2021-02-131-2/+2
* debugfs: fix memory allocation failures when parsing journal_write argumentsTheodore Ts'o2021-02-122-10/+13
* debugfs: fix header checks in logdumpTheodore Ts'o2021-02-121-3/+6
* debugfs: add journal header checks in logdumpTheodore Ts'o2021-02-121-1/+11
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-1110-64/+95
* misc: fix minor llvm warningsAndreas Dilger2021-02-071-1/+1
* Update makefile dependenciesTheodore Ts'o2021-01-291-7/+11
* Merge branch 'maint' into nextTheodore Ts'o2021-01-231-4/+2
|\
| * debugfs: fix double free in realloc() error path in read_list()Theodore Ts'o2021-01-211-4/+2
* | debugfs: fix the printf specifier when dumping a fast commit blockTheodore Ts'o2021-01-211-1/+1
* | debugfs: add fast commit support to logdumpHarshad Shirwadkar2021-01-211-5/+117
* | e2fsck: port fc changes from kernel's recovery.c to e2fsckHarshad Shirwadkar2021-01-211-5/+5