aboutsummaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)Author
2021-07-13Move system_shared_libs into target.bionic clauseColin Cross
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-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
2021-01-21debugfs: fix the printf specifier when dumping a fast commit blockTheodore Ts'o
2021-01-21debugfs: fix double free in realloc() error path in read_list()Theodore Ts'o
2021-01-21debugfs: add fast commit support to logdumpHarshad Shirwadkar
2021-01-21e2fsck: port fc changes from kernel's recovery.c to e2fsckHarshad Shirwadkar
2021-01-21Enable threaded support for e2fsprogs' applications.Theodore Ts'o
2021-01-19Merge branch 'maint' into nextTheodore Ts'o
2020-10-06debugfs: fix parse_uint for 64-bit fieldsTheodore Ts'o
2020-10-04Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o
2020-10-01Merge branch 'maint' into nextTheodore Ts'o
2020-06-17debugfs: fix building rdebugfs (with READ_ONLY define)Theodore Ts'o
2020-03-21Merge tag 'v1.45.6' into nextTheodore Ts'o
2020-03-20AOSP: Allow debugfs_static to be compiled as host tool.Dario Freni
2020-03-07Merge branch 'maint' into nextTheodore Ts'o
2020-02-29debugfs: print inode numbers as unsignedAndreas Dilger
2020-02-29debugfs: allow comment lines in command fileAndreas Dilger
2020-02-27tst_libext2fs: Avoid multiple definition of global variablesLukas Czerner
2020-01-26ext2fs: rename "s_overhead_blocks" to "s_overhead_clusters"Li Dongyang
2020-01-25Merge branch 'maint' into nextTheodore Ts'o
2020-01-24mmp: abstract out repeated 'sizeof(buf), buf' usageAndreas Dilger
2020-01-24mmp: don't assume NUL termination for MMP stringsAndreas Dilger
2020-01-02Allow debugfs_static to be compiled as host tool.Dario Freni
2019-11-09Align the types used by jbd2_journal_bmap and getblk with the kernelTheodore Ts'o
2019-11-09Sync kernel's fix for potential double free in jbd2Theodore Ts'o
2019-11-09Sync kernel's unification of jbd2 revoke and tag block checksum handlingTheodore Ts'o
2019-11-09Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o
2019-11-09Convert kernel compat functions to use new ll_rw_block() function signatureTheodore Ts'o
2019-11-07debugfs: teach the htree command to check and display the dx block checksumTheodore Ts'o
2019-09-24Update generated files for AndroidEric Biggers