summaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)AuthorFilesLines
2010-09-24Merge branch 'maint' into nextTheodore Ts'o3-18/+29
2010-09-24debugfs: Make the extents listing in the stat command more conciseTheodore Ts'o1-8/+5
2010-09-24debugfs: Add the -D option to request Direct I/OTheodore Ts'o2-8/+21
2010-09-19debugfs: Display the extent tree blocks in the stat command outputTheodore Ts'o1-3/+3
2010-09-18tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o1-0/+1
2010-07-22debugfs: Add new debugfs command punch (aka truncate)Theodore Ts'o4-0/+47
2010-07-19Merge branch 'maint' into nextTheodore Ts'o1-0/+5
2010-06-24Add support for Next3 snapshot superblock fields to dumpe2fs and debugfsTheodore Ts'o1-0/+5
2010-03-15Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2010-03-15debugfs: Correctly show the allocation status of a block using logdumpTheodore Ts'o1-1/+1
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-3/+10
2009-10-25libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o1-1/+1
2009-10-25debugfs: open file systems using EXT2_FLAG_64BITSEric Sandeen1-2/+2
2009-10-04Merge branch 'maint' into nextTheodore Ts'o2-31/+42
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o1-31/+40
2009-10-03debugfs: add matching fclosePeng Tao1-0/+2
2009-09-07debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson9-116/+150
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson4-6/+6
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-4/+4
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2-5/+5
2009-08-22debugfs: Move everything to new bitmap interfaceValerie Aurora Henson3-16/+16
2009-08-01Merge branch 'maint' into nextTheodore Ts'o3-2/+224
2009-07-27debugfs: Add the new command dump_extents and extent the stat commandTheodore Ts'o3-2/+224
2009-07-11debugfs: Fix miscellaneous gcc -Wall warningsTheodore Ts'o4-6/+7
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-13/+13
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-1/+2
2009-06-29debugfs: don't try to fclose NULLEric Sandeen1-1/+1
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o1-6/+17
2009-06-15debugfs: Fix miscellaneous memory leaksTheodore Ts'o2-1/+4
2009-06-01Add missing free_blocks_hi field to debugfs table.Valerie Aurora Henson1-0/+1
2009-05-30Update release notes, version string, etc. for E2fsprogs 1.41.6 releaseTheodore Ts'o1-1/+1
2009-05-30Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"Theodore Ts'o1-3/+3
2009-05-28debugfs: Add -a option to close_filesys commandTheodore Ts'o2-3/+27
2009-04-22debugfs: Fix format string warnings in htree_dump_leaf_node()Theodore Ts'o1-2/+4
2009-04-18debugfs: Teach the set_inode_fields_command how to set i_file_acl_highTheodore Ts'o1-0/+2
2009-04-18debugfs: Print 64-bit file aclTheodore Ts'o1-2/+4
2009-03-08debugfs: Fix typos in logdump's error messagesManish Katiyar1-2/+3
2009-03-08remove useless if-before-free testsJim Meyering2-4/+2
2009-03-08debugfs: fix segfault on "stat" command with no open fsEric Sandeen1-3/+2
2009-03-06Add support for a new superblock field: s_kbytes_writtenTheodore Ts'o1-0/+1
2009-01-20Use format strings directly to prevent -Werror=format-security failuresTheodore Ts'o1-6/+5
2009-01-18debugfs: Fix logdump command for 32-bit filesystemsTheodore Ts'o1-5/+10
2008-10-20debugfs: Fix ncheck display so that extra characters aren't printedTheodore Ts'o1-1/+1
2008-10-12debugfs: Fix ncheck when printing pathnames for multiple hardlinks in a direc...Theodore Ts'o1-12/+11
2008-10-01debugfs: Make the usage messsage of logdump consistent with man pageManish Katiyar1-2/+2
2008-10-01debugfs: Fix ncheck to print all pathnames for the inodesTheodore Ts'o1-37/+18
2008-09-10debugfs: Add the ability to specify the hash seed to the "hash" commandTheodore Ts'o1-3/+13
2008-09-07Fix various spelling mistakes in various man pagesTheodore Ts'o1-3/+3
2008-09-05debugfs: Fix memory leak in do_ncheck()'s error pathManish Katiyar1-2/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o12-232/+232