aboutsummaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)Author
2023-02-06Merge upstream tag 'v1.46.6' into aosp/masterEric Biggers
2023-02-01Update Makefile dependenciesTheodore Ts'o
2023-02-01AOSP: Android: run bpfmt on all bp filesEric Biggers
2023-02-01AOSP: Android: stop suppressing warnings controlled by -WallEric Biggers
2023-02-01AOSP: Stop explicitly specifying -fno-strict-aliasingEric Biggers
2023-01-30Android: run bpfmt on all bp filesEric Biggers
2023-01-30Android: stop suppressing warnings controlled by -WallEric Biggers
2023-01-30Merge upstream commit 'b0101535a35c' into aosp/masterEric Biggers
2023-01-28debugfs: print the extended attribute's e_hash fieldTheodore Ts'o
2023-01-26Fix various spelling typosSamanta Navarro
2023-01-25Stop explicitly specifying -fno-strict-aliasingEric Biggers
2023-01-18debugfs.8: fix typoUlrich Ölmann
2023-01-11Update generated files for AndroidEric Biggers
2023-01-04Merge upstream tag 'v1.46.5' into aosp/masterEric Biggers
2022-08-12debugfs: make blocksize be unsigned in logdump.cTheodore Ts'o
2022-08-11tune2fs: do not change j_tail_sequence in journal superblockzhanchengbin
2022-08-11debugfs: allow <inode> for ncheckLi Dongyang
2022-08-11debugfs: quiet debugfs 'catastrophic' messageAndreas Dilger
2021-09-03debugfs: Fix headers for quota commandsJan Kara
2021-08-18fix unused-function -Wall warningsTheodore Ts'o
2021-08-18debugfs: fix shadow and sign-compare -Wall warningsTheodore Ts'o
2021-08-17debugfs: fix missing byte swap when dumping a revoke blockTheodore Ts'o
2021-08-15Change "filesystem" to "file system" in the man pagesTheodore Ts'o
2021-07-27AOSP: Move system_shared_libs into target.bionic clauseColin Cross
2021-07-27AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2021-07-13Move system_shared_libs into target.bionic clauseColin Cross
2021-07-06Fix -Wunused-parameter warningsEric Biggers
2021-07-06libext2fs: improve jbd_debug() implementationEric Biggers
2021-06-15Update generated files for AndroidEric Biggers
2021-06-15Fix -Wunused-parameter warningsEric Biggers
2021-06-15libext2fs: improve jbd_debug() implementationEric Biggers
2021-06-15Merge upstream tag 'v1.46.2' into aosp/masterEric Biggers
2021-05-06e2fsck: fix unaligned accesses to ext4_fc_tl structHarshad Shirwadkar
2021-02-25debugfs: fix rdump and ls to handle uids and gids > 65536 correctlyTheodore Ts'o
2021-02-25debugfs: fix memory leak problem in read_list()Zhiqiang Liu
2021-02-23debugfs: fix file descriptor leak on error path in do_logdump()Theodore Ts'o
2021-02-23debugfs: fix uninitialized variable es in do_logdump()Theodore Ts'o
2021-02-23debugfs: simplify the do_logdump() functionTheodore Ts'o
2021-02-23Add checks for fs->blocksize == 0 which could cause some crashesTheodore Ts'o
2021-02-16debugfs: fix dump_metadata_block() for block sizes > 8192Theodore Ts'o
2021-02-13debugfs: clamp journal s_maxlen value when dumping the journal logTheodore Ts'o
2021-02-13debugfs: fix logdump on file systems with block sizes > 8192Theodore Ts'o
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2021-02-12debugfs: fix memory allocation failures when parsing journal_write argumentsTheodore Ts'o
2021-02-12debugfs: fix header checks in logdumpTheodore Ts'o
2021-02-12debugfs: add journal header checks in logdumpTheodore Ts'o
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2021-02-07misc: fix minor llvm warningsAndreas Dilger
2021-01-29Update makefile dependenciesTheodore Ts'o
2021-01-23Merge branch 'maint' into nextTheodore Ts'o