summaryrefslogtreecommitdiff
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* AOSP: Stop explicitly specifying -fno-strict-aliasingEric Biggers2023-02-011-1/+0
* debugfs: print the extended attribute's e_hash fieldTheodore Ts'o2023-01-281-2/+2
* Fix various spelling typosSamanta Navarro2023-01-261-1/+1
* debugfs.8: fix typoUlrich Ölmann2023-01-181-1/+1
* debugfs: make blocksize be unsigned in logdump.cTheodore Ts'o2022-08-121-9/+9
* 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
* 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
* | Enable threaded support for e2fsprogs' applications.Theodore Ts'o2021-01-211-2/+4
* | Merge branch 'maint' into nextTheodore Ts'o2021-01-192-5/+6
|\ \ | |/
| * debugfs: fix parse_uint for 64-bit fieldsTheodore Ts'o2020-10-061-5/+5
| * Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o2020-10-041-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2020-10-014-41/+48
|\ \ | |/
| * debugfs: fix building rdebugfs (with READ_ONLY define)Theodore Ts'o2020-06-174-41/+48
* | Merge tag 'v1.45.6' into nextTheodore Ts'o2020-03-211-0/+1
|\ \ | |/
| * AOSP: Allow debugfs_static to be compiled as host tool.Dario Freni2020-03-201-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2020-03-075-14/+26
|\ \ | |/
| * debugfs: print inode numbers as unsignedAndreas Dilger2020-02-294-14/+14
| * debugfs: allow comment lines in command fileAndreas Dilger2020-02-291-0/+4
| * tst_libext2fs: Avoid multiple definition of global variablesLukas Czerner2020-02-272-0/+8