aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2012-12-241-4/+1
|\
| * debugfs: add the ability to manipulate the extent tree directlyTheodore Ts'o2012-12-241-4/+1
* | libext2fs: add checksum to MMP blockDarrick J. Wong2012-08-021-0/+1
* | libext2fs: block group checksum should use metadata_csum algorithmDarrick J. Wong2012-08-021-2/+1
* | debugfs: dump inode checksum when appropriateDarrick J. Wong2012-07-301-0/+13
* | debugfs: optionally ignore bad checksumsDarrick J. Wong2012-07-301-2/+5
* | Make Multi Mount Protection (MMP) optional at configure time.Tony Breeds2012-07-301-0/+5
|/
* debugfs: cleanup in do_show_debugfs_paramsZheng Liu2012-04-241-6/+4
* Fix gcc -Wall nitpicksTheodore Ts'o2012-04-051-1/+1
* debugfs: teach seti and freei to free a block of inodesTheodore Ts'o2012-03-261-10/+42
* Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fsTheodore Ts'o2012-03-151-0/+1
* debugfs: add ncheck -c optionTheodore Ts'o2012-01-171-29/+0
* debugfs: fix gcc -Wall complaintsTheodore Ts'o2011-11-181-4/+4
* debugfs: build read-only variant of debugfsTheodore Ts'o2011-11-181-5/+48
* debugfs: tidy up mmp handlingEric Sandeen2011-11-111-1/+6
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-1/+1
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-0/+44
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* 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-091-0/+28
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-081-9/+4
* misc: clean up compiler warningsAndreas Dilger2011-06-111-3/+2
* Merge branch 'maint' into nextTheodore Ts'o2010-09-241-12/+15
|\
| * 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-241-2/+8
| * debugfs: Display the extent tree blocks in the stat command outputTheodore Ts'o2010-09-191-3/+3
* | debugfs: Add new debugfs command punch (aka truncate)Theodore Ts'o2010-07-221-0/+31
* | 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-041-0/+2
|\|
| * debugfs: add matching fclosePeng Tao2009-10-031-0/+2
* | debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson2009-09-071-71/+77
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-3/+3
* | Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-4/+4
* | debugfs: Move everything to new bitmap interfaceValerie Aurora Henson2009-08-221-14/+14
|/
* debugfs: Add the new command dump_extents and extent the stat commandTheodore Ts'o2009-07-271-2/+202
* debugfs: Fix miscellaneous gcc -Wall warningsTheodore Ts'o2009-07-111-1/+1
* debugfs: Fix miscellaneous memory leaksTheodore Ts'o2009-06-151-0/+2
* debugfs: Add -a option to close_filesys commandTheodore Ts'o2009-05-281-1/+21
* debugfs: Print 64-bit file aclTheodore Ts'o2009-04-181-2/+4
* debugfs: fix segfault on "stat" command with no open fsEric Sandeen2009-03-081-3/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-67/+67
* debugfs: Use extents when writing a file if the filesystem supports themTheodore Ts'o2008-08-271-0/+3
* add debugfs command to print known featuresAndreas Dilger2008-08-241-0/+66
* debugfs: Print the progname instead of argv[0] in error messageManish Katiyar2008-08-241-1/+1
* debugfs: Close the file handle and return in case of errorsManish Katiyar2008-08-241-0/+1
* Flush stdio buffers before calling setbuf()Theodore Ts'o2008-07-131-0/+2
* debugfs: Print the nanosecond field and i_version field of an inodeTheodore Ts'o2008-05-151-10/+38
* Make debugfs uninit block group awareJose R. Santos2008-03-201-3/+15
* Fix miscellaneous gcc -Wall warningsTheodore Ts'o2008-03-171-1/+1