aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs
Commit message (Expand)AuthorAgeFilesLines
...
* Use format strings directly to prevent -Werror=format-security failuresTheodore Ts'o2009-01-201-6/+5
* debugfs: Fix logdump command for 32-bit filesystemsTheodore Ts'o2009-01-181-5/+10
* debugfs: Fix ncheck display so that extra characters aren't printedTheodore Ts'o2008-10-201-1/+1
* debugfs: Fix ncheck when printing pathnames for multiple hardlinks in a direc...Theodore Ts'o2008-10-121-12/+11
* debugfs: Make the usage messsage of logdump consistent with man pageManish Katiyar2008-10-011-2/+2
* debugfs: Fix ncheck to print all pathnames for the inodesTheodore Ts'o2008-10-011-37/+18
* debugfs: Add the ability to specify the hash seed to the "hash" commandTheodore Ts'o2008-09-101-3/+13
* Fix various spelling mistakes in various man pagesTheodore Ts'o2008-09-071-3/+3
* debugfs: Fix memory leak in do_ncheck()'s error pathManish Katiyar2008-09-051-2/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-2712-232/+232
* debugfs: Use extents when writing a file if the filesystem supports themTheodore Ts'o2008-08-271-0/+3
* Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o2008-08-251-9/+13
* add debugfs command to print known featuresAndreas Dilger2008-08-242-0/+69
* debugfs: Print the progname instead of argv[0] in error messageManish Katiyar2008-08-241-1/+1
* debugfs: Close the file handle and return in case of errorsManish Katiyar2008-08-241-0/+1
* debugfs: Fix htree command so it works with extent-based directoriesTheodore Ts'o2008-08-081-6/+15
* Flush stdio buffers before calling setbuf()Theodore Ts'o2008-07-131-0/+2
* Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o2008-07-131-1/+1
* Merge branch 'maint'Theodore Ts'o2008-06-171-3/+4
|\
| * Clarify the debugfs man page regarding the default superblockTheodore Ts'o2008-06-171-3/+4
* | Fix dependency for $(LIBSS) when an explicit dlopen() library is neededTheodore Ts'o2008-06-071-1/+1
* | debugfs: Print the nanosecond field and i_version field of an inodeTheodore Ts'o2008-05-151-10/+38
* | Basic flexible block group supportTheodore Ts'o2008-04-221-0/+1
* | Fix tst_extents build when building w/o dynamic librariesTheodore Ts'o2008-04-171-2/+1
* | debugfs: Add support for "set_block_group <bg_num> checksum calc"Andreas Dilger2008-03-311-2/+16
* | Merge branch 'maint'Theodore Ts'o2008-03-301-0/+1
|\|
| * debugfs, tune2fs: Handle daylight savings time when parsing a time stringTheodore Ts'o2008-03-211-0/+1
* | Make debugfs uninit block group awareJose R. Santos2008-03-201-3/+15
* | Merge branch 'maint' into nextTheodore Ts'o2008-03-201-0/+2
|\|
| * debugfs: Don't use a pager if stdout is not a ttyTheodore Ts'o2008-03-201-0/+2
* | Fix miscellaneous gcc -Wall warningsTheodore Ts'o2008-03-173-3/+3
* | Merge branch 'maint'Theodore Ts'o2008-02-291-0/+1
|\|
| * Add manpage references to debugfs/tune2fs commandsAndreas Mohr2008-02-281-0/+1
* | Merge branch 'maint'Theodore Ts'o2008-02-271-1/+6
|\|
| * debugfs: Fix find_free_block to avoid reporting the block more than onceTheodore Ts'o2008-02-271-1/+6
* | Merge branch 'maint' into nextTheodore Ts'o2008-02-182-13/+41
|\|
| * debugfs: Add new superblock fields to the set_super_value commandTheodore Ts'o2008-02-181-6/+32
| * print "mostly-printable" xattr strings in debugfsEric Sandeen2008-02-181-7/+9
* | Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fsTheodore Ts'o2008-02-184-6/+9
* | Allow debugfs to be extended for use by test programsTheodore Ts'o2008-02-181-5/+16
* | debugfs: Fix error handling in strtoblk() and common_block_args_process()Theodore Ts'o2008-02-181-4/+7
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-271-14/+17
|\|
| * debugfs: Change lsdel to use ext2fs_block_iterate2 it can find large filesTheodore Ts'o2008-01-031-14/+17
* | debugfs: Add -p option to ls subcommand.Theodore Ts'o2008-01-042-4/+22
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-013-3/+26
|\|
| * debugfs: allow the undel command reallocate without linking the inodeTheodore Ts'o2008-01-012-3/+25
| * debugfs: Add #include <string.h> to pick up prototype for strcasecmpTheodore Ts'o2008-01-011-0/+1
* | Merge branch 'cl/remove-masix' into nextTheodore Ts'o2007-11-011-8/+0
|\ \
| * | debugfs: remove masix supportColy Li2007-11-011-8/+0
* | | Check fgets(3) return valueDmitry V. Levin2007-10-291-3/+6
|/ /