Whamcloud - gitweb
ChangeLog, debug_cmds.ct, debugfs.8.in, debugfs.c, dump.c, ls.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 27 May 2000 15:15:40 +0000 (15:15 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 27 May 2000 15:15:40 +0000 (15:15 +0000)
commit2e8d40d562ec93d68505800a46c5b9dcc229264e
treebf8ed86faf47684b7770eb006f8b6b22ddd1b743
parentd647a1ea4db5fa4e4ed48573c63a1bde56e071db
ChangeLog, debug_cmds.ct, debugfs.8.in, debugfs.c, dump.c, ls.c:
  debugfs.8.in: Documented new behaviour.
  ls.c (ls_l_file): Fix Y2K bug -- was printing 22-May-100 for recent
   files.  Switched to 4-digit years.
  dump.c, debug_cmds.ct (do_rdump): Add new debugfs command "rdump",
   which recursively dumps a directory and its contents.
   (fix_perms): New function.  Break permission-fixing code out of
   dump_file() so it can be called by rdump code as well.
   (dump_file): Call fix_perms().
  debugfs.c, debug_cmds.ct (do_lcd): Add new debugfs command "lcd",
   which changes the cwd on the native filesystem.
  debugfs.c (open_filesystem): Extra args for superblock, blocksize, and
   catastrophic mode.  Changed callers.
   (do_open_filesys, main): Accept new -b, -s, -c options for
   open_filesystem.
ChangeLog, mkdir.c:
  mkdir.c (ext2fs_mkdir): Read the parent directory's inode earlier, so
   that if there's an error reading it, we can more cleanly back out of
   the operation.
version.h:
  Update version file for WIP release.
debugfs/ChangeLog
debugfs/debug_cmds.ct
debugfs/debugfs.8.in
debugfs/debugfs.c
debugfs/dump.c
debugfs/ls.c
lib/ext2fs/ChangeLog
lib/ext2fs/mkdir.c
version.h