summaryrefslogtreecommitdiff
path: root/debugfs/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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: create inode_dump command to dump an inode in hexDarrick J. Wong2014-07-221-0/+33
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-051-4/+2
* debugfs: fix filehandle leak in copy_file()Andreas Dilger2014-05-221-13/+14
* debugfs: add commands to query the quota informationTheodore Ts'o2014-05-131-0/+3
* debugfs: remove dead codeTheodore Ts'o2014-01-081-2/+0
* debugfs: restore and tweak original error messagingEric Whitney2013-12-301-6/+9
* debugfs: fix extent header in do_write for big-endian machinesTheodore Ts'o2013-12-241-1/+1
* debugfs: silence build warning and remove incorrect error messageEric Whitney2013-12-241-3/+1
* debugfs: handle 64bit block numbersDarrick J. Wong2013-12-121-11/+22
* 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-081-1/+2
* 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
* debugfs: properly set up extent header in do_writeEric Sandeen2013-07-281-1/+12
* debugfs: fix mknod command so that it updates the block group statisticsTheodore Ts'o2013-01-161-2/+1
* debugfs: add symlink commandDarren Hart2013-01-161-0/+43
* debugfs: fix gcc-wall complaintsTheodore Ts'o2013-01-141-3/+3
* debugfs: add the ability to manipulate the extent tree directlyTheodore Ts'o2012-12-241-4/+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-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