aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-181-7/+9
|\|
| * 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-181-3/+3
* | Allow debugfs to be extended for use by test programsTheodore Ts'o2008-02-181-5/+16
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-011-3/+4
|\|
| * debugfs: allow the undel command reallocate without linking the inodeTheodore Ts'o2008-01-011-3/+4
* | 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
|/ /
* / Fix gcc -Wall warningsTheodore Ts'o2007-08-031-12/+12
|/
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-251-9/+12
* Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen2007-05-081-1/+1
* Handle large setb/testb/freeb commands in debugfsEric Sandeen2007-04-101-3/+3
* [COVERITY] Handle potential case in debugfs if ext2fs_get_pathname returns NULLBrian Behlendorf2007-03-291-4/+12
* Allow the debugfs lcd command to work w/o a filesystem being openTheodore Ts'o2007-03-071-2/+3
* Use the newer add/remove_error_table com_err interfacesTheodore Ts'o2006-12-261-1/+2
* Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o2006-11-121-2/+2
* On-disk format definition for huge filesTheodore Ts'o2006-11-111-12/+14
* debugfs "stat" should print unsigned values for xattrsAndreas Dilger2006-06-211-2/+2
* Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o2006-05-081-2/+23
* Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato2006-03-181-20/+21
* Add an option to debugfs to open filesystems in exclusive modeTheodore Ts'o2006-03-181-1/+4
* Fix various gcc -Wall complaints.Theodore Ts'o2005-12-101-36/+36
* New debugfs command: set_current_timeTheodore Ts'o2005-09-241-3/+25
* Fix compile warning in do_stat() from previous fix.Theodore Ts'o2005-05-061-1/+1
* debugfs.c (do_stat): Check to make sure a filesystem is openTheodore Ts'o2005-05-051-0/+3
* Make debugfs's stat command print the size of the extra inode fields,Theodore Ts'o2005-03-211-0/+1
* Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we createTheodore Ts'o2005-03-201-2/+2
* Enhance debugfs's stat command so it can dump extended attributesTheodore Ts'o2005-03-201-6/+87
* debugfs.c (do_open_filesys): Fix obvious uninitialized variableTheodore Ts'o2004-11-291-1/+1
* debugfs.c (kill_file_by_inode): Only iterate over the inode toTheodore Ts'o2004-11-191-0/+2
* Add ability for debugfs to use a separate source of data blocks whenTheodore Ts'o2004-07-281-6/+43
* debugfs.c (make_link): Set the filetype information when creatingTheodore Ts'o2004-03-201-4/+38
* debugfs.c (internal_dump_inode): Display the major/minor deviceTheodore Ts'o2004-02-231-2/+25
* Fix libext2fs and debugfs to correctly deal with symlinks that haveTheodore Ts'o2004-02-211-1/+1
* debugfs.c (do_write, do_mkdir): If the directory is full,Theodore Ts'o2003-12-111-10/+27
* debugfs.c (do_write): Mask off the file type bits, and OR in theTheodore Ts'o2003-12-071-1/+1
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-071-16/+22
* Fixx gcc -Wall nitpicks.Theodore Ts'o2003-07-061-2/+2
* util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog:Theodore Ts'o2003-05-131-12/+3
* debugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs.8.in:Theodore Ts'o2003-05-051-0/+34
* Add to the ss (subsystem) library the ability to dynamically linkTheodore Ts'o2003-03-161-0/+1
* Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o2003-03-061-2/+2
* debugfs.c (do_write): Check to see if the filename exists beforeTheodore Ts'o2002-10-311-0/+7
* debugfs.c (do_show_super_stats): Calculate and print the numberTheodore Ts'o2002-07-151-1/+5
* debugfs.c (do_rmdir), debugfs.8.in: Implement the rmdir command.Theodore Ts'o2002-07-091-10/+88
* Add a new command "bmap" to debugfs which calculates the logical->physical bl...Theodore Ts'o2002-05-111-3/+27
* Two bug fixes to debugfs, courtesy of Jaroslav Drzik <jdrzik@host.sk> for sug...Theodore Ts'o2002-03-051-1/+3