summaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)AuthorFilesLines
2010-03-15debugfs: Correctly show the allocation status of a block using logdumpTheodore Ts'o1-1/+1
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-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-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
2008-08-27debugfs: Use extents when writing a file if the filesystem supports themTheodore Ts'o1-0/+3
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-9/+13
2008-08-24add debugfs command to print known featuresAndreas Dilger2-0/+69
2008-08-24debugfs: Print the progname instead of argv[0] in error messageManish Katiyar1-1/+1
2008-08-24debugfs: Close the file handle and return in case of errorsManish Katiyar1-0/+1
2008-08-08debugfs: Fix htree command so it works with extent-based directoriesTheodore Ts'o1-6/+15
2008-07-13Flush stdio buffers before calling setbuf()Theodore Ts'o1-0/+2
2008-07-13Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o1-1/+1
2008-06-17Merge branch 'maint'Theodore Ts'o1-3/+4
2008-06-17Clarify the debugfs man page regarding the default superblockTheodore Ts'o1-3/+4
2008-06-07Fix dependency for $(LIBSS) when an explicit dlopen() library is neededTheodore Ts'o1-1/+1
2008-05-15debugfs: Print the nanosecond field and i_version field of an inodeTheodore Ts'o1-10/+38
2008-04-22Basic flexible block group supportTheodore Ts'o1-0/+1
2008-04-17Fix tst_extents build when building w/o dynamic librariesTheodore Ts'o1-2/+1
2008-03-31debugfs: Add support for "set_block_group <bg_num> checksum calc"Andreas Dilger1-2/+16
2008-03-30Merge branch 'maint'Theodore Ts'o1-0/+1
2008-03-21debugfs, tune2fs: Handle daylight savings time when parsing a time stringTheodore Ts'o1-0/+1
2008-03-20Make debugfs uninit block group awareJose R. Santos1-3/+15
2008-03-20Merge branch 'maint' into nextTheodore Ts'o1-0/+2
2008-03-20debugfs: Don't use a pager if stdout is not a ttyTheodore Ts'o1-0/+2