aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-33/+41
* Enable threaded support for e2fsprogs' applications.Theodore Ts'o2021-01-211-2/+4
* Merge branch 'maint' into nextTheodore Ts'o2020-10-011-4/+11
|\
| * debugfs: fix building rdebugfs (with READ_ONLY define)Theodore Ts'o2020-06-171-4/+11
* | Merge branch 'maint' into nextTheodore Ts'o2020-03-071-9/+19
|\|
| * debugfs: print inode numbers as unsignedAndreas Dilger2020-02-291-9/+9
| * debugfs: allow comment lines in command fileAndreas Dilger2020-02-291-0/+4
| * tst_libext2fs: Avoid multiple definition of global variablesLukas Czerner2020-02-271-0/+6
* | Merge branch 'maint' into nextTheodore Ts'o2020-01-251-2/+4
|\|
| * mmp: abstract out repeated 'sizeof(buf), buf' usageAndreas Dilger2020-01-241-2/+2
| * mmp: don't assume NUL termination for MMP stringsAndreas Dilger2020-01-241-2/+4
* | Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o2019-11-091-3/+3
|/
* Merge branch 'maint' into nextTheodore Ts'o2019-02-101-1/+1
|\
| * debugfs: output large directory sizeArtem Blagodarenko2019-02-051-1/+1
* | debugfs: fix set_inode_field so it can set the checksum fieldTheodore Ts'o2018-12-151-6/+6
* | Fix function declarations for ss commands to fix LTO warningsTheodore Ts'o2018-08-081-59/+115
|/
* tests, mke2fs: add option to suppress xattr copying to fix f_extent_htreeTheodore Ts'o2018-06-261-0/+1
* debugfs: fix mknod command on some 32-bit platforms due to LFSTheodore Ts'o2018-06-261-1/+2
* debugfs: suppress spurious "checksum errors" message for unrelated failuresTheodore Ts'o2018-06-241-1/+2
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-4/+3
* tests: remove redundant sed filteringAndreas Dilger2018-06-221-1/+2
* debugfs: allow fixing superblock errors in catastrophic modeJan Kara2018-06-191-1/+1
* debugfs: allow read-write opening in catastrophic modeJan Kara2018-06-191-5/+0
* debugfs: add support to display details of extended attribute structuresTheodore Ts'o2018-06-131-2/+6
* debugfs: add -b and -e options to the inode_dump commandTheodore Ts'o2018-05-261-5/+39
* debugfs: release clusters only once in release_blocks_procharshads2018-03-241-4/+11
* debugfs: read allocation bitmaps more efficientlyTheodore Ts'o2018-03-201-7/+3
* Merge tag 'v1.43.9' into nextTheodore Ts'o2018-02-091-2/+0
|\
| * debugfs: remove misplaced "MMP is unsupported" messageTyson Nottingham2018-02-071-2/+0
* | Merge branch 'maint' into nextTheodore Ts'o2018-01-021-6/+6
|\|
| * debugfs: fix printf format %d on ext2_ino_tShen-Ta Hsieh2018-01-011-1/+1
| * Add missing information to debugfs man pages and usage textsTyson Nottingham2017-12-151-5/+5
* | debugfs: print "Xst" bits of file mode via statAndreas Dilger2017-10-151-2/+2
* | Use i_size to determine whether a symlink is a fast symlinkTahsin Erdogan2017-07-051-31/+24
* | Merge branch 'maint' into nextTheodore Ts'o2017-05-191-0/+3
|\|
| * include sys/sysmacros.h as neededMike Frysinger2017-05-191-0/+3
* | e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko2017-04-131-9/+7
|/
* misc: fix all the compiler warningsDarrick J. Wong2017-03-031-2/+0
* debugfs: better support of superblocks with bad checksumsTheodore Ts'o2017-02-191-0/+17
* debugfs: fix typo when printing out the dtime labelTheodore Ts'o2016-09-011-1/+1
* debugfs: add the debugfs copy_inode subcommandTheodore Ts'o2016-08-311-0/+29
* Remove the last of behaviour-specific checks on EXT2_OS_LINUXTheodore Ts'o2016-06-071-3/+2
* Fix support for configure --enable-jbd-debugTheodore Ts'o2016-04-151-1/+21
* Merge branch 'maint' into nextTheodore Ts'o2016-03-061-3/+22
|\
| * debugfs: improve dump_mmp handlingAndreas Dilger2016-03-061-3/+22
| * debugfs: add better error checking when printing extended attributesTheodore Ts'o2014-08-291-10/+8
* | debugfs: add support for the project id fieldTheodore Ts'o2016-03-061-1/+4
* | debugfs: add support to properly set and display extended timestampsTheodore Ts'o2015-11-301-12/+22
* | debugfs: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-4/+2
* | debugfs: cleanup gcc -Wall warningsTheodore Ts'o2015-07-131-2/+2