summaryrefslogtreecommitdiff
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-051-4/+2
* debugfs: add support setting the error_count and associated sb fieldsTheodore Ts'o2014-07-041-0/+11
* debugfs: fix debugfs/quota.c compile warningsAndreas Dilger2014-05-221-11/+10
* debugfs: fix filehandle leak in copy_file()Andreas Dilger2014-05-221-13/+14
* debugfs: fix string_to_time for MacOS strptime()Andreas Dilger2014-05-221-0/+14
* debugfs: add commands to query the quota informationTheodore Ts'o2014-05-136-50/+320
* Add coverage testing using gcovTheodore Ts'o2014-02-231-1/+1
* Add support for new compat feature "sparse_super2"Theodore Ts'o2014-01-301-0/+2
* debugfs: fix typo in commit 5a1d25a7bTheodore Ts'o2014-01-091-2/+2
* Fix up workarounds for dietlibc breakageTheodore Ts'o2014-01-091-10/+10
* debugfs: remove dead codeTheodore Ts'o2014-01-081-2/+0
* configure: fix --with-diet-libcTheodore Ts'o2014-01-051-2/+2
* debugfs: clean up read_journal_block() to avoid Coverity complaintTheodore Ts'o2014-01-041-25/+23
* debugfs: restore and tweak original error messagingEric Whitney2013-12-305-25/+31
* 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