summaryrefslogtreecommitdiff
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
* debugfs: fix set_inode_field block[IND|DIND|TIND]Theodore Ts'o2014-08-191-1/+4
* debugfs: teach rdump to take multiple source argumentsAaron Crane2014-08-042-21/+25
* debugfs: refactor do_rdump()Aaron Crane2014-08-041-14/+17
* debugfs: fix double-close bug in "rdump" and "dump -p"Aaron Crane2014-08-041-3/+0
* debugfs: be more specific in error messagesAaron Crane2014-08-041-2/+2
* misc: quiet signed/unsigned charactr compiler warningsAndreas Dilger2014-08-011-1/+1
* libext2fs: provide a function to set inode sizeDarrick J. Wong2014-07-261-1/+6
* build: fix unused/uninitialized variable warningsAndreas Dilger2014-07-251-3/+0
* debugfs: allow bmap to allocate blocksDarrick J. Wong2014-07-221-2/+3
* debugfs: create inode_dump command to dump an inode in hexDarrick J. Wong2014-07-225-15/+61
* 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