e2fsprogs/debugfs
Theodore Ts'o 08fd3f36c3 Add support in debugfs's set_field command to specify array specifiers for
fields to be set.  For example, to set i_block[2] for the resize inode to 
be 42, simply issue the debugfs command:

	set_inode <7> block[2] 42

Also added is the virtual field "bmap", which also takes an array index.
So to set the physical block mapping for logical block 1282 in the file
/test/inode to be 57, use the debugfs command:

	set_inode /test/inode bmap[1282] 57
2004-12-23 14:11:34 -05:00
..
ChangeLog Add support in debugfs's set_field command to specify array specifiers for 2004-12-23 14:11:34 -05:00
Makefile.in Enhance debugfs so that set_super_value can now set the wtime, mtime, 2004-12-21 20:37:36 -05:00
debug_cmds.ct Enhance debugfs so that set_super_value can now set the wtime, mtime, 2004-12-21 20:37:36 -05:00
debugfs.8.in Enhance debugfs so that set_super_value can now set the wtime, mtime, 2004-12-21 20:37:36 -05:00
debugfs.c debugfs.c (do_open_filesys): Fix obvious uninitialized variable 2004-11-29 17:35:58 -05:00
debugfs.h Enhance debugfs so that set_super_value can now set the wtime, mtime, 2004-12-21 20:37:36 -05:00
dump.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
htree.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
icheck.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
jfs_user.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
logdump.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
ls.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
lsdel.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
ncheck.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
set_fields.c Add support in debugfs's set_field command to specify array specifiers for 2004-12-23 14:11:34 -05:00
unused.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
util.c Fix stupid core dumping bug if the TZ environment variable isn't set. 2004-12-15 12:21:41 -05:00