summaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o3-3/+3
2008-02-29Merge branch 'maint'Theodore Ts'o1-0/+1
2008-02-28Add manpage references to debugfs/tune2fs commandsAndreas Mohr1-0/+1
2008-02-27Merge branch 'maint'Theodore Ts'o1-1/+6
2008-02-27debugfs: Fix find_free_block to avoid reporting the block more than onceTheodore Ts'o1-1/+6
2008-02-18Merge branch 'maint' into nextTheodore Ts'o2-13/+41
2008-02-18debugfs: Add new superblock fields to the set_super_value commandTheodore Ts'o1-6/+32
2008-02-18print "mostly-printable" xattr strings in debugfsEric Sandeen1-7/+9
2008-02-18Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fsTheodore Ts'o4-6/+9
2008-02-18Allow debugfs to be extended for use by test programsTheodore Ts'o1-5/+16
2008-02-18debugfs: Fix error handling in strtoblk() and common_block_args_process()Theodore Ts'o1-4/+7
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-14/+17
2008-01-04debugfs: Add -p option to ls subcommand.Theodore Ts'o2-4/+22
2008-01-03debugfs: Change lsdel to use ext2fs_block_iterate2 it can find large filesTheodore Ts'o1-14/+17
2008-01-01Merge branch 'maint' into nextTheodore Ts'o3-3/+26
2008-01-01debugfs: allow the undel command reallocate without linking the inodeTheodore Ts'o2-3/+25
2008-01-01debugfs: Add #include <string.h> to pick up prototype for strcasecmpTheodore Ts'o1-0/+1
2007-11-01Merge branch 'cl/remove-masix' into nextTheodore Ts'o1-8/+0
2007-11-01debugfs: remove masix supportColy Li1-8/+0
2007-10-29Check fgets(3) return valueDmitry V. Levin1-3/+6
2007-10-14libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_tValerie Clement1-5/+5
2007-08-11Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o1-1/+1
2007-08-03Miscellaneous CleanupsTheodore Ts'o1-1/+3
2007-08-03Fix gcc -Wall warningsTheodore Ts'o4-13/+15
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-1207/+0
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger5-12/+28
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen4-4/+10
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