aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-1920-656/+2860
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-0620-2860/+656
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-0514-14/+0
* debugfs: document the lsdel command in the man pageTheodore Ts'o2013-12-281-1/+12
* debugfs: fix extent header in do_write for big-endian machinesTheodore Ts'o2013-12-241-1/+1
* Add ext4 man page and update and clean up the other man pagesTheodore Ts'o2013-12-241-1/+2
* debugfs: silence build warning and remove incorrect error messageEric Whitney2013-12-241-3/+1
* debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger2013-12-241-4/+7
* Clean up sparse warningsTheodore Ts'o2013-12-164-7/+10
* debugfs: clean up debugfs man page and help textAndreas Dilger2013-12-153-206/+252
* debugfs: don't leak mmp_s memory (on error path)Darrick J. Wong2013-12-121-1/+1
* debugfs: don't leak fd when calling dump_fileDarrick J. Wong2013-12-121-2/+9
* debugfs: handle 64bit block numbersDarrick J. Wong2013-12-123-25/+32
* debugfs: fix various minor bogosityDarrick J. Wong2013-12-121-7/+8
* debugfs: fix init_filesys help textDarrick J. Wong2013-12-121-1/+1
* debugfs: update usage message for open and filefragZheng Liu2013-12-082-2/+3
* debugfs: fix range mode of freeiLev Solomonov2013-12-041-1/+1
* mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger2013-12-031-5/+0
* debugfs.c: do sparse copy when src is a sparse fileRobert Yang2013-10-131-4/+58
* debugfs.c: the max length of debugfs argument is too shortRobert Yang2013-10-131-1/+5
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-111-0/+1
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-072-10/+8
* debugfs: properly set up extent header in do_writeEric Sandeen2013-07-281-1/+12
* 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