aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* debugfs: fix command failures for extent_inode commands that take argumentsTheodore Ts'o2013-03-131-3/+3
* debugfs: add sanity check to make sure we never shift 64 bits rightTheodore Ts'o2013-01-281-1/+4
* debugfs: fix mknod command so that it updates the block group statisticsTheodore Ts'o2013-01-161-2/+1
* debugfs: add symlink commandDarren Hart2013-01-164-0/+50
* debugfs: fix gcc-wall complaintsTheodore Ts'o2013-01-145-32/+66
* debugfs: document zap_block & block_dumpEric Sandeen2013-01-122-2/+14
* debugfs: fixup the hard-coded buffer length in dump_fileZheng Liu2013-01-011-3/+10
* Fix gcc -Wall nitsTheodore Ts'o2013-01-013-16/+1
* debugfs: add the commands "zap_block" and "block_dump"Theodore Ts'o2012-12-243-3/+275
* debugfs: add a makefile rule to build debugfs.staticTheodore Ts'o2012-12-241-1/+12
* debugfs: add the ability to manipulate the extent tree directlyTheodore Ts'o2012-12-247-8/+642
* debugfs: fix htree command so that all printf's go through the pagerTheodore Ts'o2012-10-141-1/+1
* e2fsprogs: fix spelling of 'filesystme' in debugfs helpBryce Harrington2012-08-191-1/+1
* debugfs: interpret date strings of the form @ddddTheodore Ts'o2012-06-111-0/+7
* debugfs: fix strtoblk for 64bit block numbersEric Sandeen2012-05-271-1/+1
* 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-262-13/+50
* Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fsTheodore Ts'o2012-03-151-0/+1
* debugfs: use ss_safe_getenv() instead of getenv()Theodore Ts'o2012-02-151-3/+4
* debugfs: fix spelling typo in ncheckTheodore Ts'o2012-01-231-1/+1
* debugfs: add ncheck -c optionTheodore Ts'o2012-01-175-41/+78
* debugfs: optimize ncheck and improve its error checkingTheodore Ts'o2012-01-161-10/+25
* 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
|\|