Theodore Ts'o | 5c57647 | 1997-04-29 15:29:49 +0000 | [diff] [blame] | 1 | Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 2 | |
| 3 | * Release of E2fsprogs version 1.05 |
| 4 | |
Theodore Ts'o | fc6d9d5 | 1997-04-29 14:51:31 +0000 | [diff] [blame] | 5 | Mon Sep 9 23:05:11 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 6 | |
| 7 | * debugfs.c (unlink_file_by_name): If unlinking a file with a |
| 8 | directory path, correctly replace the slash with a NULL. |
| 9 | (do_show_debugfs_params): Don't try to print the open mode |
| 10 | if there's no filesystem opened (since that will cause a |
| 11 | core dump). |
| 12 | (main): Fix usage string; the -w and device elements are |
| 13 | independently optional. |
| 14 | |
| 15 | Tu Sep 3 15:09:39 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 16 | |
| 17 | * debugfs.c (main): Added -f option to debugfs, which takes a |
| 18 | command file of debugfs commands and executes them. |
| 19 | |
| 20 | Sat Aug 31 01:18:43 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 21 | |
| 22 | * debugfs.8.in: Heavily edited and improved manual page. |
| 23 | |
| 24 | * dump.c (dump_file): Improve the write function for writing out |
| 25 | the file, so that it is limited to the actual size of the |
| 26 | file, instead of outputing the nulls following the EOF. |
| 27 | Make sure dump_file does the right thing for files with holes. |
| 28 | (do_dump): Add support for the -p option to the dump |
| 29 | command, which attempts to preserve the owner and |
| 30 | permissions field. |
| 31 | |
| 32 | Fri Aug 30 14:56:59 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 33 | |
| 34 | * debugfs.c (main): Add -R option to debugfs, which allows it to |
| 35 | take a single debugfs command on the command line. |
| 36 | |
| 37 | Fri Aug 9 09:03:31 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 38 | |
| 39 | * debugfs.c (do_open_filesys): Set optind to 0 to reset getopt(), |
| 40 | to be complete correct. |
| 41 | (do_show_super_stats): Print OS type, volume label, last |
| 42 | mounted directory, and UUID. |
| 43 | (dump_inode): Print the fragment information in a |
| 44 | filesystem independent way. |
| 45 | (do_modify_inode): Modify the fragement information in a |
| 46 | filesystem independent way. |
| 47 | |
Theodore Ts'o | 62c06f7 | 1997-04-29 14:34:47 +0000 | [diff] [blame] | 48 | Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 49 | |
| 50 | * Release of E2fsprogs version 1.04 |
| 51 | |
| 52 | Wed May 3 20:41:26 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 53 | |
| 54 | * debugfs.c (dump_inode): Correctly print the translator on the hurd. |
| 55 | (do_modify_inode): Modify the translator block on the hurd. |
| 56 | |
Theodore Ts'o | 7f88b04 | 1997-04-26 14:48:50 +0000 | [diff] [blame] | 57 | Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu> |
| 58 | |
| 59 | * Release of E2fsprogs version 1.03 |
| 60 | |
Theodore Ts'o | 74becf3 | 1997-04-26 14:37:06 +0000 | [diff] [blame] | 61 | Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu> |
| 62 | |
| 63 | * Release of E2fsprogs version 1.02 |
| 64 | |
| 65 | Fri Dec 1 22:42:31 1995 <tytso@rsts-11.mit.edu> |
| 66 | |
| 67 | * Makefile.in (LIBS): Rearrange the order of the libraries to be |
| 68 | linked, so that -lext2fs is before -lcom_err. |
| 69 | |
Theodore Ts'o | 50e1e10 | 1997-04-26 13:58:21 +0000 | [diff] [blame] | 70 | Thu Oct 26 12:05:06 1995 <tytso@rsts-11.mit.edu> |
| 71 | |
| 72 | * Makefile.in (install): Strip programs when they are installed. |
| 73 | |
| 74 | Fri Aug 18 15:09:08 1995 Theodore Y. Ts'o <tytso@dcl> |
| 75 | |
| 76 | * debugfs.c (do_find_free_block): Fix typo in code which checked |
| 77 | to see if the usage message should be printed. |
| 78 | |
| 79 | Thu Aug 17 22:55:58 1995 <tytso@rsts-11.mit.edu> |
| 80 | |
| 81 | * debugfs.c (do_open_filesys): Change to always set optreset to 1, |
| 82 | to make BSD getopt()'s happy. Also set optind to 1, which |
| 83 | should make more getopt()'s happy. |
| 84 | |
| 85 | Fri Aug 11 08:45:01 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu> |
| 86 | |
| 87 | * debugfs.c (do_find_free_block, do_find_free_inode): Fix bug in |
| 88 | the usage handling where "ffi ?" or "ffb ?" would |
| 89 | dereference a NULL pointer. |
| 90 | |
| 91 | Fri Aug 11 14:21:07 1995 Remy Card <card@bbj> |
| 92 | |
| 93 | * debugfs.8: Updated date and version number. |
| 94 | |
| 95 | Thu Aug 10 14:28:50 1995 Remy Card <card@bbj> |
| 96 | |
| 97 | * debugfs.8: Fixed a spelling error in Ted's name :-) |
| 98 | |
| 99 | Mon Jun 12 19:08:25 1995 Theodore Y. Ts'o (tytso@dcl) |
| 100 | |
| 101 | * debugfs.c, ncheck.c, icheck.c, lsdel.c, dump.c: Include |
| 102 | <errno.h> (if it exists) |
| 103 | |
| 104 | * debugfs.c, dump.c, icheck.c, lsdel.c, ncheck.c: Don't include |
| 105 | <getopt.h> if it doesn't exist. |
| 106 | |
| 107 | Sun Jun 11 15:21:07 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu> |
| 108 | |
| 109 | * ncheck.c (do_ncheck): Use LINUX_S_ISDIR instead of S_ISDIR |
| 110 | |
| 111 | * debugfs.c: Implement the mknod and write commands (from Linus). |
| 112 | |
| 113 | Change names of modify_char, modify_short, and modify_long |
| 114 | to be modify_u8, modify_u16, and modify_u32, respectively. |
| 115 | |
| 116 | Thu Jun 8 12:29:15 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> |
| 117 | |
| 118 | * debugfs.c (dump_inode): Only print out inode frag fields if |
| 119 | HAVE_EXT2_FRAGS is defined (by configure). Don't print out the |
| 120 | reserved field at all for now. |
| 121 | |
| 122 | * Makefile.in: Rewritten to conform to GNU coding standards and |
| 123 | support separate compilation directories. |
| 124 | |
Theodore Ts'o | 6f4a109 | 1997-04-26 13:32:25 +0000 | [diff] [blame] | 125 | Thu Nov 24 17:46:23 1994 Theodore Y. Ts'o (tytso@rt-11) |
| 126 | |
| 127 | * dump.c: Added two new commands, "dump" and "cat", which allow |
| 128 | the user to dump the contents of an inode to a file or to |
| 129 | stdout, respectively. |
| 130 | |
| 131 | |