summaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)AuthorFilesLines
2007-04-19Define the l_i_iversion field in ext2_inodeTheodore Ts'o2-0/+6
2007-04-13Add new debugfs command "set_block_group"Theodore Ts'o4-4/+86
2007-04-10Fix debugfs's date parser so that it accepts integer valuesTheodore Ts'o2-4/+9
2007-04-10Handle large setb/testb/freeb commands in debugfsEric Sandeen3-5/+5
2007-04-02debugfs: support > 2GB files for the dump and rdump commandsTheodore Ts'o2-1/+9
2007-03-29[COVERITY] Handle potential case in debugfs if ext2fs_get_pathname returns NULLBrian Behlendorf2-4/+15
2007-03-29[COVERITY] Fix coverity warning in debugfsTheodore Ts'o2-1/+7
2007-03-23[COVERITY] Fix file handle leak in debugfs's logdump (in error case)Brian Behlendorf2-9/+15
2007-03-21[COVERITY] Fix memory leak on error handling in the debugfs's icheck commandBrian Behlendorf2-2/+6
2007-03-21[COVERITY] Fix (error case) memory leak in debugfsBrian Behlendorf2-2/+5
2007-03-21[COVERITY] Avoid static buffer overruns in debugfsBrian Behlendorf4-3/+10
2007-03-07Allow the debugfs lcd command to work w/o a filesystem being openTheodore Ts'o2-2/+9
2007-01-28Fix dump_usued segault in debugfs if used without open filesystemMatthias Koenig2-0/+9
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o2-1/+7
2006-11-12Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o2-2/+8
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o3-1/+16
2006-11-11On-disk format definition for huge filesTheodore Ts'o2-14/+17
2006-10-01Fix Debian FTBFS problem caused by devmapper library using pthreadsTheodore Ts'o2-1/+6
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen2-1/+5
2006-08-29Fix debugfs coredump when lsdel is run without an open filesystemTheodore Ts'o2-1/+9
2006-06-21debugfs "stat" should print unsigned values for xattrsAndreas Dilger1-2/+2
2006-05-29Add missing backwards compatibility for ancient Linux systemsTheodore Ts'o2-2/+9
2006-05-28Fix debugfs's dump_unsued commands on filesystems with a 64k blocksizeTheodore Ts'o2-1/+8
2006-05-21Fix type warning problem with time_t in debugfsTheodore Ts'o2-1/+6
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o2-2/+28
2006-04-27Add handling for invalid option characters in debugfs subcommandsTheodore Ts'o3-0/+16
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato4-30/+34
2006-03-18Add an option to debugfs to open filesystems in exclusive modeTheodore Ts'o3-8/+16
2006-03-08Fix debugfs's icheck to correctly report the owner of an EA blockTheodore Ts'o2-2/+7
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o5-45/+51
2005-09-24New debugfs command: set_current_timeTheodore Ts'o7-27/+82
2005-09-06Fix debugfs's set_inode_field so it can properly set i_sizeTheodore Ts'o2-1/+7
2005-07-04Fix debugfs's set_inode_fields command from silently failing.Theodore Ts'o2-5/+11
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o1-33/+42
2005-05-06Fix compile warning in do_stat() from previous fix.Theodore Ts'o1-1/+1
2005-05-05debugfs.c (do_stat): Check to make sure a filesystem is openTheodore Ts'o2-0/+9
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-03-21Make debugfs's stat command print the size of the extra inode fields,Theodore Ts'o2-0/+6
2005-03-20Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we createTheodore Ts'o4-2/+21
2005-03-20Enhance debugfs's stat command so it can dump extended attributesTheodore Ts'o3-6/+107
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-02-03Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris.Theodore Ts'o2-5/+6
2005-01-20set_fields.c: Add support for the jnl_blocks[] for set_super_valueTheodore Ts'o2-0/+6
2005-01-19Cleanup C code in debugfs's setfield. Added missing return statement (turnedTheodore Ts'o2-0/+13
2005-01-07Make the official name of the new debugfs set_inode command beTheodore Ts'o4-4/+15
2004-12-23Add support in debugfs's set_field command to specify array specifiers forTheodore Ts'o2-35/+111
2004-12-21Enhance debugfs so that set_super_value can now set the wtime, mtime,Theodore Ts'o6-34/+191
2004-12-16Add support for newer superblock fields in debugfs's set_super_valueTheodore Ts'o2-0/+13
2004-12-15Fix stupid core dumping bug if the TZ environment variable isn't set.Theodore Ts'o1-3/+7