summaryrefslogtreecommitdiff
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* rdebugfs: don't install by defaultTheodore Ts'o2011-11-211-2/+2
* debugfs: fix sprintf stack overflowDarrick J. Wong2011-11-201-3/+3
* debugfs: fix gcc -Wall complaintsTheodore Ts'o2011-11-184-31/+37
* debugfs: add filefrag commandTheodore Ts'o2011-11-186-3/+357
* debugfs: add the freefrag commandTheodore Ts'o2011-11-185-2/+23
* debugfs: build read-only variant of debugfsTheodore Ts'o2011-11-183-7/+151
* debugfs: tidy up mmp handlingEric Sandeen2011-11-112-1/+15
* debugfs.8: add documentation of the mmp commandsEric Sandeen2011-11-111-0/+13
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-162-4/+4
* debugfs: initialize inode to 0 in list_dir_proc() if no inode nrEric Sandeen2011-09-251-3/+6
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-253-1/+134
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-1811-0/+11
* e2fsprogs: Remove impossible name_len tests.Eric Sandeen2011-09-163-6/+3
* debugfs: add 64-bit support to the set_field commandsTheodore Ts'o2011-09-163-161/+310
* libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o2011-09-161-1/+2
* dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o2011-09-161-3/+8
* debugfs: add a new debugfs command 'blocks'Theodore Ts'o2011-07-094-0/+37
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-083-16/+7
* ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger2011-06-111-0/+1
* debugfs: fix icheck finding blocks used for xattrsAndreas Dilger2011-06-111-2/+4
* misc: clean up compiler warningsAndreas Dilger2011-06-113-3/+5
* debugfs: document htree-related commands in man pageEric Sandeen2011-05-141-0/+21
* debugfs: remove unused htree_dump "-l" argumentEric Sandeen2011-05-141-24/+1
* Merge branch 'maint' into nextTheodore Ts'o2011-03-182-1/+2
|\
| * e2fsprogs: man page typo fixesEric Sandeen2011-03-181-1/+1
| * add new superblock field: s_overhead_blocksTheodore Ts'o2011-03-181-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2011-02-271-2/+4
|\ \ | |/
| * Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o2011-02-251-2/+2
| * e2fsprogs: reserving code points for new ext4 quota featureAditya Kali2011-02-251-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2010-09-243-18/+29
|\ \ | |/
| * debugfs: Make the extents listing in the stat command more conciseTheodore Ts'o2010-09-241-8/+5
| * debugfs: Add the -D option to request Direct I/OTheodore Ts'o2010-09-242-8/+21
| * debugfs: Display the extent tree blocks in the stat command outputTheodore Ts'o2010-09-191-3/+3
| * tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o2010-09-181-0/+1
* | debugfs: Add new debugfs command punch (aka truncate)Theodore Ts'o2010-07-224-0/+47
* | Merge branch 'maint' into nextTheodore Ts'o2010-07-191-0/+5
|\ \ | |/
| * Add support for Next3 snapshot superblock fields to dumpe2fs and debugfsTheodore Ts'o2010-06-241-0/+5
* | Merge branch 'maint' into nextTheodore Ts'o2010-03-151-1/+1
|\ \ | |/
| * debugfs: Correctly show the allocation status of a block using logdumpTheodore Ts'o2010-03-151-1/+1
* | Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-3/+10
* | libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o2009-10-251-1/+1
* | debugfs: open file systems using EXT2_FLAG_64BITSEric Sandeen2009-10-251-2/+2
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-042-31/+42
|\ \ | |/
| * Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o2009-10-041-31/+40
| * debugfs: add matching fclosePeng Tao2009-10-031-0/+2
* | debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson2009-09-079-116/+150
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-074-6/+6
* | Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-4/+4
* | Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-072-5/+5
* | debugfs: Move everything to new bitmap interfaceValerie Aurora Henson2009-08-223-16/+16