blob: 70d5e6cf09a6f7a070c6ef11878b5e3bb956b148 [file] [log] [blame]
Theodore Ts'o9b2d5e92004-03-21 20:40:20 -050012004-03-21 Theodore Ts'o <tytso@mit.edu>
2
3 * blkid.c: Remove the partially implemented -p option (it never
4 did anything, but was documented in the man page and the
5 usage display).
6
Theodore Ts'o67508772004-03-20 16:14:46 -050072004-03-20 Theodore Ts'o <tytso@mit.edu>
8
Theodore Ts'o89279982004-03-20 16:30:10 -05009 * blkid.c (main, print_tags): Add new option -o which allows the
10 user to control the output format of blkid.
11
Theodore Ts'o67508772004-03-20 16:14:46 -050012 * mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741)
13
Theodore Ts'o8ac59292004-03-08 14:18:56 -0500142004-03-08 Theodore Ts'o <tytso@mit.edu>
15
16 * e2image.8.in: Update manpage to detail that writing to stdout is
17 currently only supported when writing a raw image dump.
18 (Addresses Debian bug #236383)
19
Theodore Ts'o5bec5742004-03-04 20:30:16 -0500202004-03-04 Theodore Ts'o <tytso@mit.edu>
21
22 * logsave.c (main): Use setsid() to avoid getting killed by init
23 (run_program): Add a newline after reporting the exit code
24 or signal when the program exits.
25
Theodore Ts'o167af992004-02-28 08:20:41 -0500262004-02-28 Theodore Ts'o <tytso@mit.edu>
27
Theodore Ts'ob70b1162004-02-28 10:52:35 -050028 * Release of E2fsprogs 1.35
29
302004-02-28 Theodore Ts'o <tytso@mit.edu>
31
Theodore Ts'o167af992004-02-28 08:20:41 -050032 * badblocks.c (main): Change the default number of blocks tested
33 at once from 16 to 64. (Addresses Debian bug #232240)
34
Theodore Ts'o023cbb32004-02-26 21:06:58 -0500352004-02-26 Theodore Ts'o <tytso@mit.edu>
36
Theodore Ts'o6b394c12004-02-26 21:08:06 -050037 * filefrag.c: Fix gcc -Wall nits.
38
Theodore Ts'o023cbb32004-02-26 21:06:58 -050039 * badblocks.c (pattern_fill): Fix bug accidentally added when
40 fixing up gcc -Wall nits. badblocks -t random was not
41 getting handled properly because ~0 needed to be cast to
42 an unsigned long instead of an unsigned char. (Addresses
43 Debian bug #234828)
44
Theodore Ts'o993aa112004-02-21 21:02:15 -0500452004-02-21 Theodore Ts'o <tytso@mit.edu>
46
47 * fsck.c (execute): Use '&&' instead of '&'. (It didn't cause a
48 problem because we got lucky, but let's do things right.
49 Fix from Thomas Woerner at Red Hat.)
50
Theodore Ts'od605ba12004-02-03 19:18:03 -0500512004-02-03 Theodore Ts'o <tytso@mit.edu>
52
53 * filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
54 actually compiles on Linux. (Addresses Debian bug
55 #230992)
56
Theodore Ts'o2e5a1b92004-01-31 20:27:36 -0500572004-01-31 Theodore Ts'o <tytso@mit.edu>
58
59 * chattr.1.in: Clarify man page.
60
61 * chattr.1.in, dumpe2fs.8.in, lsattr.1.in, mklost+found.8.in,
62 tune2fs.8.in: List Theodore Ts'o <tytso@alum.mit.edu> as
63 the current maintainer.
64
Theodore Ts'o2293a4d2004-01-20 13:39:01 -0500652004-01-20 root <tytso@mit.edu>
66
67 * chattr.c (main): Add support for '--' to stop options
68 processing. (Addresses Debian bug #225188).
69
Theodore Ts'o64c90ee2003-12-26 13:56:14 -0500702003-12-26 Theodore Ts'o <tytso@mit.edu>
71
Theodore Ts'ocf119022003-12-26 14:03:20 -050072 * chattr.1.in: Update text indicating the 'c', 's', and 'u'
73 attributes are not currently supported to remove any
74 mention of a specific kernel version. (Addresses Debian
75 bug #214920)
76
Theodore Ts'o64c90ee2003-12-26 13:56:14 -050077 * fsck.8.in: Update text describing "standard" options supported
78 by filesystem-specific checkers. (Addresses Debian bug
79 #222606)
80
Theodore Ts'o477b2352003-12-25 14:31:08 -0500812003-12-25 Theodore Ts'o <tytso@mit.edu>
82
83 * Makefile.in: Add filefrag program to the list of programs
84 installed in /usr/sbin.
85
Theodore Ts'oc65e54b2003-12-11 11:31:48 -0500862003-12-11 Theodore Ts'o <tytso@thunk.org>
87
88 * tune2fs.8.in: Fix some whitespace errors in the command synopsis.
89
Theodore Ts'o54434922003-12-07 01:28:50 -0500902003-12-07 Theodore Ts'o <tytso@mit.edu>
91
Theodore Ts'o1e6e4c52003-12-07 02:28:24 -050092 * mke2fs.c (PRS): Fix mke2fs -V so that it prints the version banner.
93
Theodore Ts'o54434922003-12-07 01:28:50 -050094 * badblocks.c, blkid.c, chattr.c, dumpe2fs.c, e2image.c, fsck.c,
95 fsck.h, lsattr.c, mke2fs.c, nls-enable.h, tune2fs.c,
96 util.c: Fix gcc -Wall nitpicks.
97
Theodore Ts'o817e49e2003-11-21 09:10:29 -0500982003-09-13 Theodore Ts'o <tytso@mit.edu>
99
100 * tune2fs.c (parse_e2label_options, parse_tune2fs_options,
101 do_findfs): Check the returned name from blkid_get_devname and
102 print an error if the requested LABEL/UUID does not exist.
103
Theodore Ts'oef344e12003-11-21 09:02:21 -05001042003-09-03 Theodore Ts'o <tytso@mit.edu>
105
106 * dumpe2fs.c (list_desc): Use ext2fs_super_and_bgd_loc to
107 determine the locations of the superblock and block group
108 descriptors.
109
Theodore Ts'od07b1502003-11-20 18:34:20 -05001102003-11-20 Theodore Ts'o <tytso@mit.edu>
111
112 * util.c (check_plausibility): Support 2.6 kernel header files,
113 instead of having the build to crash. (Addresses Debian
114 bug #221778)
115
Theodore Ts'o1cca86f2003-09-01 09:28:18 -04001162003-09-01 Theodore Ts'o <tytso@mit.edu>
117
118 * mke2fs.c (progress_init, progress_update): If the environment
119 variable MKE2FS_SKIP_PROGRESS is set, then don't print out
120 a progress bar; for regression test support.
121 (PRS): If the environment variable MKE2FS_DEVICE_SECTSIZE
122 is set, then override the device sector size. Again for
123 regression test support.
124 (main): If the environment variable MKE2FS_SKIP_CHECK_MSG
125 is set, then skip printing an information messages about
126 when the filesystem will be checked, since this number is
127 random and screws up the regression test expect script.
128
Theodore Ts'o79120f82003-08-31 20:56:57 -04001292003-08-31 Theodore Ts'o <tytso@mit.edu>
130
131 * mke2fs.c (set_fs_defaults): Fix bug which caused -T largefile or
132 -T largefile4 to core dump due to a division by zero
133 error. (Addressed Debian bug #207082)
134
Theodore Ts'oa7ac1df2003-08-24 17:56:41 -04001352003-08-24 Theodore Ts'o <tytso@mit.edu>
136
137 * dumpe2fs.8.in, e2image.8.in, e2label.8.in, mke2fs.8.in,
138 tune2fs.8.in: Adjust description line so that apropos
139 "ext2" or "ext3" will find the man page. (Addresses
140 Debian Bug #206845)
141
Theodore Ts'o1f9a60c2003-08-01 00:58:00 -04001422003-08-01 Theodore Ts'o <tytso@mit.edu>
143
144 * badblocks.c (set_o_direct): Add check to make sure the file
145 offset of the device is page aligned. (Addresses Debian
146 Bug #203713)
147
148 * badblocks.c (test_ro, test_rw): Add code to recover after an
149 error so that we continue reading on page-aligned
150 boundaries. (Thanks to Philippe Troin <phil@fifi.org> for
151 the patch.)
152
Theodore Ts'odc058712003-07-25 07:39:33 -04001532003-07-25 Theodore Ts'o <tytso@mit.edu>
154
Theodore Ts'o9c7ec172003-07-26 01:03:34 -0400155 * Release of E2fsprogs 1.34
156
1572003-07-25 Theodore Ts'o <tytso@mit.edu>
158
Theodore Ts'ocf7d5f12003-07-25 17:39:51 -0400159 * mke2fs.c (PRS): Add warning if using -j and the blocksize is
160 greater than 4096, since some kernels don't support ext3
161 with large block sizes. (Addresses Debian bug #193773)
162
Theodore Ts'odc058712003-07-25 07:39:33 -0400163 * badblocks.c (set_o_direct): Remove debugging printf. (Addresses
164 Debian bug #201499)
165
Theodore Ts'o5e38fed2003-07-21 20:43:21 -04001662003-07-21 Theodore Ts'o <tytso@mit.edu>
167
168 * fsck.c (wait_many): Rename wait_all() to wait_many(), and have
169 new semantics: WAIT_ALL vs. WAIT_ATLEAST_ONE. This fixes
170 a bug where when fsck is waiting for another partition on
171 the same spindle, it spins wasting a lot of CPU.
172
Theodore Ts'o11393002003-07-12 01:58:12 -04001732003-07-12 Theodore Ts'o <tytso@mit.edu>
174
Theodore Ts'o1c29b092003-07-12 16:01:45 -0400175 * badblocks.c (do_read, do_write, test_rw): Change the read/write
176 test to honor the -c option (number of blocks at a time).
177 do_read and do_write will try to turn on the O_DIRECT flag
178 if it appears that it is possible to use it. (Addresses
179 Debian bug #198006)
180
Theodore Ts'o11393002003-07-12 01:58:12 -0400181 * mke2fs.c (set_fs_defaults): If sector_size is 0, don't use it to
182 set the blocksize to zero. This causes MD devices to fail
183 since they don't support the BLKSSZGET ioctl. (Addresses
184 Debian bug #196734)
185
Theodore Ts'o48e6e812003-07-06 00:36:48 -04001862003-07-06 Theodore Ts'o <tytso@mit.edu>
187
Theodore Ts'oa7ccdff2003-07-08 18:03:48 -0400188 * mke2fs.c (PRS, main): If CONFIG_TESTIO_DEBUG, then use the
189 testio manager.
190
191 * mke2fs.c (PRS): Round down the default filesystem size so that
192 it is an even multiple of the page size, to work around
193 buffer cache kernel bug.
194
Theodore Ts'o48e6e812003-07-06 00:36:48 -0400195 * badblocks.c: Fix gcc -Wall nitpicks (signed/unsigned type issues)
196
197 * blkid.c: Fix gcc -Wall nitpicks (missing #include <string.h>)
198
Theodore Ts'o93d5c382003-05-21 17:28:29 -04001992003-05-21 Theodore Ts'o <tytso@mit.edu>
200
201 * mke2fs.c (PRS, set_fs_defaults): If the sector size of the
202 device is larger than the default block size, then use the
203 sector size of the device as the default block size.
204
Theodore Ts'o84c05452003-05-18 01:11:52 -04002052003-05-18 Theodore Ts'o <tytso@mit.edu>
206
207 * badblocks.c: Use an unsigned integer to support 4-byte test
208 patterns with the high bit set. Let the user explicitly
209 specify a random pattern with the argument "random".
210
Theodore Ts'o6d40f562003-05-07 08:35:38 -04002112003-05-07 Theodore Ts'o <tytso@mit.edu>
212
213 * badblocks.c (test_rw): Fix minor memory leak with test_rw() is
214 called for multiple passes.
215 (test_nd): Fix bug in chosing randomness for the
216 non-destructive test. We were only using 1 bit of
217 randomness per byte instead of 8 due to a bit-shift bug.
218 Also, initialize the random number generator from the time
219 in main(). Thanks to Thayne Harbaugh for pointing out
220 these bugs.
221
Theodore Ts'o849b6bc2003-05-07 09:52:14 -0400222 * badblocks.c, badblocks.8.in: Functional enhancements contributed
223 by Thayne Harbaugh. These patches allow the -t option to
224 control the test pattern(s) used when checking the disk.
225 Test patterns may be specified in all modes (r/w, r/o and
226 non-destructive).
227
Theodore Ts'o2a29f132003-05-05 12:08:47 -04002282003-05-05 Theodore Ts'o <tytso@mit.edu>
229
230 * tune2fs.c (main, add_journal_device, remove_journal_device): If
231 --enable-testio-debug is set, then use the test_io manager
232 so we can watch what tune2fs is doing.
233
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002342003-05-03 Theodore Ts'o <tytso@mit.edu>
235
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400236 * uuidgen.c (main): Add setup functions for NLS support.
237
238 * e2image.c (write_header), mke2fs.c (PRS): Add missing space in
239 displayed message.
240
241 * badblocks.c (usage), findsuper.c (main), util.c
242 (parse_journal_opts): Fix typo in usage string.
243
Theodore Ts'obc7c14e2003-05-03 16:40:09 -0400244 * tune2fs.c (parse_time): Add portability code to work around lack
245 of strptime().
246
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400247 * Makefile.in: Add $(LIBINTL) to the link line so we can support
248 using the internal gettext library.
249
250 * nls-enable.h: Add #ifndef protection around LOCALEDIR definition.
251
Theodore Ts'o71df0dc2003-04-21 16:17:09 -04002522003-04-21 Theodore Ts'o <tytso@mit.edu>
253
254 * Release of E2fsprogs 1.33
255
Theodore Ts'ofc56eee2003-04-18 07:32:00 -04002562003-04-18 Theodore Ts'o <tytso@mit.edu>
257
258 * Makefile.in (uuidgen): Avoid linking lsattr and chattr against
259 libext2fs, and avoid linking blkid against any of the ext2
260 libraries.
261
Theodore Ts'o814dc052003-04-17 21:58:27 -04002622003-04-17 Theodore Ts'o <tytso@mit.edu>
263
264 * Makefile.in (fsck): Fsck does not need to linked against the
265 ext2 libraries anymore.
266
Theodore Ts'obc34d6b2003-04-16 14:05:06 -04002672003-04-16 Theodore Ts'o <tytso@mit.edu>
268
Theodore Ts'o2ecaaf62003-04-16 16:13:58 -0400269 * fsck.c (main): Put stdout and stderr into non-buffered mode to
270 avoid cosmetic problems when running fsck under logsave.
271
Theodore Ts'o38798572003-04-16 15:29:39 -0400272 * mke2fs.c (PRS): Avoid printing the version banner for mke2fs if
273 the -q option is specified. (Addresses Debian bug #172716)
274
Theodore Ts'obc34d6b2003-04-16 14:05:06 -0400275 * logsave.c: Add support for the -a option (only partially
276 implemented previously). Always log the command-line and
277 start and stop time to the log file. Add support for the
278 -s option, which skips text bracketed between control-A
279 and control-B characters.
280
Theodore Ts'of9ddad52003-04-14 18:05:12 -04002812003-04-14 Theodore Ts'o <tytso@mit.edu>
282
283 * logsave.c: New program which saves the output of a command in a
284 log file, even if the containing directory hasn't been
285 mounted yet (in which case the it saves the output in
286 memory until it can write out the logfile).
287
Theodore Ts'occbed852003-04-11 13:32:31 -04002882003-04-11 Theodore Ts'o <tytso@mit.edu>
289
Theodore Ts'oc5290fa2003-04-11 22:10:50 -0400290 * mke2fs.c (PRS): If the argument to -b is negative, treat it as a
291 minimum blocksize. (Feature requested by EVMS developers
292 for mainframe DASD's that do not support 1k blocksizes.)
293
Theodore Ts'o5e055412003-04-11 14:00:53 -0400294 * mke2fs.8.in: Document the -g option. (Addresses Debian bug #188318)
295
Theodore Ts'o5e804b72003-04-11 13:46:57 -0400296 * mke2fs.c (PRS): Fix bug where mke2fs was incorrectly checking
297 the argument to the -g option, if the default block size
298 is used. (Addresses Debian bug #188319)
299
Theodore Ts'occbed852003-04-11 13:32:31 -0400300 * tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem
301 feature which can be used with the -O option.
302
Theodore Ts'oee828a92003-04-06 23:08:47 -04003032003-04-06 Theodore Ts'o <tytso@mit.edu>
304
305 * fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore,
306 main): Don't evaluate the filesystem type when loading the
307 fstab file, since that might cause fsck to hang trying to
308 read from a floppy disk. (Addresses Debian bug #187812)
309 Add tmpfs and devpts to filesystems that should be
310 ignored, and add jfs, reseirfs, and xfs as filesystems
311 types where we should complain if we can't find the fsck
312 program for that filesystem type.
313
Theodore Ts'occ4f98e2003-04-03 11:37:46 -05003142003-04-03 Theodore Ts'o <tytso@mit.edu>
315
316 * badblocks.c (bb_output): Flush output to the badblocks
317 output file as bad blocks are discovered.
318
Theodore Ts'ofc05eb02003-03-25 23:02:34 -05003192003-03-25 Theodore Ts'o <tytso@mit.edu>
320
321 * chattr.1.in: Clarified the description of the 't' (no tail)
322 attribute. (Addresses Debian bug #185945)
323
Theodore Ts'oe71d8732003-03-14 02:13:48 -05003242003-03-14 Theodore Ts'o <tytso@mit.edu>
325
326 * fsck.c: And #ifdef protection around #include of malloc.h
327
Theodore Ts'oeca53e32003-03-14 00:38:45 -05003282003-03-13 Theodore Ts'o <tytso@mit.edu>
329
330 * e2image.c (write_raw_image_file): Include blocks from slow
331 symbolic links in the raw image file.
332
Theodore Ts'o332f2c22003-03-06 12:58:33 -05003332003-03-06 <tytso@mit.edu>
334
335 * tune2fs.c (parse_tune2fs_options, parse_e2label_options): Allow
336 the device name to be specified using LABEL=xxx or
337 UUID=xxx, since we're including the blkid library anyway.
338 (Addresses Debian bugs #166048, #179671)
Theodore Ts'o77be4d22003-03-06 12:39:55 -0500339
340 * tune2fs.8.in, chattr.1.in: Minor man page fixes (Addresses
341 Debian bugs #175233, #175113, and #170497)
342
Theodore Ts'oed78c022003-03-06 11:09:18 -05003432003-03-06 Theodore Tso <tytso@mit.edu>
344
345 * Makefile.in (DEPLIBS_BLKID): Use DEPLIBUUID, not LIBUUID to
346 avoid depending on -lsocket on Solaris.
347
Theodore Ts'oed1b33e2003-03-01 19:29:01 -05003482003-03-01 Theodore Ts'o <tytso@mit.edu>
349
350 * fsck.c, util.c, tune2fs.c, Makefile.in: Use the blkid library
351 instead of the specialized functions in
352 get-device-by-label.c and fstype.c.
353
354 * base_device.c (base_device): Take a const char* as an argument.
355
356 * blkid.c: Remove deprecated -d option,
357
Theodore Ts'o98999c32003-02-16 00:47:07 -05003582003-02-16 Theodore Ts'o <tytso@mit.edu>
359
360 * blkid.c: Update to reflect renaming of blkid_get_devname() to
361 blkid_get_dev(), and blkid_get_token() to
362 blkid_get_devname().
363
Theodore Ts'o19445ef2003-01-29 21:04:52 -05003642003-01-29 Theodore Ts'o <tytso@mit.edu>
365
366 * badblocks.8.in: Fix grammar nit.
367
Theodore Ts'o7a603aa2003-01-26 01:54:39 -05003682003-01-26 Theodore Ts'o <tytso@mit.edu>
369
370 * blkid.c (main): Modify blkid to use the new libblkid public
371 interfaces.
372
Theodore Ts'oe12f2ae2003-01-23 16:45:16 -05003732003-01-23 Theodore Ts'o <tytso@mit.edu>
374
375 * Makefile.in: Integrate in new blkid library.
376
Theodore Ts'o76ea3a22003-01-22 19:55:59 -05003772003-01-22 Theodore Ts'o <tytso@mit.edu>
378
379 * fsck.c (parse_fstab_line, parse_escape): Add support for
380 backslash escaping in /etc/fstab. (i.e., so that \040
381 will work.)
382
Theodore Ts'o54779c62002-11-13 07:00:16 -05003832002-11-12 Theodore Ts'o <tytso@mit.edu>
384
385 * mke2fs.c (PRS): Don't enable the dir_index feature by default;
386 the ext2 code on 2.4 kernels (but not 2.2 kernels, and not
387 the 2.4 ext3 code) accidentally had the backwards
388 compatibility support for dir_indexing removed.
389
Theodore Ts'o38513012002-11-09 15:00:56 -05003902002-11-09 Theodore Ts'o <tytso@mit.edu>
391
392 * Release of E2fsprogs 1.32
393
Theodore Ts'o51f8f8d2002-11-08 20:02:21 -05003942002-11-08 Theodore Ts'o <tytso@mit.edu>
395
Theodore Ts'oae65b292002-11-08 20:08:48 -0500396 * Release of E2fsprogs 1.31
397
3982002-11-08 Theodore Ts'o <tytso@mit.edu>
399
Theodore Ts'o51f8f8d2002-11-08 20:02:21 -0500400 * chattr.1.in: Update man page.
401
Theodore Ts'o5d823a42002-11-01 02:13:53 -05004022002-10-31 Theodore Ts'o <tytso@mit.edu>
403
404 * Release of E2fsprogs 1.30
405
Theodore Ts'oa2c8bf92002-11-01 02:01:41 -05004062002-11-01 Theodore Ts'o <tytso@mit.edu>
407
408 * chattr.c, chattr.1.in: Add support for a new inode flag, which
409 is to be used for indicating the top of directory
410 hierarchies for the Orlov block allocator.
411
Theodore Ts'of68b3b02002-10-31 15:30:26 -05004122002-10-31 Theodore Ts'o <tytso@mit.edu>
413
414 * get_device_by_label.c (read_partitions): Pay attention to
415 partitions returned in /proc/partitions that begin with
416 with the string "lvm".
417
Theodore Ts'o76dd5e52002-10-30 23:07:21 -05004182002-10-30 Theodore Ts'o <tytso@mit.edu>
419
Theodore Ts'o482afc42002-10-31 03:32:34 -0500420 * Makefile.in (install): Search all compression extensions when
421 deleting old man pages.
422
Theodore Ts'o76dd5e52002-10-30 23:07:21 -0500423 * dumpe2fs.c (list_desc): Fix bug in algorithm which determined
424 which blocks are used as backup superblock and block group
425 descriptors.
426
427 * mke2fs.c (PRS): Fix bug which checked the tmp pointer
428 erreoneously (and needlessly).
429
Theodore Ts'o1d4c7942002-10-28 16:52:12 -05004302002-10-28 <tytso@snap.thunk.org>
431
432 * fsck.c (main): Fix bug reported by Gregory Mutt. Multiple
433 filesystems explicitly specified on the command line were
434 not being checked in parallel, due to a logic bug
435 introduced in to support the FSCK_MAX_INST environment
436 variable.
437
Theodore Ts'od90a23e2002-10-25 17:07:11 -04004382002-10-25 Theodore Ts'o <tytso@mit.edu>
439
440 * dumpe2fs.c (list_desc, main): Make dumpe2fs more robust so that
441 if there is an error reading the block/inode bitmaps, it
442 will still print out the contents of the block group
443 descriptors.
444
Theodore Ts'oc046ac72002-10-20 00:38:57 -04004452002-10-20 Theodore Ts'o <tytso@valinux.com>
446
447 * dumpe2fs.c (list_desc), mke2fs.c (PRS), e2image.c
448 (mark_table_blocks): Add support for the meta_blockgroup
449 filesystem format.
450
Theodore Ts'oa0c3fd52002-10-15 17:43:43 -04004512002-10-15 <tytso@snap.thunk.org>
452
453 * tune2fs.8.in, tune2fs.c (update_mntopts, main): Add new option
454 'o' which allows the system administrator to specify
455 default mount options.
456
Theodore Ts'o3e699062002-10-13 23:56:28 -04004572002-10-13 Theodore Ts'o <tytso@mit.edu>
458
459 * get_device_by_label.c (read_partitions): Use a 16k buffer to
460 read in /proc/partitions in one go.
461
462 * badblocks.c, fsck.c, fstype.c, get_device_by_label.c,
463 tune2fs.c: Fix gcc -Wall nits.
464
Theodore Ts'o64aecc42002-10-11 17:44:12 -04004652002-10-11 Theodore Ts'o <tytso@mit.edu>
466
467 * mklost+found.c (main): Make sure the lost+found directory is
468 created with 0700 permissions.
469
Theodore Ts'o3432a912002-10-02 17:47:08 -04004702002-10-02 Theodore Ts'o <tytso@mit.edu>
471
472 * e2image.c (write_raw_image_file): Handle a bad block in the
473 inode table correctly.
474
Theodore Ts'o41ec7bb2002-09-29 22:37:40 -04004752002-09-29 Theodore Ts'o <tytso@mit.edu>
476
Theodore Ts'odbfb3f02002-09-29 22:42:27 -0400477 * get_device_by_label.c: Applied sourceforge patch #613447, which
478 adds support for reiserfs volumes for LABEL= and UUID=
479 fstab entries.
480
Theodore Ts'o41ec7bb2002-09-29 22:37:40 -0400481 * badblocks.c (main): Appled sourceforge patch #600451, which
482 addresses sourceforge bug #600388, by AEF. This allows
483 badblocks to work correctly on read-only devices such as
484 CD-ROM's, DVD's, etc.
485
Theodore Ts'o82b39c92002-09-29 19:08:38 -04004862002-09-24 Theodore Ts'o <tytso@mit.edu>
487
488 * mke2fs.8.in, tune2fs.8.in: Clarify manual pages about using the
489 caret ('^') character to negate feature sets when using
490 the -O option. Define the has_journal feature to avoid
491 confusion about what ^has_journal means.
492
Theodore Ts'oc6633052002-09-24 01:26:50 -04004932001-09-24 Theodore Tso <tytso@mit.edu>
494
495 * Release of E2fsprogs 1.29
496
Theodore Ts'o84bd5502002-09-24 00:13:19 -04004972002-09-24 Theodore Ts'o <tytso@mit.edu>
498
499 * fsck.c: If the bone-headed user enters the filename twice, the
500 -R option which skips the root filesystem will skip all of
501 them. (Addresses Debian bug #159423). Note! This is not
502 a precedent for dealing intelligently with any other kind
503 of doubled entry in /etc/fstab!
504
Theodore Ts'o843049c2002-09-22 15:37:40 -04005052002-09-22 root <tytso@mit.edu>
506
507 * mke2fs.c (main): Enable directory indexing by default.
508
509 * tune2fs.c (update_feature_set): Allow directory indexing flag to
510 be set. If so, set the default hash to be TEA, and
511 initialize the hash seed to a random value.
512
Theodore Ts'of9e4abf2002-09-21 06:46:43 -04005132002-09-21 Theodore Ts'o <tytso@mit.edu>
514
515 * get_device_by_label.c (init_lvm): Fix bug which caused
516 LABEL='xxx' to not work correctly when using LVM.
517 (Reversed sense of error check reported by ateeq@hotpop.com)
518
Theodore Ts'o87ee8dc2002-08-31 03:02:57 -04005192001-08-31 Theodore Tso <tytso@thunk.org>
520
521 * Release of E2fsprogs 1.28
522
Theodore Ts'of044b4d2002-08-17 13:32:21 -04005232002-08-17 Theodore Ts'o <tytso@mit.edu>
524
Theodore Ts'o118d7da2002-08-17 23:01:22 -0400525 * findfs.8.in: New man page.
526
527 * tune2fs.c (do_findfs): If tune2fs is executed with argv[0] set
528 to findfs, then it will interpret argv[1] as one of
529 LABEL=xxx or UUID=xxx and translate it to a device name.
530
531 * get_device_by_label.c (uuidcache_init): Moved code which
532 interpreted /proc/partitions into read_partitions(), and
533 then added support for interpreting /proc/evms/volumes in
534 read_evms(). uuidcache_init() calls both read_evms() and
535 read_partitions().
536
Theodore Ts'o1f22ce32002-08-17 18:16:29 -0400537 * mke2fs.8.in: Add a common usage of the -n option. (Addresses
538 Debian Bug #146437)
539
Theodore Ts'oa1411352002-08-17 17:39:39 -0400540 * fsck.c (main): If no filesystems are specified on the command
541 line, default to -As. (Addresses Debian Bug #153102)
542
543 * badblocks.8.in: Clarify why it's bad to do a non-destructive
544 test on a r/o mounted filesystem. (Addresses Debian Bug
545 #131350)
546
Theodore Ts'o023d1112002-08-17 14:44:56 -0400547 * chattr.1.in: Document the compression attribute flags E, X, and
548 Z, and explain that chattr can't set or set these flags.
549 (Addresses Debian Bug #151990)
550
Theodore Ts'of044b4d2002-08-17 13:32:21 -0400551 * fsck.8.in: Fix typo in man page, and clarified text regarding
552 options specifiers for -t option. (Addresses Debian bug
553 #145044)
554
555 * mke2fs.c (main): If there is a problem zeroing blocks at the end
556 of the filesystem, don't abort mke2fs. Addresses Debian
557 bug #155007.
558
Theodore Ts'oed909bb2002-08-16 17:03:59 -04005592002-08-16 Theodore Ts'o <tytso@mit.edu>
560
561 * e2image.c (write_raw_image_file): Check for an extended
562 attribute block before checking for has_valid_blocks.
563
Theodore Ts'o4cae0452002-07-21 14:14:03 -04005642002-07-21 Theodore Ts'o <tytso@mit.edu>
565
566 * fsck.8.in: Document new fsck exit code, FSCK_CANCELED.
567
568 * fsck.c: Trap SIGINT and SIGTERM, and relay it to all of the
569 child fsck processes.
570
Theodore Ts'o70988102002-07-14 08:00:00 -04005712002-07-14 Theodore Ts'o <tytso@mit.edu>
572
573 * mke2fs.c (zap_sector): Clear the buffer *after* testing for the
574 BSD sector label. Otherwise the first 512 bytes don't get
575 zapped. (Addresses Debian bug #147256.)
576
Theodore Ts'of0865ce2002-07-02 10:08:27 -04005772002-07-02 Theodore Ts'o <tytso@mit.edu>
578
579 * mke2fs.8.in: Cleaned up man page, and made it a bit more
580 OS-agnostic. Addresses Debian bug #144621. Hope this
581 makes the Hurd whiners happy. :-)
582
Theodore Ts'o5cfd7402002-06-28 10:47:24 -04005832002-06-28 Theodore Ts'o <tytso@mit.edu>
584
585 * chattr.1.in: Fix man page typo. (Addresses Debian bug #141938)
586
Theodore Ts'o88372d52002-06-15 18:58:39 -04005872002-06-15 Theodore Ts'o <tytso@mit.edu>
588
589 * chattr.c: Applied patch from Andrew to support the dirsync flag.
590
Andreas Dilgerb21bf262002-06-10 11:05:56 -06005912002-05-22 Andreas Dilger <adilger@clusterfs.com>
592
593 * mke2fs.c (set_fs_defaults): make the default inode ratio at most
594 one inode per block for large blocksizes.
595
Theodore Ts'o31e29a12002-05-17 10:53:07 -04005962002-05-17 Theodore Ts'o <tytso@mit.edu>
597
598 * mke2fs.c (PRS): Determine the page size using sysconf() at
599 runtime, instead of using the Linux system header files.
600
6012002-05-16 Andreas Dilger <adilger@clusterfs.com>
602
603 * mke2fs.c (PRS): Allow blocksizes larger than 4k to be specified,
604 with warning printed and the user questioned if blocksize
605 is larger than the system's page size according to the
606 Linux kernel header files. Added better checking for
607 valid inode sizes, and again print a warning message if
608 using a large inode size (since most kernels today don't
609 support this yet).
610
6112002-04-30 Theodore Ts'o <tytso@mit.edu>
Theodore Ts'o7de65772002-04-30 20:22:32 -0400612
613 * fsck.8.in: Fix typo in man page.
614
Theodore Ts'o7ef3bb82002-03-08 03:01:53 -05006152002-03-08 Theodore Tso <tytso@mit.edu>
616
Theodore Ts'oa8e77242002-03-08 03:12:14 -0500617 * Release of E2fsprogs 1.27
618
6192002-03-08 Theodore Tso <tytso@mit.edu>
620
Theodore Ts'o7ef3bb82002-03-08 03:01:53 -0500621 * mke2fs.c: Check for the BSD disklabel on all architectures, and
622 also check the byte-swapped magic number as well.
623
Theodore Ts'o756df352002-03-07 20:52:12 -05006242002-03-07 Theodore Tso <tytso@mit.edu>
625
Theodore Ts'o66938372002-03-08 00:14:46 -0500626 * mke2fs.c: Output warnings to stderr
627 (From Philipp Thomas <pthomas@suse.de>)
628
Theodore Ts'o546a1ff2002-03-07 23:52:56 -0500629 * base_device.c (main): Fix gcc -Wall complaints in debug code.
630
Theodore Ts'o756df352002-03-07 20:52:12 -0500631 * mke2fs.c (zap_sector): Don't erase BSD disklabels on Alpha.
632 (From Thorsten Kukuk <kukuk@suse.de>)
633
Theodore Ts'o14308a52002-03-05 03:26:52 -05006342002-03-04 Philipp Thomas <pthomas@suse.de>
635
636 * chattr.c (main), fsck.c (main), mke2fs.c (main), findsuper.c
637 (main), dumpe2fs.c (main), lsattr.c (main), partinfo.c (main),
638 tune2fs.c (main), mklost+found.c (main), badblocks.c
639 (main), e2image.c (main): Newer libintl needs LC_CTYPE to
640 be set in addition to LC_MESSAGES.
641
Andreas Dilger0072f8d2002-02-25 23:11:26 -07006422002-02-25 Andreas Dilger <adilger@clusterfs.com>
643
644 * mke2fs.c: Add check for mkfs.ext3 and create a journal in
645 this case.
646
Theodore Ts'o57173d02002-02-26 14:59:39 -05006472002-02-24 Theodore Tso <tytso@mit.edu>
Theodore Ts'ob9f40922002-02-24 03:08:57 -0500648
649 * Makefile.in (install): Install hard links for man pages for
650 mkfs.ext2 and mkfs.ext3. Also install hard link for
651 mkfs.ext3. Remove any compressed man pages before
652 installing the man pages.
653
Theodore Ts'o57173d02002-02-26 14:59:39 -05006542002-02-23 Theodore Tso <tytso@mit.edu>
Theodore Ts'o541d1732002-02-23 21:23:26 -0500655
656 * badblocks.8.in: Clarify man page's description of the -f option
657
Theodore Ts'o57173d02002-02-26 14:59:39 -05006582002-02-12 Theodore Tso <tytso@mit.edu>
Theodore Ts'o7d4343d2002-02-12 02:34:44 -0500659
660 * get_device_by_label.c: Since on non-STDC compilers, we define
661 away const, include get_device_by_label.h after we include
662 fsck.h.
663
664 * Makefile.in (base_device): Remove use of $<, which is
665 non-portable.
666
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05006672002-02-03 Theodore Tso <tytso@thunk.org>
668
669 * Release of E2fsprogs 1.26
670
6712002-02-03 Theodore Tso <tytso@mit.edu>
Theodore Ts'o5599c2f2002-02-03 00:08:52 -0500672
673 * fsck.c (interpret_type): Allow filesystems types of the form
674 "ext3,ext2", etc.
675
676 * fstype.c (identify_fs): Add support for only searching for a
677 specified list of filesystems. Also add support for
678 identifying reiserfs filesystems.
679
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05006802002-01-29 Theodore Tso <tytso@mit.edu>
Theodore Ts'oa1069112002-01-29 12:49:14 -0500681
682 * fsck.c: Allow the number of outstanding processes fs-specific
683 fsck programs to be capped via the FSCK_MAX_INST
684 envrionment variable.
685
686 * fsck.8.in: Document all of the environment variables used by fsck.
687
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05006882002-01-27 Theodore Tso <tytso@mit.edu>
Theodore Ts'o177ab2b2002-01-27 18:23:49 -0500689
690 * tune2fs.8.in: Document the -f flag to tune2fs.
691
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05006922002-01-02 Theodore Tso <tytso@mit.edu>
Theodore Ts'o5493a272002-01-02 14:15:35 -0500693
694 * badblocks.c (main): Open the device as O_RDWR if possible, since
695 fsync() isn't guaranteed to work if the filesystem is
696 opened read-only.
697
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05006982001-12-26 Theodore Tso <tytso@mit.edu>
Theodore Ts'od4de4aa2001-12-26 08:58:01 -0500699
700 * tune2fs.8.in, tune2fs.c (parse_tune2fs_options, main): Add
701 support for new option, -T, which allows the user to set
702 the last checked time on the filesystem.
703
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007042001-12-24 Theodore Tso <tytso@mit.edu>
Theodore Ts'o6a525062001-12-24 09:40:00 -0500705
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500706 * mke2fs.c (main, test_disk): If two -c options are
707 specified, then perform a destructive read/write test
708 of the disk.
709
710 * mke2fs.8.in: Document the double -c option; also encourage users
711 to use -c instead of the -l/-L options since it's too hard
712 for users to get things like the blocksize parameter correct.
713
714 * badblocks.8.in: Encourage users to use the -c option in mke2fs
715 and e2fsck instead of running badblocks directly.
716
Theodore Ts'o6a525062001-12-24 09:40:00 -0500717 * mke2fs.c (create_lost_and_found): The lost+found directory is
718 now created with 0700 permissions, since files which get
719 dropped into that directory may have come from a protected
720 directory, and the system administrator may not deal with
721 immediately. (Addresses Debian bug #118443)
722
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007232001-12-23 Theodore Tso <tytso@mit.edu>
Theodore Ts'o19007e52001-12-23 19:33:51 -0500724
725 * Makefile.in, jfs_user.h: Move linux/jbd.h to
726 ext2fs/kernel-jbd.h, to avoid using the system header
727 file version of hbd.h when using diet glibc (since it
728 forcibly adds /usr/include to the beginning of the
729 include search path.)
730
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007312001-12-22 Theodore Tso <tytso@mit.edu>
Theodore Ts'oeaf4dc52001-12-22 00:04:22 -0500732
733 * get_device_by_label.c (init_lvm): Add support to read out
734 information from the LVM proc hierarchy, so that the UUID
735 cache can search the LVM logical volumes for UUID's,
736 labels, etc.
737
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007382001-12-21 Theodore Tso <tytso@mit.edu>
Theodore Ts'o0655b102001-12-21 23:59:46 -0500739
740 * dumpe2fs.c (list_bad_blocks): Change to not die if the listing
741 of the bad blocks can't be found. Slimmed down dumpe2fs
742 by eliminating duplicate code paths.
743
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007442001-12-16 Theodore Tso <tytso@mit.edu>
Theodore Ts'o8cf93332001-12-16 02:23:36 -0500745
Theodore Ts'o4ea7bd02001-12-16 23:23:37 -0500746 * dumpe2fs.c (list_desc), fsck.c (fs_match),
747 get_device_by_label.c (get_label_uuid),
748 mke2fs.c (set_fs_defaults, zap_sector, PRS),
749 tune2fs.c (remove_journal_device, update_feature_set),
750 util.c (figure_journal_size), util.h: Fix gcc -Wall nits.
751
752 * e2image.c (write_raw_image_file): Fix gcc -Wall nits, and use
753 the stashed inode functions to optimize away system calls.
754
Theodore Ts'o8cf93332001-12-16 02:23:36 -0500755 * Makefile.in, jfs_user.h: linux/jfs.h has been renamed to
756 linux/jbd.h
757
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007582001-12-02 Theodore Tso <tytso@mit.edu>
Theodore Ts'oa5f0bb92001-12-02 19:29:35 +0100759
760 * dumpe2fs.c: Don't print the offset to the bitmap and inode table
761 if it's negative. Also did some generalized code clean up
762 to slim it down the support of the -x option.
763
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007642001-11-24 Theodore Tso <tytso@mit.edu>
Theodore Ts'oa36cf922001-11-24 16:13:49 -0500765
766 * e2image.8.in: Fix cut-and-paste typo (Addresses Debian bug
767 #119624)
768
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007692001-11-13 Theodore Tso <tytso@mit.edu>
Theodore Ts'o6ef39202001-11-13 18:49:09 -0500770
771 * util.c (check_plausibility): Use stat64 if available so that
772 check_plausibility() works with files > 2GB.
773
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007742001-11-05 Theodore Tso <tytso@mit.edu>
Theodore Ts'o6430bd62001-11-05 18:58:46 -0500775
Theodore Ts'ob3f5b4c2001-11-05 19:22:02 -0500776 * chattr.1.in: Update the man page to document the EXT2_NOTAIL_FL
777 flag.
778
779 * chattr.c: Add support for the EXT2_NOTAIL_FL flag.
780
Theodore Ts'o6430bd62001-11-05 18:58:46 -0500781 * fsck.c (interpret_type): If the "auto" type is specified, make
782 sure interpet_device() is called so that device
783 specifications which use LABEL= or UUID= are translated
784 into a real device name.
785
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05007862001-10-12 Theodore Tso <tytso@mit.edu>
Theodore Ts'oe3ef3502001-11-05 18:57:43 -0500787
788 * e2image.c (output_meta_data_blocks): Optimize away excess
789 lseek() calls when creating a sparse file. Fewer system
790 calls are a good thing. <g>
791
Andreas Dilger568101f2001-10-13 01:22:25 -06007922001-10-07 Andreas Dilger <adilger@turbolinux.com>
793
794 * mke2fs.c (main): Always exit with non-zero code in case of error.
795
796 * mke2fs.c (zap_sector): Check that buffer allocation succeeded.
797
Theodore Ts'ofbf91112001-09-20 10:47:47 -04007982001-09-20 Theodore Tso <tytso@thunk.org>
799
800 * Release of E2fsprogs 1.25
801
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05008022001-09-19 Theodore Tso <tytso@mit.edu>
Theodore Ts'o39567c42001-09-19 15:28:21 -0400803
Theodore Ts'of6a6afc2001-09-19 18:27:39 -0400804 * tune2fs.c (remove_journal_inode): Remove dead code that wasn't
805 in use.
806
Theodore Ts'o39567c42001-09-19 15:28:21 -0400807 * tune2fs.8.in: Update man page to reflect the fact that adding or
808 removing a journal doesn't require running e2fsck.
809
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -05008102001-09-13 Theodore Tso <tytso@mit.edu>
Theodore Ts'o3f85f652001-09-17 10:38:06 -0400811
812 * mke2fs.c (zap_sector): Allocate sufficient space for
813 zero-filled buffer.
814
Theodore Ts'ofb707752001-09-04 15:00:37 -04008152001-09-02 Theodore Tso <tytso@thunk.org>
816
817 * Release of E2fsprogs 1.24a
818
Andreas Dilger9d8e6342001-08-31 10:24:46 -06008192001-08-31 Andreas Dilger <adilger@turbolinux.com>
820
821 * mke2fs.c (main): Fix version format string.
822
Theodore Ts'o109624a2001-08-31 00:59:55 -04008232001-08-30 Theodore Tso <tytso@thunk.org>
824
825 * Release of E2fsprogs 1.24
826
Theodore Ts'o177a9ac2001-08-30 18:07:40 -04008272001-08-30 Theodore Tso <tytso@valinux.com>
828
829 * badblocks.8.in: Fix spelling typo. (Addresses Debian bug #110621)
830
Theodore Ts'o04a96852001-08-30 21:55:26 -0400831 * mke2fs.c (zap_sector): Now takes a third argument, which is how
832 many sectors to clear out. Fixed up Andreas's patch to
833 make it a bit more efficient/compact.
834
Andreas Dilger59f27242001-08-30 15:39:04 -06008352001-08-30 Andreas Dilger <adilger@turbolinux.com>
836
837 * mke2fs.c (main): Zap the second sector of the disk, along with
838 any sectors in the same filesystem block after the superblock.
839 The latter will remove (for example) swapspace signatures
840 on 4kB+ blocksize filesystems. Also when zeroing the "end"
841 of the filesystem don't actually zero the start of a very
842 small device (less than 64 blocks).
843
Theodore Ts'o0f8973f2001-08-27 12:44:23 -04008442001-08-27 Theodore Tso <tytso@valinux.com>
845
Andreas Dilger59f27242001-08-30 15:39:04 -0600846 * fsck.c (main): Make version display consistent with the other
Theodore Ts'o0f8973f2001-08-27 12:44:23 -0400847 e2fsprogs programs.
848
849 * lsattr.c, chattr.c, mke2fs.c, tune2fs.c, dumpe2fs.c, e2image.c,
850 mklost+found.c: Remove EXT2FS_VERSION from the version
851 display, since it only confuses people.
852
Theodore Ts'oe843c762001-08-18 14:22:25 -04008532001-08-18 Theodore Tso <tytso@valinux.com>
854
855 * tune2fs.c (remove_journal_device): Remove unused variable
856 check_uuid.
857
858 * get_device_by_label.h: Define function prototype for
859 copy_string(), since this was moved from fsck.c to
860 get_device_by_label.c by Andreas's BK changeset.
861
Andreas Dilger2d155762001-08-17 03:48:11 -06008622001-08-17 Andreas Dilger <adilger@turbolinux.com>
863
864 * get_device_by_label.[ch], fsck.c, util.c: New interpret_spec()
865 function in get_device_by_label.c to allow the use of
866 UUID= or LABEL= when creating filesystems which use external
867 journal dev (e.g. mke2fs -J device=LABEL=<journal_label>).
868
869 * tune2fs.c: Use superblock s_journal_uuid to locate an external
870 journal device instead of s_journal_dev when removing it.
871 Allow opening journal devices to set the label and UUID
872 in the ext2 superblock.
873
874 * mke2fs.c, tune2fs.c: Free journal_device after use, as it is
875 malloc'd in interpret spec.
876
Theodore Ts'od2586682001-08-15 11:03:58 -04008772001-08-15 Theodore Tso <tytso@valinux.com>
878
Theodore Ts'o943ed872001-08-27 12:29:22 -0400879 * Release of E2fsprogs 1.23
880
8812001-08-15 Theodore Tso <tytso@valinux.com>
882
Theodore Ts'o7141b542001-08-15 19:17:37 -0400883 * tune2fs.c: Make sure that error messages are sent to stderr, and
884 normal messages are sent to stdout. (Addresses Debian bug
885 #108555.)
886
Theodore Ts'o1d349cc2001-08-15 19:06:55 -0400887 * fsck.8.in: Fixed error in synopsis of the man page.
888
Theodore Ts'o88f8af62001-08-15 18:39:51 -0400889 * fsck.c (check_all): Don't bother to interpret a device where the
Theodore Ts'o685c13f2001-08-15 19:04:59 -0400890 pass number is zero. (Addresses Debian bug #106696.)
891 (main): Print a warning message if there are no devices to
892 be checked. (Addresses Debian bug #107458.)
Theodore Ts'o88f8af62001-08-15 18:39:51 -0400893
Theodore Ts'of3561ed2001-08-15 11:58:16 -0400894 * mke2fs.c (PRS): Handle -O and -s options in line in the getopt
895 loop, so that -s and -O handling are a bit more intuitive.
896 (Not that they should be mixed anyway; -s is deprecated.)
897
Theodore Ts'od2586682001-08-15 11:03:58 -0400898 * tune2fs.c (parse_tune2fs_options): Give an error if -O is
899 specified more than once.
900
Theodore Ts'o085b02c2001-08-10 19:13:11 -04009012001-08-10 Theodore Tso <tytso@valinux.com>
902
903 * mke2fs.8.in: Slim down text describing the -O flag to remove
904 text that erroneously implied that all features
905 (including compatible flags) aren't compatible with older
906 kernels.
907
Theodore Ts'o6304baf2001-08-09 05:41:29 -04009082001-08-09 Theodore Tso <tytso@valinux.com>
909
Theodore Ts'oe8a447d2001-08-09 06:13:18 -0400910 * mke2fs.c (PRS): Fix bug pointed out by Christopher Niessen; if
911 mke2fs -O none is specified, the sparse_super feature
912 should not be present.
913
Theodore Ts'o6304baf2001-08-09 05:41:29 -0400914 * e2image.c, e2image.8.in: Add support for raw image files.
915
Theodore Ts'o8c97b0b2001-08-04 21:14:45 -04009162001-08-04 Andreas Dilger <root@lynx.adilger.int>
917
918 * mke2fs.c (PRS): Put check for JOURNAL_DEV before sparse_option,
919 so we don't set the sparse superblock flag on journal devices.
920
Theodore Ts'o194686b2001-07-31 12:03:23 -04009212001-07-31 Theodore Tso <tytso@valinux.com>
922
923 * tune2fs.c (update_feature_set, remove_journal_inode): If
924 removing an in-filesystem journal, clear out the journal
925 inode and update the filesystem accounting structures so
926 we don't have to run e2fsck to clean up after ourselves
927
Theodore Ts'ode49f012001-07-30 16:31:30 -04009282001-07-30 Theodore Tso <tytso@valinux.com>
929
930 * tune2fs.c (update_feature_set): Don't require a forced fsck if
931 we're removing an external journal from a filesystem.
932
Theodore Ts'o77dc4eb2001-07-27 22:00:18 -04009332001-07-27 Theodore Tso <tytso@valinux.com>
934
935 * mke2fs.c (PRS): If the blocksize is not specified and the
936 journal device is specified, use it to determine the
937 blocksize of the new filesystem.
938
Theodore Ts'o9b61b8c2001-07-20 14:25:23 -04009392001-07-20 Theodore Tso <tytso@valinux.com>
940
941 * fsck.8.in: Add much more explicit language documenting how the
942 fs_passno field in /etc/fstab is handled. (Addresses
943 Debian bug #30833).
944
Theodore Ts'oda376f52001-07-19 20:38:53 -04009452001-07-19 Theodore Tso <tytso@valinux.com>
946
947 * fstype.c (identify_fs): New file which looks at the superblock
948 of the filesystem to determines its type.
949
950 * fsck.c (fsck_device, ignore, interpret_type): Call identify_fs
951 if the type specified in /etc/fstab is "auto".
952
Theodore Ts'o67960132001-06-23 00:16:37 -04009532001-06-23 Theodore Tso <tytso@valinux.com>
954
955 * Release of E2fsprogs 1.22
956
Theodore Ts'of4f75ba2001-06-16 01:14:28 +00009572001-06-15 Theodore Tso <tytso@valinux.com>
958
959 * Release of E2fsprogs 1.21
960
Theodore Ts'o562ba5e2001-06-14 07:05:44 +00009612001-06-14 Theodore Tso <tytso@valinux.com>
962
963 * mke2fs.c (PRS): Remove unneeded test in when creating a external
964 filesystem journal.
965
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00009662001-06-13 Theodore Tso <tytso@valinux.com>
967
Theodore Ts'o66cf2f62001-06-14 06:42:44 +0000968 * tune2fs.c, mke2fs.c, util.c, util.h (print_check_message): Move
969 the message which displays how often the filesystem will
970 be checked from mke2fs into a utility subroutine. Then
971 cause tune2fs to call that function to display the message
972 after adding a journal to a filesystem.
973
974 * mke2fs.8.in: Add manual page fixups and explanation for why it's
975 good to check filesystems periodically from Andreas
976 Dilger.
977
Theodore Ts'ocdf186e2001-06-13 22:16:47 +0000978 * Makefile.in: Don't build e2image if --disable-imager is
979 specified to configure.
980
Theodore Ts'o28cf9042001-06-12 22:35:00 +00009812001-06-12 Theodore Tso <tytso@valinux.com>
982
Theodore Ts'ocbbf0312001-06-13 00:12:04 +0000983 * dumpe2fs.c: Use WORDS_BIGENDIAN to determine whether or not
984 we're (not) using i386 byte order.
985
986 * dumpe2fs.c, mke2fs.c: Stop using the compatibility badblocks
987 function, and use the ext2fs_badblocks_* functions
988 instead.
989
Theodore Ts'o28cf9042001-06-12 22:35:00 +0000990 * fsck.c (device_already_active): Fixed bug which can cause fsck
991 to core dump if there are a mix of devices with standard
Theodore Ts'o83d5abf2001-06-13 23:31:27 +0000992 and non-standard names. (Addresses Debian bug #100559)
Theodore Ts'o28cf9042001-06-12 22:35:00 +0000993
Theodore Ts'ob7056402001-06-08 02:53:20 +00009942001-06-07 Theodore Tso <tytso@valinux.com>
995
996 * chattr.c, lsattr.c: Don't use _FILE_BITS_OFFSET method of using
997 the 64-bit function, since this changes the expected size
998 of struct dirent. Instead use lseek64 explicitly.
999
Theodore Ts'o797f5ef2001-06-01 23:49:46 +000010002001-06-01 Theodore Tso <tytso@valinux.com>
1001
1002 * Makefile.in: Move include/asm/types.h.in to
Theodore Ts'o36a23e12001-06-02 00:54:10 +00001003 lib/ext2fs/ext2_types.h.in.
Theodore Ts'o797f5ef2001-06-01 23:49:46 +00001004
Theodore Ts'oe549d0a2001-05-25 16:38:48 +000010052001-05-25 Theodore Tso <tytso@valinux.com>
1006
Theodore Ts'obb185862001-05-25 17:35:00 +00001007 * Release of E2fsprogs 1.20
1008
10092001-05-25 Theodore Tso <tytso@valinux.com>
1010
Theodore Ts'oe549d0a2001-05-25 16:38:48 +00001011 * tune2fs.c (update_feature_set): Fix capitalization typo.
1012
Theodore Ts'oc7a24e42001-05-23 22:26:39 +000010132001-05-23 Theodore Tso <tytso@valinux.com>
1014
Theodore Ts'oa9bc79a2001-05-23 22:29:22 +00001015 * partinfo.c (main): Use unsigned long instead of long when
1016 querying the size of a device using the BLKGETSIZE ioctl,
1017 to remove the 1TB limit (and turn it into a 2TB limit :-)
1018
Theodore Ts'oc7a24e42001-05-23 22:26:39 +00001019 * fsck.c (compile_fs_type): Fix I18N compilation bug: use N_()
1020 instead of _() to initialize static variables.
1021
Theodore Ts'o07025ae2001-05-21 01:39:02 +000010222001-05-20 Theodore Tso <tytso@valinux.com>
1023
Theodore Ts'o10a32f12001-05-21 02:15:15 +00001024 * fsck.8.in, fsck.c (compile_fs_type, fs_type, ignore): Fix
1025 handling of -t option to be more intuitive. Also add
1026 support for the Mandrake -t loop hack. See man page
1027 for description of new -t semantics.
1028
Theodore Ts'o9164b862001-05-21 01:41:37 +00001029 * fsck.c (device_already_active): Fix bug in
1030 device_already_active which could cause infinite loops if
1031 we don't know the base_device of the filesystem.
1032
Theodore Ts'o07025ae2001-05-21 01:39:02 +00001033 * fsck.c: Make sure all exit status codes returned by fsck are
1034 consistent with the error codes documented in the fsck man
1035 page.
1036
Theodore Ts'o251395d2001-05-14 04:43:05 +000010372001-05-14 Theodore Tso <tytso@valinux.com>
1038
Theodore Ts'o54c637d2001-05-14 11:45:38 +00001039 * badblocks.c, chattr.c, dumpe2fs.c, e2image.c, findsuper.c,
1040 lsattr.c, mke2fs.c, mklost+found.c, tune2fs.c, util.c:
1041 Change location of ext2_fs.h to be ext2fs/ext2_fs.h
1042
Theodore Ts'o251395d2001-05-14 04:43:05 +00001043 * tune2fs.8.in: Fix typo's and make other clarifications suggested
1044 by Andreas Dilger.
1045
Theodore Ts'o1400bbb2001-05-14 04:19:25 +000010462001-05-11 Andreas Dilger <adilger@turbolinux.com>
1047
1048 * mke2fs.c: don't zap the superblock if we are running with noaction!
1049 Zap the end of the device to remove stale RAID superblocks.
1050
Theodore Ts'o8d641742001-05-14 04:12:27 +000010512001-05-14 Theodore Tso <tytso@valinux.com>
1052
1053 * tune2fs.c (update_feature_set): Clean up some printf messages.
1054
1055 * fsck.8.in, mke2fs.8.in, tune2fs.8.in: Fix typo's and make other
1056 clarifications suggested by Andreas Dilger.
1057
Theodore Ts'o14bbcbc2001-05-13 22:58:27 +000010582001-05-13 Theodore Tso <tytso@valinux.com>
1059
1060 * mke2fs.c (PRS): Integrated changes from Andreas Dilger which
1061 make the revision superblock field be set to the correct
1062 value depending on if superblock features are set.
1063
Theodore Ts'o6d56d512001-05-12 15:46:21 +000010642001-05-12 Theodore Tso <tytso@valinux.com>
1065
Theodore Ts'o69303722001-05-12 16:12:12 +00001066 * fsck.c (PRS): fsck -? now prints the usage message.
1067
Theodore Ts'o12da49c2001-05-12 15:49:17 +00001068 * badblocks.8.in, dumpe2fs.8.in, e2label.8.in, mke2fs.8.in,
1069 mklost+found.8.in, tune2fs.8.in: Fix typo; removed
1070 excess "anonymous" in the AVAILABILITY section.
1071
Theodore Ts'o6d56d512001-05-12 15:46:21 +00001072 * chattr.1.in, lsattr.1.in, uuidgen.1.in: Update URL location of
1073 e2fsprogs package.
1074
Theodore Ts'od71a4952001-05-07 16:53:26 +000010752001-05-07 Theodore Tso <tytso@valinux.com>
1076
1077 * util.c: Use specific check for HAVE_SYS_STAT_H.
1078
Theodore Ts'ocd130a02001-05-05 05:43:23 +000010792001-05-05 Theodore Tso <tytso@valinux.com>
1080
Theodore Ts'o609c9d02001-05-05 06:45:05 +00001081 * fsck.8.in: Add explicit language to describe how options get
1082 passed to filesystem-specific checkers.
1083
Theodore Ts'ocd130a02001-05-05 05:43:23 +00001084 * badblocks.8.in: Fixed man page to describe the first optional
1085 parameter to badblocks as last_block, instead of
1086 num_blocks. (Debian bug #87216)
1087
1088 * badblocks.c: Change the blocks_count variable to be last_count,
1089 which is a more accurate description of the variable.
1090
Theodore Ts'o095b4592001-05-03 13:33:11 +000010912001-05-03 Theodore Tso <tytso@valinux.com>
1092
Theodore Ts'o348e43d2001-05-03 14:43:43 +00001093 * e2image.8.in: New manual page
1094
1095 * badblocks.8.in, e2label.8.in, mke2fs.8.in mklost+found.8.in,
1096 tune2fs.8.in: Update location of e2fsprogs to be
1097 http://e2fsprogs.sourceforge.net.
1098
1099 * dumpe2fs.c (main): Add new flag, -i, which will allow dumpe2fs
1100 to dump out the filesystem statistics from an ext2 image
1101 file.
1102
Theodore Ts'o095b4592001-05-03 13:33:11 +00001103 * e2image.c (main): Fix format of e2image to be easier to be parse
1104 by ext2fs_open().
1105
Theodore Ts'o45d70862001-05-01 15:44:37 +000011062001-05-01 Theodore Tso <tytso@valinux.com>
1107
1108 * fsck.c (device_already_active): If we're not able to determine
1109 the base device, we should assume that the device is
1110 already active in order to force serialization.
1111
Theodore Ts'oce57f142001-04-26 04:25:39 +000011122001-04-26 Theodore Tso <tytso@valinux.com>
1113
1114 * tune2fs.c (parse_tune2fs_options): Interpret -c 0 as -c -1 (for
1115 backwards compatibility with older kernels). -c 0 makes
1116 more sense to users.
1117
Theodore Ts'o4d0f2282001-04-23 20:58:03 +000011182001-04-22 Theodore Tso <tytso@valinux.com>
1119
1120 * tune2fs.c (remove_journal_device): If the force flag is given,
1121 tune2fs will remove the journal device information from
1122 the superblock even if tune2fs failed to open the journal
1123 device or otherwise other failed to remove the filesystem
1124 from journal device.
1125 (parse_tune2fs_options): Fix -j option so that it works
1126 (it was missing the open_flag being set to EXT2_FLAG_RW).
1127 (main): Accept "-U clear" to set a null UID.
1128
Theodore Ts'ob10fd5e2001-04-22 03:47:23 +000011292001-04-21 Theodore Tso <tytso@valinux.com>
1130
Theodore Ts'o48015ce2001-04-22 03:58:32 +00001131 * mke2fs.8.in: Manual page cleanups. Temporarily comment out the
1132 documentation for the extern journal device support.
1133
Theodore Ts'ob10fd5e2001-04-22 03:47:23 +00001134 * mke2fs.c (usage): Remove the deprecated -s option from the usage
1135 message.
1136
Theodore Ts'o1d08d9b2001-04-17 01:01:49 +000011372001-04-16 Theodore Tso <tytso@valinux.com>
1138
Theodore Ts'o2103ea72001-04-21 20:53:43 +00001139 * mke2fs.c (main): Add better explanation about when the
1140 filesystem will be checked after it is created.
1141
Theodore Ts'od6a27e02001-04-17 02:34:41 +00001142 * util.c (parse_journal_opts): Remove code which allowed a bare
1143 number to be treated as a journal size.
1144
Theodore Ts'o1d08d9b2001-04-17 01:01:49 +00001145 * mke2fs.c, tune2fs.c: Add newlines to error messages so that they
1146 look nicer.
1147
Theodore Ts'od6a27e02001-04-17 02:34:41 +00001148 * mke2fs.c (create_journal_dev): Call
1149 ext2fs_create_journal_superblock() first, so if it's going
1150 to error out, the user finds out before waiting for the
1151 entire device to get zero'ed.
1152
Theodore Ts'o2537b6d2001-03-26 20:07:13 +000011532001-03-26 Theodore Tso <tytso@valinux.com>
1154
1155 * mke2fs.8.in, tune2fs.8.in: Change man paegs to document that the
Theodore Ts'o8d641742001-05-14 04:12:27 +00001156 journal must be bewteen 1024 and 102,400 file system
Theodore Ts'o2537b6d2001-03-26 20:07:13 +00001157 blocks.
1158
1159 * mke2fs.c, tune2fs.c: Change to use figure_journal_size()
1160
1161 * util.c, util.h (figure_journal_size): Change
1162 journal_default_size into routine which also converts the
1163 requested journal size into filesystem blocks and does
1164 bounds checking to make sure the journal is sized
1165 reasonably. Renamed function to journal_default_size.
1166 (parse_journal_opts): Remove bounds check for the journal
1167 size, since this is now done in figure_journal_size, and
1168 based on the number of filesystem blocks, as opposed to
1169 using the absolute size of the journal.
1170
Theodore Ts'o93345d12001-02-17 06:09:50 +000011712001-02-17 Theodore Tso <tytso@valinux.com>
1172
1173 * mke2fs.c (main): Flush out the "creating journal" message.
1174 Also handle the case where the default journal size
1175 returns zero blocks == no journal. Print out how often
1176 the filesystem will be checked.
1177
Theodore Ts'oc5423c52001-02-08 05:45:17 +000011782001-02-08 Theodore Tso <tytso@valinux.com>
1179
1180 * e2image.c (main): Add code to write the e2image header.
1181
Theodore Ts'offf18b42001-02-08 03:06:43 +000011822001-02-07 Theodore Tso <tytso@valinux.com>
1183
Theodore Ts'obe4244b2001-02-08 03:28:18 +00001184 * tune2fs.8.in: Update man page to reflect that 2.0.39 supports
1185 sparse_super.
1186
Theodore Ts'o8b164f92001-02-08 03:24:18 +00001187 * dumpe2fs.c (list_desc): Fix fencepost error when calculating the
1188 range of inode table blocks. Add '0x' to values printed
1189 in hex.
1190
Theodore Ts'offf18b42001-02-08 03:06:43 +00001191 * chattr.c, lsattr.c: Define the _LARGEFILE64_SOURCE to force the
1192 use of the LFS so that lstat will work on large files.
1193
Theodore Ts'o02088862001-01-18 01:44:19 +000011942001-01-17 Theodore Ts'o <tytso@valinux.com>
1195
Theodore Ts'odc2ec522001-01-18 01:51:15 +00001196 * tune2fs.c, mke2fs.c, tune2fs.8.in, mke2fs.8.in: Change user
1197 interface so that -J is used to specify journal options,
1198 and -j is used to request creation of a journal using
1199 default values. (This is a UI change, but we haven't done
1200 a formal release, and it makes things much more consistent
1201 with the rest of the options out there.)
1202
1203 * tune2fs.c: Add support for removing a filesystem from an
1204 external journal; we correctly remove the filesystem UUID
1205 from the external journal's filesystem list.
1206
Theodore Ts'o5683e6e2001-01-18 01:47:48 +00001207 * util.h, util.c (journal_default_size): New function from Andreas
1208 Dilger to calculate an appropriate default journal size
1209 given a filesystem size.
1210
1211 * util.c (parse_journal_opts): Allow the creation of a journal as
1212 small as 1MB.
1213
Theodore Ts'o02088862001-01-18 01:44:19 +00001214 * dumpe2fs.c (print_journal_information): Use s_first_data_block
1215 to find the correct block to read the journal superblock.
1216
Theodore Ts'o16ed5b32001-01-16 07:47:31 +000012172001-01-15 Theodore Ts'o <tytso@valinux.com>
1218
1219 * tune2fs.c: Changed the external journal code so that it simply
1220 adds a filesystem to a journal; the journal must have bene
1221 created via "mke2fs -O journal_dev /dev/XXX".
1222
1223 * mke2fs.c: Add support for creating an external journal device by
1224 using the command "mke2fs -O journal_dev /dev/XXX". Also
1225 changed the external journal code so -j device=/dev/XXX it
1226 simply adds a filesystem to that journal; the journal must
1227 have been created via separate step.
1228
1229 * dumpe2fs.c (print_journal_information): Add support for dumping
1230 information about an external journal device.
1231
Theodore Ts'o4055ef72001-01-14 16:11:14 +000012322001-01-14 Theodore Ts'o <tytso@valinux.com>
1233
Theodore Ts'o44c09c02001-01-14 17:02:09 +00001234 * mke2fs.c: Add new filesystem types, largefile and largefile4,
1235 for those filesystems whose average inode size is 1MB and
1236 4MB, respectively. Allow the inode ratio specified to be
1237 has high as 4MB. Make the s_max_mount_count vary between
1238 20 and 40, to avoid needing to check all of the
1239 filesystems at the same time. Add some random jitter to
1240 the s_max_mount_count value so that we avoid checking all
1241 of the filesystems at the same time when we reboot.
1242
Theodore Ts'o08dd8302001-01-14 16:25:58 +00001243 * tune2fs.8.in: Add description of the -j option.
1244
Theodore Ts'o4055ef72001-01-14 16:11:14 +00001245 * tune2fs.c (add_journal): Minor fixes from Andreas Dilger. Flush
1246 stdout after printing in-progress message.
1247 (main): Exit with status code 1 if we failed to determine
1248 the mount status of the device.
1249
Theodore Ts'odfcdc322001-01-11 15:38:00 +000012502001-01-11 <tytso@snap.thunk.org>
1251
Theodore Ts'oc8c071a2001-01-11 16:08:23 +00001252 * e2image.c, mke2fs.c, mklost+found.c, tune2fs.c, util.c,
1253 uuidgen.c: Fix gcc -Wall complaints, including one bug in
1254 tune2fs caused by a block automatic shadowing version of
1255 the variable we really wanted to use, which broke the
1256 logic testing to see if the filesystem was mounted.
1257
Theodore Ts'o4d404542001-01-11 16:04:59 +00001258 * badblocks.c (flush_bufs): Use ext2fs_sync_device() to sync and
1259 flush the device.
1260
Theodore Ts'odfcdc322001-01-11 15:38:00 +00001261 * mke2fs.c: Change ino_t to ext2_ino_t.
1262
Theodore Ts'o83238152001-01-09 00:16:26 +000012632001-01-08 <tytso@snap.thunk.org>
1264
1265 * Makefile.in, tune2fs.c: Move e2label functionality into tune2fs,
1266 using argv[0] as a dispatch. This allows e2label to be
1267 (more) safely used on mounted filesystems.
1268
Theodore Ts'o8820c792001-01-06 04:20:03 +000012692001-01-05 <tytso@snap.thunk.org>
1270
1271 * get_device_by_label.h (get_volume_label_by_spec): Add function
1272 prototype.
1273
1274 * get_device_by_label.c: Use string_copy() instead of strdup() for
1275 portability's sake. Fix a few other gcc -Wall
1276 complaints.
1277
1278 * fsck.c (string_copy): Export string_copy() extern.
1279
1280 * badblocks.c: Fix various gcc -Wall complaints, including
1281 an incorrect reference to sync in flush_bufs().
1282
Theodore Ts'o63985322001-01-03 17:02:13 +000012832001-01-03 <tytso@snap.thunk.org>
1284
1285 * tune2fs.c (update_feature_set, add_journal): Moved to separate
1286 functions. Added ability to add and remove the journal
1287 while the filesystem is live. Added support for setting
1288 a time-based UUID. Removed zero-initialized static variables.
1289
1290 * mke2fs.c, util.c, util.h (strcasecmp, proceed_question,
1291 check_plausibility, parse_journal_opts, check_mount):
1292 Moved functions to util.c so they can be used by tune2fs.
1293
1294 * mke2fs.c (main): Change ext2fs_add_journal_fs() to
1295 ext2fs_add_journal_inode() to reflect function renaming.
1296
Theodore Ts'ob21e38a2001-01-01 15:26:58 +000012972001-01-01 <tytso@snap.thunk.org>
1298
Theodore Ts'oef9abe52001-01-01 15:31:53 +00001299 * mke2fs.c, e2image.c: Removed references to struct ext2fs_sb to
1300 struct ext2_super_block.
1301
Theodore Ts'ob21e38a2001-01-01 15:26:58 +00001302 * tune2fs.c (main): Add support to allow HAS_JOURNAL flag to be
1303 cleared, but only if the filesystem is unmounted or
1304 mounted read-only. Changed struct ext2fs_sb to struct
Theodore Ts'oef9abe52001-01-01 15:31:53 +00001305 ext2_super_block, and cleaned up old code which was needed
1306 for old versions of ext2_fs.h (not needed since we're
1307 using our own version now).
Theodore Ts'ob21e38a2001-01-01 15:26:58 +00001308
Theodore Ts'o9a718842000-12-31 13:48:12 +000013092000-12-31 <tytso@snap.thunk.org>
1310
Theodore Ts'od4cf2fc2000-12-31 14:09:38 +00001311 * fsck.c (check_all): Call interpet_device to resolve LABEL= and
1312 UUID= right away so that the device_already_active() logic
1313 can do the right thing. Also cleaned up the the root
1314 filesystem logic checking code; fixed up a logic bug with
1315 the parallel_root option.
1316
Theodore Ts'of10748d2000-12-31 13:55:14 +00001317 * lsattr.1.in: Add pointer to chattr man page for definition of
1318 the file attributes.
1319
1320 * lsattr.c (list_attributes): Minor cleanup to smooth out logic
1321 flow. Also removed static initialized variables to zero.
1322
Theodore Ts'o9a718842000-12-31 13:48:12 +00001323 * chattr.c (decode_arg, get_flag): Use a table-driven method for
1324 decoding the ext2 file flags character options. Add
1325 support for the journaled data flag.
1326
1327 * chattr.1.in: Document the -j/+j/=j flag.
1328
Theodore Ts'o16ad3332000-12-31 03:21:56 +000013292000-12-30 <tytso@snap.thunk.org>
1330
1331 * mke2fs.8.in: Minor clarity edit.
1332
1333 * mke2fs.c (usage): Document the -j option.
1334 (main): Print the number blocks used in the journal.
1335
Theodore Ts'ob9fd8c12000-12-29 03:10:45 +000013362000-12-28 <tytso@snap.thunk.org>
1337
1338 * base_device.c (base_device): Add support for DAC960 device
1339 names.
1340
1341 * fsck.c (device_already_active): Handle the case where
1342 base_device doesn't know how to interpret the device name,
1343 instead of core dumping.
1344
Theodore Ts'o74a74d22000-12-09 14:33:29 +000013452000-12-09 <tytso@snap.thunk.org>
1346
Theodore Ts'od48755e2000-12-09 14:36:04 +00001347 * mke2fs.c (main, parse_journal_opts): Add support for creating V1
1348 superblocks. We now pass in a journal_flags field to the
1349 journal creation routines for this purpose.
1350
1351 * mke2fs.c: Remove zero initializers to save a few bytes from the
1352 executable image. (Are we excited yet?)
1353
Theodore Ts'o74a74d22000-12-09 14:33:29 +00001354 * findsuper.c: And non-subtle copyright licensing restriction to
1355 get Yann to remove this program from the Debian package. :-)
1356
Theodore Ts'o793e27d2000-12-03 06:33:56 +000013572000-12-03 <tytso@snap.thunk.org>
1358
1359 * fsck.c (device_already_active): Change to use new version of
1360 base_device() which now returns dynamically allocated
1361 memory.
1362
1363 * base_device.c (base_device): New version moved from fsck.c which
1364 now understands ugly devfs names. (Debian bug #65181)
1365
1366 * base_device.tst: Test case for base_device.c
1367
Theodore Ts'oe1c6b2f2000-12-02 06:19:33 +000013682000-12-02 <tytso@snap.thunk.org>
1369
Theodore Ts'o2d091792000-12-02 07:03:32 +00001370 * fsck.8.in: Add clarification that filesystems with a fs_passno
1371 of 0 are skipped with the -A option. (Debian wishlist/bug
1372 #63442)
1373
Theodore Ts'oe9f9dd82000-12-02 06:35:07 +00001374 * fsck.c (wait_one): When we let a new fsck take control of the
1375 console to display the progress bar, set FLAG_PROGRESS to
1376 so that fsck knows not to start new processes during an
1377 fsck pass with the progress bar. (Should fix debian bug
1378 #65267)
1379
Theodore Ts'oe1c6b2f2000-12-02 06:19:33 +00001380 * tune2fs.8.in: Add clarifying statement about converting user and
1381 group names to uid's before storing them in the
1382 superblock. (Debian bug #67446)
1383
Theodore Ts'o8ddaa662000-11-17 04:55:24 +000013842000-11-16 Theodore Ts'o <tytso@valinux.com>
1385
1386 * mke2fs.c(main): Expand the -j option so that it parses
1387 option=argument style options, and add support for
1388 creating filesystems with external journals.
1389
1390 * mke2fs.8.in: Document new syntax for the -j option.
1391
Theodore Ts'o72ed1262000-11-12 19:32:20 +000013922000-11-05 <tytso@snap.thunk.org>
1393
1394 * e2image.c, Makefile.in: New program which saves ext2 metadata to
1395 a file for people who need a last-ditch saving throw.
1396
Theodore Ts'o85ef4ae2000-10-24 19:33:45 +000013972000-10-24 <tytso@snap.thunk.org>
1398
Theodore Ts'of6f65832000-10-25 03:01:37 +00001399 * mke2fs.c (PRS): Applied Andreas Dilger's patch to make the -r -s
1400 handling a bit more sane. (Even though -s is deprecated
1401 at this point.)
1402
Theodore Ts'o0056be12000-10-25 02:24:33 +00001403 * get_device_by_label.c: Apply fix from Erik Troan to support 16
1404 character labels.
1405
Theodore Ts'o43819662000-10-25 02:06:09 +00001406 * fsck.c (device_already_active): Add a special case check for MD
1407 devices, so we don't try to check them in parallel with
1408 other devices.
1409
Theodore Ts'o85ef4ae2000-10-24 19:33:45 +00001410 * mke2fs.c (PRS, main), mke2fs.8.in: Add support for the -j
1411 option, which builds an ext2/3 filesystem with an ext3
1412 journal.
1413
Theodore Ts'oe294cf22000-10-24 18:41:44 +000014142000-10-24 <tytso@valinux.com>
1415
1416 * mke2fs.c (zap_sector): Fix really stupid typo which gcc 2.95
1417 didn't catch.
1418
Theodore Ts'o3f1e9a52000-09-12 21:21:52 +000014192000-09-12 <tytso@valinux.com>
1420
1421 * fsck.c: Add base device definitions for hd[e-h], for those
1422 systems with four IDE interfaces.
1423
Theodore Ts'od7e39b02000-09-11 17:01:35 +000014242000-09-11 <tytso@valinux.com>
1425
1426 * mke2fs.c (zap_sector): Fix error message printed when zap_sector
1427 fails.
1428
1429 * dumpe2fs.c (list_desc): Fixed format string bug when printing
1430 the inode table location in non-hex format.
1431
Theodore Ts'o556ccbd2000-08-20 19:11:05 +000014322000-08-20 <tytso@valinux.com>
1433
1434 * get_device_by_label.c: Add call to ext2fs_find_block_device if
1435 we can't find the device using the name given by
1436 /proc/partitions. (This can happen if devfs is compiled
1437 into the kernel, but not mounted.)
1438
Theodore Ts'o80c22c92000-08-14 15:32:11 +000014392000-06-27 Andreas Dilger <adilger@turbolabs.com>
1440
1441 * dumpe2fs.c (usage): add fhx options to usage message, add -x option
1442 to print out the per-group block numbers in hex, add line for
1443 location of primary/backup superblock and group descriptors
1444
1445 * mke2fs.c: rename max to group_blk_max avoid potential macro conflict
1446
Theodore Ts'oe41784e2000-08-14 14:44:15 +000014472000-08-14 <tytso@valinux.com>
1448
1449 * mke2fs.c (zap_sector): Change zap_bootsect to more general
1450 zap_sect.
1451 (main): Clear the superblock when starting mke2fs, to
1452 avoid leaving the filesystem in an inconsistent state.
1453
Theodore Ts'o28412de2000-07-27 02:45:55 +000014542000-07-26 <tytso@valinux.com>
1455
1456 * get_device_by_label.c: Improve /proc/partitions parsing in
1457 fsck, and speed up fsck -a.
1458
Theodore Ts'of9e67062000-07-13 23:25:54 +000014592000-07-13 <tytso@valinux.com>
1460
1461 * Release of E2fsprogs 1.19
1462
Theodore Ts'oa551b782000-07-13 22:05:31 +000014632000-07-13 <tytso@snap.thunk.org>
1464
1465 * badblocks.8.in: Added text explaining that the -n and -w options
1466 are mutually exclusive.
1467
1468 * badblocks.c (usage): Fix usage message to make it clear that the
1469 block count must be specified if the starting block is to
1470 be specified. (The starting block should be a option, in
1471 the long run.)
1472
1473 * badblocks.c (test_nd): Save and restore the currently_testing
1474 variable before going into the write verification loop.
1475 This avoids a loop termination problem if the last block
1476 on the disk is bad. Also, turn off the SIGALRM signal
1477 while restoring blocks after the user types ^C. The
1478 num_saved variable is now static so that it won't get
1479 clobbered by a longjmp. buf_used and bb_count are no
1480 longer static, since they aren't used by the cleanup
1481 routines anymore.
1482
1483 * badblocks.c (main): Removed an unsued varaible (buf_size).
1484 Fixed bad getopt argument that didn't allow the 'b' option
1485 to take an argument. Added error checking when parsing
1486 the starting block number. Fixed lint warning in fscanf
1487 format string.
1488
Theodore Ts'o35964b52000-07-06 13:19:43 +000014892000-07-06 Theodore Ts'o <tytso@valinux.com>
1490
Theodore Ts'o19c68912000-07-07 03:25:13 +00001491 * fsck.c (execute, wait_one): Treat fsck.ext3 the same as
1492 fsck.ext2 (because they are the same) for the purposes of
1493 the progress bar display logic.
1494
Theodore Ts'o45d9e2f2000-07-07 03:12:54 +00001495 * tune2fs.8.in: Update manual page to document what happens if
1496 max_mount_count is negative.
1497
1498 * tune2fs.c (main): Allow setting the maximal count value to be
1499 negative, since the kernel interprets that as forcing a
1500 check.
1501
Theodore Ts'o5b1519b2000-07-06 14:16:08 +00001502 * fsck.c (lookup, load_fs_info, check_all): Use lazy evaluation
1503 for calling interpret_device(), since this requires root
1504 privileges if the partitions need to be scanned.
1505 Otherwise, it's not possible to do non-proot fsck's for
1506 removeable devices such as floppies if there are any
1507 LABEL= or UUID= entries in /etc/fstab.
1508
Theodore Ts'o981dc562000-07-06 14:13:29 +00001509 * badblocks.c (check_mount, main): Check to see if the filesystem
1510 is mounted before doing a read/write or non-destructive
1511 test. This can be overriden using the new -f option.
1512
Theodore Ts'o35964b52000-07-06 13:19:43 +00001513 * badblocks.8.in: Update manual page to reflect that the
1514 blocks-count parameter is now optional. Also properly
Theodore Ts'o981dc562000-07-06 14:13:29 +00001515 document the start-block parameter. Added documentation
1516 for the -f option.
Theodore Ts'o35964b52000-07-06 13:19:43 +00001517
1518 * badblocks.c (main): Allow the blocks-count parameter to be
1519 optional. If it's not specified, use the size of the
1520 device as a default.
1521
Theodore Ts'od49a22b2000-07-06 00:31:27 +000015222000-07-05 Theodore Ts'o <tytso@valinux.com>
1523
1524 * badblocks.c (test_nd): Significantly simplify the logic so that
1525 it's more obviously what's going on. Fixed a few
1526 potential cases which weren't handled correctly in the
1527 old, overly complicated logic.
1528 (flush_bufs): Now doesn't take a second argument, and
1529 always forces a sync; this is required before it's really
1530 safe to call BLKFLSBUF, at least for some kernels.
1531
Theodore Ts'o26ab5312000-05-29 15:05:42 +000015322000-05-29 Theodore Ts'o <tytso@valinux.com>
1533
1534 * mke2fs.c (PRS): Add a much more specific error message if the
1535 filesystem size is defaulted and get_device_size returns a
1536 size of zero. Otherwise, users get a confusing "invalid
1537 argument while passed to ext2 library" error message.
1538
Theodore Ts'o4ea0a112000-05-08 13:33:17 +000015392000-05-08 Theodore Ts'o <tytso@valinux.com>
1540
Theodore Ts'oc96e5112000-05-08 14:47:15 +00001541 * fsck.c (interpret_device): Add better error messages if a UUID=
1542 or LABEL= specification is given.
1543
Theodore Ts'o4ea0a112000-05-08 13:33:17 +00001544 * mke2fs.c (main): We forcibly turn off the filetype feature if
1545 the OS is the hurd, since the hurd doesn't support it.
1546 (And since the hurd allows the transmogrification of files
1547 to special files and vice versa --- for no good reason
1548 that I can understand --- it can't support the filetype
1549 feature for the forseeable future, either.)
1550
1551 * mke2fs.c (proceed_question): Fix reversed sense of
1552 proceed_question that was busted due to the
1553 internationalization patch. Fixed bug where if
1554 proceed_question was called twice, the input buffer wasn't
1555 cleared of the previous question's newline.
1556
Theodore Ts'oe2207ce2000-04-06 21:51:18 +00001557Thu Apr 6 17:50:25 2000 Theodore Y. Ts'o <tytso@signal.thunk.org>
1558
1559 * badblocks.c (flush_bufs): Use fsync() if the system doesn't
1560 support fdatasync().
1561
Theodore Ts'offe4cab2000-04-03 13:27:41 +000015622000-04-03 Theodore Ts'o <tytso@valinux.com>
1563
Theodore Ts'o373b8332000-04-03 16:22:35 +00001564 * badblocks.c, dumpe2fs.c, e2label.c, mke2fs.c, tune2fs.c,
1565 uuidgen.c: For platforms that don't define optarg.h,
1566 manually define optarg and optind.
1567
Theodore Ts'o4d003982000-04-03 16:01:11 +00001568 * badblocks.8.in: Updated manual page with suggestions from David
1569 Beattie.
1570
1571 * badblocks.c (test_nd): Generalized cleanup and bug-fixes. We
1572 now explicitly clear out the signal handlers to prevent a
1573 longjmp to a deactivated stack frame.
1574 (test_rw): Fixed a signed vs. unsigned comparison error.
1575
Theodore Ts'offe4cab2000-04-03 13:27:41 +00001576 * badblocks.8.in, chattr.1.in, dumpe2fs.8.in, lsattr.1.in,
1577 mklost+found.8.in, tune2fs.8.in: Update Remy Card's e-mail
1578 address.
1579 chattr.1.in: Update which attributes aren't supported.
1580
Theodore Ts'oe1a0a3e2000-02-11 05:00:19 +000015812000-02-09 Theodore Ts'o <tytso@valinux.com>
1582
1583 * chattr.1.in:
1584 * lsattr.1.in: Change "version" to "version/generation number".
1585
1586 * chattr.1.in: Fix stupid file vs filesystem typo.
1587
1588 * tune2fs.c Fix spelling error (spare vs sparse).
1589
1590 * mke2fs.c (PRS): Add safety check to make sure the number of
1591 blocks doesn't exceed 32 bits on a 64 bit machine.
1592
1593 * chattr.c: Random cleanup; file-only variables are now static.
1594 Options for setting/clearings flags put into order, and
1595 #ifdef's removed (since we now use a built-in header
1596 file). Add error message if user tries to set and reset
1597 the same flag.
1598
1599 * lsattr.c: Random cleanup; file-only variables are now static.
1600 The -l "long" listing has been changed to look nicer.
1601 Options names have been renamed to be more descriptive.
1602
Theodore Ts'odd018f52000-02-06 23:57:07 +000016032000-02-06 Theodore Ts'o <tytso@valinux.com>
1604
Theodore Ts'od9c56d32000-02-08 00:47:55 +00001605 * badblocks.c, chattr.c, dumpe2fs.c, e2label.c, findsuper.c,
1606 fsck.c, get_device_by_label.c, lsattr.c, mke2fs.c,
1607 mklost+found.c, nls-enable.h, partinfo.c, tune2fs.c,
1608 uuidgen.c: Add Internationalization support as
1609 suggested by Marco d'Itri <md@linux.it>.
1610
Theodore Ts'odd018f52000-02-06 23:57:07 +00001611 * badblocks.c: Fix non-destructive read/write patches from David
1612 Beattie. Non-standard variable-length automatic arrays
1613 removed. Non-destrutive write test fixed so that logic is
1614 clearer and more provably correct. (I believe the old
1615 code had a bug where the disk data wasn't restored if it
1616 was interrupted at the wrong time.)
1617
1618 * badblocks.8.in: Document new options in man page.
1619
Theodore Ts'ob4ee1fb2000-02-02 19:08:51 +000016202000-02-02 Theodore Ts'o <tytso@valinux.com>
1621
1622 * fsck.c (interpret_device): If there was an attempt to interpret
1623 a device specification of the type "UUID=" or "LABEL=",
1624 and it fails, check to see if /proc/partitions is
1625 readable. If not, print a warning message about /proc
1626 perhaps not being mounted, and exit.
1627
1628 * mke2fs.c (check_plausibility): Remove unneeded #include of
1629 linux/fs.h. Add #define of MAJOR if necessary.
1630
1631 * partinfo.c: Remove unneeded #include of linux/fs.h
1632
Theodore Ts'o582134c2000-01-19 13:26:23 +000016332000-01-19 Theodore Ts'o <tytso@valinux.com>
1634
1635 * tune2fs.c (usage): Update the usage message to correctly
1636 document the -s option.
1637
Theodore Ts'o879ac922000-01-18 20:59:11 +000016382000-01-18 Theodore Ts'o <tytso@valinux.com>
1639
1640 * badblocks.c: Folded in patches David Beattie <dbeattie@usa.net>.
1641 Need to do cleanup before release: use of GCC extensions
1642 (dynamic arrays); unclean coding tricks (use of || instead
1643 of if statements, etc.). Comments from David Beattie:
1644
1645 "I added non-destructive write-testing, and quite a few
1646 other features. The non-destructive write testing,
1647 triggered by new "-n" command-line option, will write test
1648 patterns to the disk, but only after reading data off the
1649 disk into memory. Then, comparing the test patterns gives
1650 a result as to whether or not those sectors are reliable.
1651 Finally, the original data is written back.
1652
1653 To streamline this operation, I added another option, "-c
1654 blocks_at_once", which will give the number of disk blocks
1655 to process at one time (mnemonic--"count"). I made this
1656 default to 16 (as in the read-only testing mode), and also
1657 affect the read-only testing mode. Of course, read-only
1658 mode needs (count * block_size) amount of memory, and
1659 non-destructive read-write needs 3 times that much, so it
1660 makes sense to do the calculations and not overrun
1661 available RAM...I would have liked to implement and
1662 auto-memory-usage heuristic, but I have no idea if it's
1663 even possible to determine the amount of free memory on a
1664 Unix system except by reading /proc entries, and that
1665 didn't seem portable. I did NOT make this blocks_at_once
1666 affect the behavior of the test_rw routine, as it is
1667 processing the whole disk at once, anyway.
1668
1669 I *think* that I got higher detection rates on my hard
1670 drive using random test data than patterned test data, so
1671 my non-destructive mode initializes its test data buffer
1672 randomly.
1673
1674 I fixed a typo in flush_bufs that caused the ioctl
1675 BLKFLSBUF to never get compiled into the program.
1676
1677 Also, I added an "undocumented" (I didn't put it into the
1678 usage message; you can if you think it's useful) "-h"
1679 option to specify the host device to flush--useful if you
1680 want to test out my "non-destructive" code on something
1681 other than a hard drive, such as a file on a hard drive,
1682 and want the host hard drive to flush.
1683
1684 I provided support for an "input" file (via option "-i",
1685 similar to the "-o" option)...containing a list of
1686 already-known bad blocks; it will skip testing those
1687 blocks, thus adding speed to the bad block scan (on my
1688 computer, hitting a physically bad block causes a
1689 half-second-or-more freeze as the kernel waits for the
1690 hard drive to give up and reset itself; pretty annoying
1691 when you already know the block is bad from a previous
1692 scan).
1693
1694 Finally, the real killer, the persistent re-scan (option:
1695 "-p num_passes") that I created will, if desired,
1696 persistently re-scan the drive until it has completed a
1697 user-decidable number of passes in a row during which no
1698 new bad blocks are found. On my drive, I would see
1699 behavior that a certain percentage of bad blocks would be
1700 found with each pass (it was not reliable in the defective
1701 areas!), so I wanted it to check it over and over again
1702 until it didn't find any more, several times. Perhaps
1703 this will be useful to others. Defaults of course to
1704 zero, meaning it will stop after the first pass. I used
1705 "-p 2" on my drive, and it ran for 2 1/2 days...then used
1706 "-p 3" a couple days later and it ran for a few more
1707 hours, and since then the rest of my drive has been
1708 completely reliable.
1709
1710 Implementation of these last two features, "-i" and "-p",
1711 I did using a bb_list from libext2fs. I debated whether
1712 bad blocks input through "-i" should be output into the
1713 "-o" file (or stdout, of course), and decided against it,
1714 but left the code to do so in place, commented out, just
1715 for your information.
1716
1717 In order to maintain data integrity upon interruption of a
1718 non-destructive-write test, I created a signal handler
1719 which I install which will write back whatever original
1720 disk data is in the buffers upon any of the fatal signals
1721 (except SIGKILL, of course).
1722
1723 Of course, ideally, the new options would be reflected in
1724 the badblocks manual page, but I am not experienced at
1725 manual page modification; if you decide my patch to
1726 badblocks should be incorporated into the distribution, I
1727 could learn how to update the manpage and other
1728 documentation, or you could do it for me after exercising
1729 your opinions, if you have any, on exactly what the
1730 command-line parameters should be called and which ones
1731 should be in the distribution."
1732
Theodore Ts'o3cb77842000-01-18 16:30:27 +000017332000-01-07 Theodore Ts'o <tytso@valinux.com>
1734
1735 * Really fix the bug where "fsck -As" will actually allow
1736 interactive fsck's. (For those people who like to do
1737 interactive fsck's in the /etc/rc scripts!?!)
1738
Theodore Ts'obfd21931999-11-23 13:48:58 +000017391999-11-23 <tytso@valinux.com>
1740
1741 * tune2fs.8.in: Fix man page so that the sparse_super filesystem
1742 option is properly named.
1743
Theodore Ts'o6733c2f1999-11-23 02:23:30 +000017441999-11-22 <tytso@valinux.com>
1745
1746 * mke2fs.c: Change log2() and log10() to int_log2() and
1747 int_log10() to avoid namespace collisions. Change #ifdef
1748 sparc to #ifdef __sparc__.
1749
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +000017501999-11-19 <tytso@valinux.com>
1751
1752 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
1753 the source directory.
1754
Theodore Ts'o6fdc7a31999-11-10 13:34:40 +000017551999-11-10 <tytso@valinux.com>
1756
Theodore Ts'ocd086361999-11-10 16:00:39 +00001757 * Release of E2fsprogs 1.18
1758
17591999-11-10 <tytso@valinux.com>
1760
Theodore Ts'o6fdc7a31999-11-10 13:34:40 +00001761 * mke2fs.8.in: Update manual page so that the sparse_option
1762 filesystem option is properly named.
1763
Theodore Ts'o6a35ffa1999-11-04 22:34:43 +000017641999-11-04 <tytso@valinux.com>
1765
1766 * fsck.c (main): Move setting of the interactive flag to before
1767 the call to check_all(), so that people who try to use
1768 fsck -As can do so interactively.
1769
Theodore Ts'o36caf251999-10-26 14:29:22 +000017701999-10-26 <tytso@valinux.com>
1771
Theodore Ts'o28e11941999-10-26 18:17:20 +00001772 * Release of E2fsprogs 1.17
1773
17741999-10-26 <tytso@valinux.com>
1775
Theodore Ts'o3bc03661999-10-26 17:17:00 +00001776 * fsck.c (PRS, device_already_active): Add debugging hook; if the
1777 environment variable FSCK_FORCE_ALL_PARALLEL is set, then
1778 force all fsck runs to happen in parallel.
1779
Theodore Ts'o36b01301999-10-26 14:38:36 +00001780 * get_device_by_label.c (has_right_label): Fixed bug where code
1781 used a strncmp to compare a binary UUID value which may
1782 contain a NULL. Fixed GCC warnings; added const to char *
1783 typed variables. Eliminated non-portable use of u_char.
1784
Theodore Ts'o4a600561999-10-26 14:35:51 +00001785 * mke2fs.c (PRS): Fix gcc warnings; add const to some char *
Theodore Ts'o9094f281999-10-26 16:42:50 +00001786 variables, including in struct mke2fs_defaults.
1787 (set_fs_defaults): Changed parameter name to avoid
1788 gcc warnings.
Theodore Ts'o4a600561999-10-26 14:35:51 +00001789
Theodore Ts'ob5135711999-10-26 14:33:24 +00001790 * fsck.c (wait_one): Fix gcc warnings; add #include for ctype.h,
1791 add const to char * variables, and use NOARGS to declare
1792 functions that take no arguments. Also fix a memory leak
1793 in execute() where we weren't freeing argv[] after forking
1794 the child process.
1795
Theodore Ts'o36caf251999-10-26 14:29:22 +00001796 * chattr.c: Add hack to compile in a definition for S_ISLNK so we
1797 can successfully compile even with warnings turned on.
1798
Theodore Ts'oad6783d1999-10-26 01:58:54 +000017991999-10-25 <tytso@valinux.com>
1800
1801 * mke2fs.c (show_stats): Capitalized Hurd to make the GNU types
1802 happy.
Theodore Ts'oe6597041999-10-26 02:30:16 +00001803 (PRS): Use __u64 instead of long long for portability
1804 reasons. Also moved #include of sys/stat.h inside #ifdef
1805 HAVE_LINUX_MAJOR_H for portability reasons.
Theodore Ts'oad6783d1999-10-26 01:58:54 +00001806
1807 * fsck.c (execute): Fix really stupid bug in the linked list
1808 management which caused fsck in parallel mode to go into
1809 an infinite loop.
1810
Theodore Ts'o896938d1999-10-23 01:04:50 +000018111999-10-22 <tytso@valinux.com>
1812
Theodore Ts'o614fdfd1999-10-23 03:19:51 +00001813 * Release of E2fsprogs 1.16
1814
18151999-10-22 <tytso@valinux.com>
1816
Theodore Ts'o896938d1999-10-23 01:04:50 +00001817 * tune2fs.c (main): Add a new option -O which allows the user to
1818 set and clear certain "safe" filsystem feature flags.
1819 Currently, the only ones which are supported for
1820 modification are sparse_superblock and filetype.
1821
1822 * mke2fs.c (PRS): Add new option -O which allows the user to
1823 request filesystems with specific filesystem options. By
1824 default on 2.2 and later systems, create filesystems that
1825 have both file type information and sparse superblocks.
1826
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +000018271999-10-21 <tytso@valinux.com>
1828
1829 * badblocks.8.in, chattr.1.in, dumpe2fs.8.in, e2label.8.in,
1830 fsck.8.in, lsattr.1.in, mke2fs.8.in, mklost+found.8.in,
1831 tune2fs.8.in, uuidgen.1.in: Update man page to use a more standard
1832 format (bold option flags and italicized variables), as
1833 suggested by Andreas Dilger (adilger@enel.ucalgary.ca)
1834
Theodore Ts'o7f4bb6c1999-10-20 18:11:01 +000018351999-10-14 <tytso@valinux.com>
1836
Theodore Ts'o671cbfa1999-10-20 18:14:23 +00001837 * tune2fs.c (main): Fix typo (double spaces) in messages regarding
1838 changing the sparse superblock option
1839
Theodore Ts'o7f4bb6c1999-10-20 18:11:01 +00001840 * fsck.c (wait_one): If the fsck process just started, wait a
1841 second before sending a SIGUSR1, to give it a chance
1842 to set the signal handler; otherwise, fsck will die on an
1843 unhandled SIGUSR1.
1844
18451999-09-15 <tytso@valinux.com>
Theodore Ts'o76714331999-10-20 18:06:29 +00001846
1847 * mke2fs.c (show_stats): Fix display bug when printing out the
1848 number of superblocks. Suggested by Yann Dirson.
1849
Theodore Ts'o27401561999-09-14 20:11:19 +000018501999-09-08 <tytso@valinux.com>
1851
1852 * partinfo.c: Fix minor compilation bugs pointed out by Yann
1853 Dirson.
1854
1855 * mke2fs.c: Don't turn on sparse superblocks by default on pre-2.2
1856 kernels.
1857
1858 * mke2fs.8.in: Add the possible valid block sizes for mke2fs.
1859 Document the -n flag, and the new defaults for the -s
1860 flag.
1861
1862 * dumpe2fs.c, dumpe2fs.8.in: Add new options -f (force) and -h
1863 (header-only).
1864
18651999-08-13 <tytso@valinux.com>
1866
1867 * mke2fs.c (PRS): Fix logic for turning on/off the sparse
1868 superblock option.
1869
18701999-07-18 Theodore Ts'o <tytso@valinux.com>
Theodore Ts'o657cb971999-07-30 23:19:10 +00001871
1872 * Release of E2fsprogs 1.15
1873
Theodore Ts'o50787ea1999-07-19 15:30:21 +000018741999-07-18 <tytso@rsts-11.mit.edu>
1875
1876 * mke2fs.c (PRS, set_fs_defaults): Add new option -T which allows
1877 the user to specify the how the filesystem is to be used.
1878 Mke2fs now chooses the filesystem parameters automatically
1879 based on the size of the filesystem and the intended use
1880 of the filesystem. Add new option -n which simply goes
1881 through the calculations to determine the parameters of
1882 the filesystem the system would make.
1883
18841999-07-18 <tytso@valinux.com>
1885
1886 * fsck.c, fsck.h: Add support for new option -C. This option will
1887 automatically manage e2fsck processes so that they will
1888 print completion/progress bars. If multiple filesystems
1889 are being checked, arrange to make sure that only one
1890 e2fsck process is displaying a progress bar at a time.
1891
18921999-07-08 <tytso@valinux.com>
Theodore Ts'o9f10a7b1999-07-16 10:41:36 +00001893
1894 * badblocks.c (do_test): Don't complain if the write error occurs
1895 on a non-block boundary. This is perfectly common when
1896 using blocksizes larger than 1k.
1897
Theodore Ts'oc54b3c31999-07-03 07:20:06 +000018981999-07-03 <tytso@valinux.com>
Theodore Ts'o5dbb0721999-07-03 06:16:06 +00001899
1900 * uuidgen.c: Add option parsing so that user can ask for either a
1901 time-based UUID or a random-based UUID.
1902
Theodore Ts'oc54b3c31999-07-03 07:20:06 +000019031999-07-02 <tytso@valinux.com>
Theodore Ts'o2d8defd1999-07-03 01:59:42 +00001904
1905 * fsck.c: Added support for LABEL= and UUID= specifications for
1906 the filesystem's device, to match what recent mount
1907 programs can support. Also, close stdin when doing fsck
1908 -A or when checking more than one filesystem at a time, so
1909 that e2fsck doesn't try to ask interactive questions if
1910 the filesystem appears to be mounted.
1911
1912 * get_device_by_label.c: New file added to support LABEL=foo and
1913 UUID=bar type specifications.
1914
Theodore Ts'o00eedba1999-07-03 00:45:58 +000019151999-07-01 <tytso@valinux.com>
1916
1917 * badblocks.c: Make the "done" string include enough spaces to
1918 clear out a large block number.
1919
Theodore Ts'oca3c3281999-06-29 14:37:35 +000019201999-06-29 <tytso@valinux.com>
1921
1922 * mke2fs.c (check_mount): Allow a filesystem to be made even if it
1923 appears mounted if the force option is given.
1924
Theodore Ts'oe72a9ba1999-06-25 15:40:18 +000019251999-06-24 <tytso@valinux.com>
1926
1927 * mke2fs.8.in: Fix typo in man page which caused the badblocks
1928 command to not show up in the "SEE ALSO" section.
1929
Theodore Ts'oe2423cc1999-06-18 00:51:31 +000019301999-05-02 <tytso@rsts-11.mit.edu>
1931
1932 * findsuper.c: Added documentation from aeb@cwi.nl; some minor
1933 code cleanups.
1934
Theodore Ts'o02e7dd91999-06-18 00:48:41 +000019351999-05-20 <tytso@rsts-11.mit.edu>
1936
1937 * dumpe2fs.c, dumpe2fs.8.in: Added new command-line options which
1938 allow a filesystem expert to specify the superblock and
1939 blocksize when opening a filesystem. This is mainly
1940 useful when examining the remains of a toasted filesystem.
1941
Theodore Ts'o5d45d801999-03-16 19:35:19 +000019421999-03-11 Andreas Dilger <adilger@enel.ucalgary.ca>
1943
1944 * uuidgen.c, uuidgen.1.in: Created command-line utility to
1945 generate UUIDs.
1946
19471999-03-14 Theodore Ts'o <tytso@rsts-11.mit.edu>
1948
1949 * fsck.c (fsck_device, execute): Don't dereference a null pointer
1950 when checking a filesystem not in /etc/fstab.
1951
Theodore Ts'o7d5633c1999-02-09 08:14:28 +000019521999-02-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
1953
1954 * fsck.c (fsck_device): Print an error message if the user passes
1955 in a device or directory name which isn't found in /etc/fstab.
1956 Allow the location of /etc/fstab to be overridden by
1957 the FSTAB_FILE environment variable.
1958
19591999-01-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
1960
1961 * mke2fs.c (write_inode_tables): Add kludge code so that when the
1962 MKE2FS_SYNC environment variable is set, mke2fs will sync
1963 every MKE2FS_SYNC block groups, while it is writing out
1964 the inode tables. This is to work around a VM bug in the
1965 2.0 kernel. I've heard a report that a RAID user was able
1966 to trigger it even using a 2.2 kernel.
1967
Theodore Ts'oee922991999-01-16 05:39:12 +000019681999-01-16 Theodore Ts'o <tytso@rsts-11.mit.edu>
1969
1970 * fsck.c (execute, wait_one): Modified routines so that they
1971 accurately create an fsck_instance even when the noexecute
1972 flag is set. This allows for accurate debugging of the
1973 fsck pass structure.
1974 (check_all): When the verbose flag is given twice, print
1975 debugging information about when fsck is waiting for jobs
1976 to finish.
1977
Theodore Ts'o7953f611999-01-09 05:03:52 +000019781999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
1979
Theodore Ts'o9e51eca1999-01-09 16:32:31 +00001980 * Release of E2fsprogs 1.14
1981
19821999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
1983
Theodore Ts'o7953f611999-01-09 05:03:52 +00001984 * fsck.8.in: Clarified and expanded the documentation for the -A
1985 switch.
1986
Theodore Ts'o665f7101999-01-08 13:33:39 +000019871999-01-07 Theodore Ts'o <tytso@rsts-11.mit.edu>
1988
1989 * fsck.c (load_fs_info): If the pass number field is missing, it
1990 needs to be treated as zero.
1991
Theodore Ts'oa88fa0c1999-01-05 07:02:39 +000019921999-01-05 Theodore Ts'o <tytso@rsts-11.mit.edu>
1993
Theodore Ts'o8d641742001-05-14 04:12:27 +00001994 * mke2fs.c (PRS): Add -N option to allow the user to specify
1995 exactly how many inodes he/she wishes.
Theodore Ts'o5515e6b1999-01-05 07:25:06 +00001996
Theodore Ts'oa88fa0c1999-01-05 07:02:39 +00001997 * chattr.c, lsattr.c: Only print the version information for the
1998 program if the -V option is given.
1999
2000 * chattr.c: Ignore symbolic links when doing a recursive descent
2001 through a directory.
2002
Theodore Ts'o93ab9d71999-01-02 04:04:42 +000020031999-01-01 Theodore Ts'o <tytso@rsts-11.mit.edu>
2004
2005 * fsck.c (load_fs_info, parse_fstab_line): Ignore fstab lines
2006 are commented out. Also allow blank lines in the
2007 /etc/fstab file.
2008 (execute): In verbose mode, print the mountpount of the
2009 filesystem which we are checking (user request).
2010
20111998-12-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
2012
2013 * mke2fs.c: Add definition of SCSI_BLK_MAJOR if not defined, for
2014 compatibility with Linux 1.2.13 header files.
2015
Theodore Ts'o556ad131998-12-19 08:10:58 +000020161998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
2017
2018 * Release of E2fsprogs 1.13
2019
Theodore Ts'ocb620171998-12-08 02:21:29 +000020201998-12-07 Theodore Ts'o <tytso@rsts-11.mit.edu>
2021
2022 * mke2fs.8.in: Fixed stupid typo ("Raid options are _comma_
2023 seperated", instead of common separated)
2024
Theodore Ts'o5a679c81998-12-03 16:40:38 +000020251998-12-03 Theodore Ts'o <tytso@rsts-11.mit.edu>
2026
2027 * Makefile.in: Updated dependencies.
2028
20291998-11-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
2030
2031 * fsck.c (load_fs_info): Parse /etc/fstab ourselves, instead of
2032 relying on getmntent(). This has the advantage of
2033 allowing us to properly handle missing pass numbers correctly.
2034
Theodore Ts'o1dde43f1998-11-14 04:18:28 +000020351998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
2036
2037 * tune2fs.8.in: Fix minor display bug in the nroff.
2038
2039 * mke2fs.c (show_stats, write_inode_tables): Use the log10
2040 function to calculate the display of block numbers so that
2041 things look nice on an 80 character display.
2042
20431998-10-12 Theodore Ts'o <tytso@rsts-11.mit.edu>
2044
2045 * mke2fs.c (usage): Add the sparse-super-flag to the usage
2046 message.
2047
Theodore Ts'o4a5fa191998-07-09 05:42:45 +000020481998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
2049
2050 * Release of E2fsprogs 1.12
2051
Theodore Ts'oeb5ab741998-07-04 17:47:52 +000020521998-07-04 Theodore Ts'o <tytso@rsts-11.mit.edu>
2053
2054 * findsuper.c (main): Print the block group number which is now
2055 being written by e2fsprogs.
2056
Theodore Ts'o818180c1998-06-27 05:11:14 +000020571998-06-25 Theodore Ts'o <tytso@rsts-11.mit.edu>
2058
2059 * fsck.c (ignore): Remove unused variable cp.
2060
2061 * chattr.c (fatal_error):
2062 * tune2fs.c (usage):
2063 * lsattr.c (usage):
2064 * dumpe2fs.c (usage):
2065 * badblocks.c (usage): Remove volatile from declaration.
2066
2067 * fsck.c: Change use of strdup to be string_copy, since we don't
2068 trust what glibc is doing with strdup. (Whatever it is,
2069 it isn't pretty.)
2070
20711998-06-19 Theodore Ts'o <tytso@rsts-11.mit.edu>
2072
2073 * mke2fs.c (PRS): Add a -V option which prints the version number
2074 and exit.
2075
Theodore Ts'o4bf5fbf1998-05-14 22:43:10 +000020761998-05-14 Theodore Ts'o <tytso@rsts-11.mit.edu>
2077
2078 * fsck.c (ignore): Remove check for filesystems with the noauto
2079 option.
2080
Theodore Ts'o7e44f241998-04-01 03:16:29 +000020811998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
2082
2083 * Makefile.in: Change to use new installation directory variables
2084 convention. Fix uninstall rules to take $(DESTDIR) into
2085 account. Remove cat8dir and cat1dir from the installdirs
2086 target, since modern man package don't necessarily put the
2087 cat directory in /usr/man/cat?.
2088
Theodore Ts'oa789d841998-03-30 01:20:55 +000020891998-03-29 Theodore Ts'o <tytso@rsts-11.mit.edu>
2090
Theodore Ts'o3b27db91998-03-30 01:32:10 +00002091 * e2label.8.in: New man page to document the e2label function.
2092
Theodore Ts'oa789d841998-03-30 01:20:55 +00002093 * e2label.c: Fix -Wall warning by making functions static.
2094
20951998-03-28 Theodore Ts'o <tytso@rsts-11.mit.edu>
2096
2097 * chattr.1.in: Document that the append-only attribute may
2098 only be set or cleared by the superuser.
2099
2100 * Update all manual pages to that the availability section is
2101 up-to-date.
2102
2103 * e2label.8.in, tune2fs.8.in: Update manual page to state that
2104 labels must be no longer than 16 characters, or they will
2105 be truncated.
2106
2107 * e2label.c (change_label), tune2fs.c (main): If the label is
2108 longer than 16 characters, print a warning message stating
2109 that the label will be truncated.
2110
2111 * mke2fs.c (PRS): If the user specifies a filesystem size, and
2112 it's larger than the apparent size of the device, print a
2113 warning message and ask if the user wants to proceed.
2114
Theodore Ts'obbfa3aa1998-03-21 07:12:46 +000021151998-03-21 Theodore Ts'o <tytso@rsts-11.mit.edu>
2116
2117 * mke2fs.c (check_plausibility): Fixed spelling typo in warning
2118 message. Fixed up -Wall warnings in file.
2119
Theodore Ts'oe9271681998-03-09 03:23:51 +00002120Sun Mar 8 22:21:48 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
2121
2122 * partinfo.c (main): The ioctl BLKGETSIZE requires a long, not an
2123 int.
2124
Theodore Ts'o92bcc591998-02-16 22:29:34 +00002125Sun Feb 1 16:53:36 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
2126
2127 * badblocks.8: Update documentation to note that output format
2128 of badblocks is suitable for use with e2fsck -l or
2129 mke2fs -l.
2130
2131 * mke2fs.c (handle_bad_blocks): Fix bug so that all groups with
2132 bad superblock backup blocks are printed (not just the
2133 first one).
2134
Theodore Ts'oca8abba1998-01-19 14:55:24 +00002135Mon Dec 1 17:01:04 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2136
2137 * badblocks.8.in: Add documentation for the -s option.
2138
Theodore Ts'o519149f1997-10-25 03:49:49 +00002139Fri Oct 24 23:37:52 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2140
2141 * fsck.c:
2142 * chattr.c: Remove #include of getopt.h, since it's not needed.
2143
2144 * tune2fs.c (main):
2145 * lsattr.c (main):
2146 * badblocks.c (main):
2147 * dumpe2fs.c (main):
2148 * mke2fs.c (PRS): Make the variable which getopt returns into be
2149 an int, so that it won't lose on platforms where char is
2150 unsigned.
2151
Theodore Ts'od163b091997-10-03 17:42:28 +00002152Fri Oct 3 13:38:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2153
2154 * mke2fs.c (parse_raid_opts): Make parse_raid_opts return a void,
2155 to fix a -Wall warning.
2156
Theodore Ts'o00e54331997-09-16 02:13:52 +00002157Mon Sep 15 22:07:12 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2158
2159 * tune2fs.c (main):
2160 * mklost+found.c (main):
2161 * lsattr.c (main):
2162 * dumpe2fs.c (main):
2163 * chattr.c (main):
2164 * badblocks.c (main): Declare main to return an int, as required.
2165 Make sure main always ends with an exit(0). (Some
2166 programs weren't doing this, and thus were returning a
2167 random exit value.)
2168
Theodore Ts'oab6b8ab1997-07-14 19:28:55 +00002169Mon Jul 14 15:27:29 1997 Theodore Y. Ts'o <tytso@mit.edu>
2170
2171 * e2label.c: New file contributed by Andries Brouwer which
2172 provides an easy-to-use interface to modify the filesystem
2173 label.
2174
2175 * Makefile.in (SPROGS): Add Makefile support to build e2label
2176
Theodore Ts'o024996c1997-06-17 05:38:35 +00002177Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2178
2179 * Release of E2fsprogs 1.11
2180
Theodore Ts'oe22d4611997-06-17 03:57:27 +00002181Mon Jun 16 23:37:54 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2182
2183 * mke2fs.c (show_stats): Adjust the number of columns printed when
2184 displaying the superblock backups to avoid running over
2185 80 columns when making a really big disk.
2186
Theodore Ts'of635d7f1997-05-09 02:50:16 +00002187Thu May 8 22:22:08 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2188
Theodore Ts'o583ccdc1997-05-09 03:06:31 +00002189 * badblocks.8.in, chattr.1.in, dumpe2fs.8.in, fsck.8.in,
2190 mke2fs.8.in, tune2fs.8.in: Fix minor typos and grammer
2191 oops found by Bill Hawes (whawes@star.net).
2192
Theodore Ts'of635d7f1997-05-09 02:50:16 +00002193 * mke2fs.c (test_disk): Pass the blocksize to the bad blocks
2194 command so that all of the filesystem gets tested in the
2195 case where the blocksize 2048 or 4096.
2196
Theodore Ts'oa29f4d31997-04-29 21:26:48 +00002197Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
2198
2199 * Release of E2fsprogs version 1.10
2200
2201Thu Apr 24 09:52:47 1997 Theodre Ts'o <tytso@localhost.mit.edu>
2202
2203 * mke2fs.c: Added new option -R, which specifies RAID options.
2204 Currently the only supported RAID option is "stride" which
2205 specifies the stripe width in RAID filesystem. This is
2206 used to aid in the placement of the inode and block
2207 bitmaps.
2208
2209 * mke2fs.8.in, tune2fs.8.in: Added warnings that the sparse
2210 superblock option isn't yet supported by most kernels.
2211
2212Wed Apr 23 22:42:51 1997 Theodre Ts'o <tytso@localhost.mit.edu>
2213
2214 * mke2fs.c (PRS): Make the default filesystem revision be 0, not
2215 1. (Since some people are still worried about 1.2.13
2216 compatibility).
2217
2218Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2219
2220 * Release of E2fsprogs version 1.09
2221
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +00002222Fri Apr 11 18:57:24 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2223
2224 * chattr.1.in: Updated man page so that the 'A' attribute is
2225 specified everywhere.
2226
2227 * chattr.c (usage): Added usage message for the 'A' attribute.
2228
2229Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2230
2231 * Release of E2fsprogs version 1.08
2232
Theodore Ts'o521e3681997-04-29 17:48:10 +00002233Thu Apr 10 07:08:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2234
2235 * dumpe2fs.c (list_desc): List the offsets of the inode and block
2236 bitmaps, and the inode table. List the block boundaries
2237 for the groups.
2238
2239Sat Apr 5 11:55:52 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2240
2241 * tune2fs.c (main): Implement the -s flag allows the user to
2242 set and reset the sparse superblock flag.
2243
2244 * mke2fs.c (PRS): By default generate DYNAMIC revision
2245 filesystems. The -s flag controls whether or not the
2246 sparse superblock flag is set.
2247 (PRS): Change to allow the user to specify the true
2248 maximum number of blocks per group to reflect the
2249 blocksize.
2250
Theodore Ts'o19c78dc1997-04-29 16:17:09 +00002251Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
2252
2253 * Release of E2fsprogs version 1.07
2254
2255Thu Mar 6 17:15:05 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2256
2257 * mke2fs.c (create_root_dir): Set the root directory's i_uid and
2258 i_gid to be the real user and group id.
2259
2260Tue Mar 4 10:14:33 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2261
2262 * mke2fs.c (check_plausibility): Add more intelligent error
2263 messages when the device doesn't exist.
2264
2265Sat Mar 1 10:43:32 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2266
2267 * fsck.c (main): Fix bug where the PATH environment variable isn't
2268 set when it is unset.
2269
2270Tue Jan 14 12:30:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2271
2272 * mke2fs.c (write_inode_tables): Fixed bug in write_inode_tables
2273 where a loop variable was getting reused in a nested loop.
2274 This caused the inode table to not be correctly
2275 initialized.
2276
2277Thu Jan 2 00:00:37 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2278
2279 * lsattr.c, chattr.c: Include string.h, since we use memcpy().
2280
2281 * findsuper.c: Use time_t for ctime(), not __u32.
2282
2283Sat Dec 28 23:39:18 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2284
2285 * badblocks.c: Adapted -vv modifications from Rik Faith so that
2286 they frequently update the block number field.
2287
2288 * badblocks.8.in: Document the optional start-block parameter
2289
2290Mon Oct 14 11:52:58 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2291
2292 * mke2fs.c: Updated to use new ext2fs_allocate_tables() function.
2293
2294Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2295
2296 * Release of E2fsprogs version 1.06
2297
Theodore Ts'o5c576471997-04-29 15:29:49 +00002298Mon Oct 7 00:56:24 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2299
2300 * chattr.1.in: Documented the 'A' (noatime) attribute.
2301
2302 * dumpe2fs.c (main): Change EXT2_SWAP to EXT2_FLAG_SWAP for
2303 consistency's sake.
2304
2305Sun Sep 22 16:18:47 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2306
2307 * chattr.c (decode_arg): Add support for the 'A' (noatime) flag.
2308
2309Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2310
2311 * Release of E2fsprogs version 1.05
2312
Theodore Ts'o1e3472c1997-04-29 14:53:37 +00002313Sat Sep 7 07:34:11 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2314
2315 * tune2fs.c (main): Add support for new option -C, which sets the
2316 current number of mounts.
2317 (main): Allow the interval to be specified in seconds,
2318 mostly for debugging.
2319
2320Tue Aug 27 17:27:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
2321
2322 * Makefile.in (SMANPAGES): Use @FSCK_MAN@ instead of fsck.8.
2323 (SPROGS): Use @FSCK_PROG@ instead of fsck.
2324
2325Thu Aug 22 00:51:44 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2326
2327 * mke2fs.c (zap_bootblock): Don't do zap_bootblock on a
2328 sparc.
2329
2330Tue Aug 20 00:15:46 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2331
2332 * chattr.c (main): Fixed bug so that chattr -v works. (Bug report
2333 and fix sent by Charles Howes, chowes@eznet.ca)
2334
2335Fri Aug 9 11:52:42 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2336
2337 * tune2fs.8.in:
2338 * tune2fs.c: Added support for the -L option which sets the volume
2339 label, the -M option which sets the last mounted
2340 directory, and the -U option which sets the filesystem UUID.
2341
2342 * mke2fs.8.in:
2343 * mke2fs.c: Added support for the -o option, which overrides the
2344 creator OS. Generate a UUID for the filesystem, if
2345 applicable. Added support for the -L option which sets
2346 the volume label, and the -M option which sets the last
2347 mounted directory.
2348
2349Sat Jun 22 17:43:17 1996 Remy Card <card@bbj.linux.eu.org>
2350
2351 * chattr.c (decode_arg): Integrated Michael Nonweiler's fix to
2352 avoid a segmentation fault when the "-v" option is used
2353 and no version number is specified.
2354
Theodore Ts'o62c06f71997-04-29 14:34:47 +00002355Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2356
2357 * Release of E2fsprogs version 1.04
2358
2359Wed May 15 21:15:43 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
2360
2361 * Makefile.in (fsck): fsck doesn't need to be linked with the ext2
2362 libraries.
2363
Theodore Ts'o7f88b041997-04-26 14:48:50 +00002364Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
2365
2366 * Release of E2fsprogs version 1.03
2367
2368Thu Mar 7 03:43:20 1996 <tytso@rsts-11.mit.edu>
2369
2370 * mke2fs.c (PRS): Add (for development only) support to
2371 specify revision and inode size of the new filesystem.
2372
2373Tue Mar 5 03:51:35 1996 <tytso@rsts-11.mit.edu>
2374
2375 * mke2fs.8.in: Fix a few minor typo's in the man page.
2376
2377 * mke2fs.c (reserve_inodes): Add support for dynamic first inode
2378 revision.
2379
2380Mon Feb 5 22:19:49 1996 <tytso@rsts-11.mit.edu>
2381
2382 * fsck.c (check_all, PRS): Added new flag -P, which turns on the
2383 parallel root option. This allows you to check the root
2384 filesystem in parallel with the other filesystems. Note
2385 that this is not the safest thing in the world to do,
2386 since if the root filesystem is in doubt things like
2387 the e2fsck executable might be corrupted! But some
2388 sysadmins, who don't want to repartition the root
2389 filesystem to be small and compact, may really want this
2390 option turned on.
2391
Theodore Ts'o74becf31997-04-26 14:37:06 +00002392Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
2393
2394 * Release of E2fsprogs version 1.02
2395
2396Tue Oct 30 21:14:12 1995 <tytso@rsts-11.mit.edu>
2397
2398 * mke2fs.c (check_plausibility): Add check to warn user if they
2399 are trying to mke2fs the whole disk. (/dev/hda
2400 vs. /dev/hda1)
2401
2402Fri Dec 15 19:09:56 1995 <tytso@rsts-11.mit.edu>
2403
2404 * fsck.c (check_all): If we break out of the loop because we are
2405 serializing and have just started at fsck we haven't
2406 finished the pass. We need to go round again in case there
2407 are more filesystems to be done in this pass. (Patch
2408 submitted by Mike Jagdis)
2409
2410Sat Dec 9 10:07:16 1995 <tytso@rsts-11.mit.edu>
2411
2412 * dumpe2fs.c (in_use): test_bit() was renamed to
2413 ext2fs_test_bit().
2414
Theodore Ts'o297f47a1997-04-26 14:25:20 +00002415Mon Oct 30 20:21:18 1995 <tytso@rsts-11.mit.edu>
2416
2417 * fsck.c (fsck_device): Check fstype instead of type; this was a
2418 stupid typo which caused coredumps in some cases.
2419
Theodore Ts'oa418d3a1997-04-26 14:00:26 +00002420Thu Oct 26 12:05:18 1995 <tytso@rsts-11.mit.edu>
2421
2422 * Makefile.in (install): Strip programs when they are installed.
2423
2424Fri Aug 18 15:10:40 1995 Theodore Y. Ts'o <tytso@dcl>
2425
2426 * mke2fs.c (PRS): Move call of check_mount() from main() to PRS(),
2427 so we do the check to see if the filesystem is mounted
2428 *before* we try to determine the size of the device.
2429
2430Wed Sep 6 23:34:07 1995 Remy Card <card@bbj>
2431
2432 * fsck.c (load_fs_info): Load the informations from /etc/fstab in
2433 the same order.
2434
2435Thu Aug 17 22:33:09 1995 <tytso@rsts-11.mit.edu>
2436
2437 * mke2fs.c (check_mount): Use the new ext2fs_check_if_mounted()
2438 function to determine if the device is mounted.
2439
2440 * mke2fs.c (PRS): Change call to use the new
2441 ext2fs_get_device_size() function in order to determine
2442 the size of the filesystem. Remove get_size() and
2443 is_valid_offset(), which are no longer called.
2444
2445Fri Aug 11 08:26:24 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
2446
2447 * fsck.c (fsck_device): Make sure fstype has been set by the user
2448 and that it does not begin with "no" and the user has
2449 specified exactly one type before using it as the type to
2450 check.
2451
2452Fri Aug 11 14:17:18 1995 Remy Card <card@bbj>
2453
2454 * badblocks.8:
2455 * chattr.1:
2456 * dumpe2fs.8:
2457 * fsck.8:
2458 * lsattr.1:
2459 * mke2fs.8:
2460 * mklost+found.8:
2461 * tune2fs.8: Updated date and version number.
2462
2463Thu Aug 10 14:18:36 1995 Remy Card <card@bbj>
2464
2465 * tune2fs.c: Fixed a bug which prevented the use of user and group
2466 names with the -g and -u options. Thanks to Jean Christophe
2467 ANDRE <progfou@mycrob.cafard.freenix.fr>.
2468
2469 * mke2fs.8:
2470 * tune2fs.8: Fixed a spelling error in Ted's name :-)
2471
2472Wed Aug 9 20:41:54 1995 Theodore Y. Ts'o <tytso@dcl>
2473
2474 * mke2fs.c (count_blocks): Divide the size by
2475 EXT2_BLOCK_SIZE(&param), instead of assuming that the
2476 blocksize is always 1024 bytes.
2477
2478Sat Aug 5 12:00:51 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
2479
2480 * mke2fs.c (PRS): Use malloc() instead of alloca() --- alloca() is
2481 not portable!! In any case putenv() in some systems must
2482 take a static character array or malloc()'ed memory;
2483 passing memory allocated using alloca() to putenv() is not
2484 advisable.
2485
2486 * chattr.c (chattr_dir_proc):
2487 * lsattr.c (lsattr_dir_proc): Use malloc() instead of alloca() ---
2488 alloca is not portable!
2489
2490 * fsck.c (fsck_device): If the filesystem type is specified by the
2491 user using the -t option, let it override the type in
2492 /etc/fstab.
2493
2494 * fsck.c (strdup): Don't build strdup() if the system defines it.
2495
2496Mon Jun 12 19:15:10 1995 Theodore Y. Ts'o (tytso@dcl)
2497
2498 * chattr.c, lsattr.c: Include <sys/types.h> for <dirent.h>'s
2499 benefit.
2500
2501 * The $(UPROGS) go in bin, not sbin.
2502
2503 * badblocks.c, chattr.c, dumpe2fs.c, fsck.c, lsattr.c, mke2fs.c,
2504 tune2fs.c: Don't include <getopt.h> if it doesn't exist.
2505
2506Mon Jun 12 16:36:04 1995 Theodore Y. Ts'o <tytso@dcl>
2507
2508 * badblocks.c, chattr.c, dumpe2fs.c, fsck.c, lsattr.c, mke2fs.c,
2509 tune2fs.c: Only include getopt.h if HAVE_GETOPT_H is defined.
2510
2511Sat Jun 10 23:37:09 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
2512
2513 * chattr.c: Include errno.h, since we use errno
2514
2515 * fsck.c (load_fs_info): If HAVE_MNTENT_H is not defined,
2516 explicitly initialize filesys_info to be NULL.
2517
2518 * mke2fs.c: Include the stdio.h and errno.h header files
2519
2520Thu Jun 8 13:25:23 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
2521
2522 * mke2fs.c: Only include <linux/fs.h> if we can.
2523 (get_size): Don't try to use the BLKGETSIZE ioctl unless it's defined.
2524 (check_mount): Only check to see if the device is mounted if
2525 HAVE_MNTENT_H is defined (by configure).
2526
2527 * fsck.c (load_fs_info): Only try to get info about filesystems if
2528 HAVE_MNTENT_H is defined (by configure).
2529 (main): Allocate space for a new fsck_path instead of append to a
2530 statically sized buffer.
2531 (PRS): Use alloca to allocate the new path string, instead of
2532 having a fixed size buffer (which was the wrong size anyway).
2533
2534 * chattr.c (chattr_dir_proc): Use alloca to allocate space for a
2535 filename instead of using a fixed-size buffer.
2536 * lsattr.c (lsattr_dir_proc): Ditto.
2537 * mklost+fond.c (main): Calculate the actual needed size for the
2538 path buffer instead of using MAXPATHLEN (which not all systems have).
2539
2540 * badblocks.c: Only include linux include files if we have them.
2541 (flush_bufs): New function to flush a block device, optionally
2542 syncing it first. This replaces other copies of this code.
2543 (test_ro): Replace calls to ioctl with flush_bufs().
2544 (test_rw): Ditto.
2545
2546 * Makefile.in: Rewritten to conform to GNU coding standards and
2547 support separate compilation directories.
2548
Theodore Ts'of3db3561997-04-26 13:34:30 +00002549Sat Mar 11 10:59:58 1995 Theodore Y. Ts'o <tytso@localhost>
2550
2551 * mke2fs.c (main, zap_bootblock): Added new function
2552 zap_bootblock() which clears the first 512 bytes of the
2553 filesystem. This protects the filesystem from being
2554 misidentified as a MS-DOS FAT filesystem.
2555
2556 * badblocks.c (alarm_intr, test_ro, test_rw): Increase the space
2557 allocated for printing the block numbers, so that the
2558 display doesn't get corrupted when running badblocks on a
2559 very large partition.
2560
2561 * badblocks.c (do_test, test_ro, test_rw): Added missing cast to
2562 ext2_loff_t, so that when checking a large device,
2563 spurious seek errors aren't reported.
2564
2565 * mke2fs.c (count_blocks): Declare mid to be of type ext2_loff_t
2566 instead of type int, so that it works for filesystems
2567 greater than 2 GB. (Fortunately count_blocks is only
2568 called if the device does not support the BLKGETSIZE
2569 ioctl, which most do.)
2570
2571 * fsck.c (ignore): Add check to ignore filesystems with a pass
2572 number of zero. (This check was accidentally deleted at
2573 during 0.5b development.)
2574
2575Sat Dec 31 00:47:16 1994 <tytso@rsx-11.mit.edu>
2576
2577 * mke2fs.c (new_table_block, alloc_tables, PRS, main): Add a new
2578 option, -S, which only writes the superblock and group
2579 descriptors. Useful for recovering when all of the
2580 superblocks are corrupted somehow (as a last ditch
2581 measure).
2582
2583 Also, don't bother initializing the bitmap blocks in
2584 alloc_tables(), since they will be overwritten at the end
2585 anyway. (Should speed up mke2fs by a little.)
2586
2587Tue Dec 6 02:20:55 1994 <tytso@rsx-11.mit.edu>
2588
2589 * fsck.c (main): Fix stupid typo where a null inst would be freed.
2590
2591 * fsck.c (wait_one): Check WIFEXITED on status before trying to
2592 extract the exit status. In other cases, return
2593 FSCK_ERROR if the back end processor exited with a signal.
2594
2595Tue Nov 15 10:20:00 1994 Remy Card <card@bbj>
2596
2597 * tune2fs.c (main): Fixed a bug which prevented the use of the
2598 new options.
2599 Added the `w' (week) suffix recognition in the check interval.
2600
2601Sun Nov 13 15:58:48 1994 (tytso@rsx-11)
2602
2603 * fsck.c (load_fs_info): If the user has an obviously old
2604 /etc/fstab file, issue a warning message and assume that
2605 all partitions should be checked.
2606
2607Sat Nov 12 00:33:18 1994 (tytso@rsx-11)
2608
2609 * dumpe2fs.c (list_desc): Update to new inode and block bitmap
2610 structures.
2611
2612 * mke2fs.c (create_root_dir): Create the root directory owned by
2613 the effective uid.
2614
2615Mon Nov 7 22:04:37 1994 Remy Card <card@bbj>
2616
2617 * tune2fs.c (main.c): Added support for new options:
2618 -r reserved_blocks_count, -g reserved_gid, -u reserved_uid.
2619
2620Sun Aug 21 00:57:33 1994 Theodore Y. Ts'o (tytso@rt-11)
2621
2622 * fsck.c (ignore): If the pass number is 0, ignore the filesystem.
2623
2624Wed Aug 17 21:55:03 1994 Remy Card (card@bbj)
2625
2626 * badblocks.c (test_rw): Added verbose output like in the
2627 read-only test.
2628
2629 (do_test and test_rw): Use the llseek system call if available.
2630
2631 * chattr.c: Added support for new attributes.
2632
2633 * lsattr.c: Added support for long format.
2634
2635 * mke2fs.c (usage): Fixed bogus usage message.
2636
2637 (valid_offset): Use the llseek system call if available.
2638
2639Wed Aug 17 10:50:57 1994 Theodore Y. Ts'o (tytso@rt-11)
2640
2641 * mke2fs.c (handle_bad_blocks): Check to see if a bad block is
2642 where a backup superblock/group descriptor is stored. If so,
2643 print a warning message and adjust the superblock counts so that
2644 they are correct. (Otherwise, the bad block will get counted
2645 twice and the # of free blocks count will be wrong.)
2646
2647 (alloc_tables): Removed code which calcualated the free block
2648 statistics, which was moved to lib/ext2fs/initialize.c. This
2649 allows the bad block code to adjust the group descriptor
2650 statistics if necessary.