summaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)AuthorFilesLines
2012-01-17debugfs: add ncheck -c optionTheodore Ts'o5-41/+78
2012-01-16debugfs: optimize ncheck and improve its error checkingTheodore Ts'o1-10/+25
2011-11-21rdebugfs: don't install by defaultTheodore Ts'o1-2/+2
2011-11-20debugfs: fix sprintf stack overflowDarrick J. Wong1-3/+3
2011-11-18debugfs: fix gcc -Wall complaintsTheodore Ts'o4-31/+37
2011-11-18debugfs: add filefrag commandTheodore Ts'o6-3/+357
2011-11-18debugfs: add the freefrag commandTheodore Ts'o5-2/+23
2011-11-18debugfs: build read-only variant of debugfsTheodore Ts'o3-7/+151
2011-11-11debugfs: tidy up mmp handlingEric Sandeen2-1/+15
2011-11-11debugfs.8: add documentation of the mmp commandsEric Sandeen1-0/+13
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2-4/+4
2011-09-25debugfs: initialize inode to 0 in list_dir_proc() if no inode nrEric Sandeen1-3/+6
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger3-1/+134
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o11-0/+11
2011-09-16e2fsprogs: Remove impossible name_len tests.Eric Sandeen3-6/+3
2011-09-16debugfs: add 64-bit support to the set_field commandsTheodore Ts'o3-161/+310
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o1-1/+2
2011-09-16dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o1-3/+8
2011-07-09debugfs: add a new debugfs command 'blocks'Theodore Ts'o4-0/+37
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger3-16/+7
2011-06-11ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger1-0/+1
2011-06-11debugfs: fix icheck finding blocks used for xattrsAndreas Dilger1-2/+4
2011-06-11misc: clean up compiler warningsAndreas Dilger3-3/+5
2011-05-14debugfs: document htree-related commands in man pageEric Sandeen1-0/+21
2011-05-14debugfs: remove unused htree_dump "-l" argumentEric Sandeen1-24/+1
2011-03-18Merge branch 'maint' into nextTheodore Ts'o2-1/+2
2011-03-18e2fsprogs: man page typo fixesEric Sandeen1-1/+1
2011-03-18add new superblock field: s_overhead_blocksTheodore Ts'o1-0/+1
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-2/+4
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-2/+2
2011-02-25e2fsprogs: reserving code points for new ext4 quota featureAditya Kali1-0/+2
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