aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton2018-08-111-2/+2
* AOSP: Update Android.bp files.David Anderson2018-08-051-0/+1
* debugfs: fix ncheck so it handles hard links correctlyJaco Kroon2018-08-051-5/+12
* Fix compile error and warnings for old gcc versionsLi Dongyang2018-07-141-0/+4
* 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
* Update Makefile.in files using "make depend"Theodore Ts'o2018-06-251-65/+84
* debugfs: suppress spurious "checksum errors" message for unrelated failuresTheodore Ts'o2018-06-241-1/+2
* debugfs: avoid undefined bit shift in parse_uint()Theodore Ts'o2018-06-241-1/+1
* Fix gcc and clang warningsTheodore Ts'o2018-06-233-7/+5
* 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-135-11/+173
* debugfs: add -b and -e options to the inode_dump commandTheodore Ts'o2018-05-263-11/+57
* 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
* AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o2018-02-261-3/+2
* AOSP: Revert "Add "libc" to soong static_executable targets."Jeff Gaston2018-02-261-1/+1
* AOSP: Add missing libdl dependenciesPavlin Radoslavov2018-02-261-1/+1
* Merge branch 'maint' into nextTheodore Ts'o2018-02-261-0/+6
|\
| * tune2fs/fuse2fs/debugfs: after replaying the journal, fix up s_lastcheckTheodore Ts'o2018-02-241-0/+6
* | 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-028-25/+57
|\|
| * 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-157-20/+51
| * debugfs: fix ncheck program outputQian Yingjin2017-12-131-4/+5
* | Merge branch 'maint' into nextTheodore Ts'o2017-10-156-6/+6
|\|
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-154-4/+4
| * Fix typos in error messages and documentationSebastian Rasmussen2017-10-152-2/+2
* | debugfs: print "Xst" bits of file mode via statAndreas Dilger2017-10-151-2/+2
* | Merge branch 'maint' into nextTheodore Ts'o2017-10-151-5/+5
|\|
| * misc: clean up error handling for ext2fs_run_ext3_journal()Theodore Ts'o2017-10-151-5/+5
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-272-2/+7
|\|
| * debugfs: fix "ls -p" to avoid printing garbage after the file nameTheodore Ts'o2017-07-241-1/+1
| * debugfs: add sanity checking to the string_to_inode() utility functionTheodore Ts'o2017-07-231-1/+6
* | libext2fs: add ea_inode support to set xattrTahsin Erdogan2017-07-231-11/+0
* | Use i_size to determine whether a symlink is a fast symlinkTahsin Erdogan2017-07-052-34/+25
* | AOSP: Define HAVE_SYS_SYSMACROS_H for Android.Elliott Hughes2017-05-231-1/+1
* | AOSP: Disable macro redefined warnings.Christopher Ferris2017-05-231-0/+1
* | AOSP: Add "libc" to soong static_executable targets.Alex Deymo2017-05-231-1/+1
* | AOSP: Convert e2fsprogs targets to soong.Alex Deymo2017-05-232-93/+71
* | Merge branch 'maint' into nextTheodore Ts'o2017-05-191-0/+3
|\|
| * include sys/sysmacros.h as neededMike Frysinger2017-05-191-0/+3
* | tests: skip running long test with "make check" and add "make fullcheck"Theodore Ts'o2017-04-261-1/+1
* | e2fsck: 3 level hash tree directory optimizationArtem Blagodarenko2017-04-131-1/+2
* | e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko2017-04-132-10/+7
|/
* misc: fix all the compiler warningsDarrick J. Wong2017-03-032-5/+2
* debugfs: better support of superblocks with bad checksumsTheodore Ts'o2017-02-191-0/+17