]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - doc/CHANGES
Make sure xfs_repair detects invalid btree roots in inodes
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
CommitLineData
9234d416
BN
1xfsprogs-2.8.20 (23 February 2007)
2 - Fix xfs_repair not detecting invalid btree root in inodes.
3 - Fix xfs_repair restoring corrupted superblock after repairing it.
4 - Fix xfs_repair crashing on invalid quota inode values.
44214b5a
DD
5 - Fix xfs_quota gracetime reporting.
6 Thanks to Utako Kusaka <utako@tnes.nec.co.jp> for this.
9234d416 7 - Fix libxfs IO_DEBUG output.
7413a3b2
TS
8 - Instead of using AC_CHECK_TYPES which isn't supported for
9 older versions of autoconf, add our own type check in the
10 m4/package_types.m4 file for __u32.
11 Suggested by Nathan Scott and discovered by wookey@aleph1.co.uk.
44214b5a 12
c1426b3f 13xfsprogs-2.8.19 (31 January 2007)
f0911c29
BN
14 - Fix pthread stack size setting in xfs_repair.
15 - Fix xfs_bmap -n option displaying a truncated extent.
16 - Fix xfs_io mwrite segfault. Thanks to Utako Kusaka for these two
17 fixes.
c1426b3f 18 - Fix errors in xfs_quota(8) man page.
f0911c29
BN
19
20xfsprogs-2.8.18 (8 December 2006)
04aee63b
BN
21 - <xfs/list.h> is an installed file, we cannot simply rename it,
22 as other applications using it (accidentally or not) may break.
23 The xfs_list.h name was inconsistent with everything else too.
24 - Fix "pointer targets in assignment differ in signedness" warnings
25 - Update Debian packaging.
c9ee470e
BN
26 - Fix up two issues with xfs_db and bmap. If the data/attr fork is
27 local, it either infinite loops or crashes. If both are displayed,
28 the attrs are wrong.
8e192991
BN
29 - Fix up xfs_io mmap read that read from the wrong offset.
30 - Updated xfs_io man page.
c9ee470e
BN
31 Thanks to Utako Kusaka <utako@tnes.nec.co.jp> for the above three
32 fixes.
8e192991 33
9234d416 34xfsprogs-2.8.17 (5 December 2006)
c426c8b7 35 - Fix up libxfs SEGV when attempting to mount a non-XFS filesystem.
8e192991 36 Thanks to Utako Kusaka <utako@tnes.nec.co.jp> for this.
f0911c29 37 - Fix up xfs_repair aborting if it finds an inode with an invalid
c426c8b7 38 inode type.
9b040c37 39 - Fix up default realtime extent size for large block sizes.
9033cb07
DC
40 - Rename include/list.h to xfs_list.h so that other applications
41 do not accidentally use it.
32244196 42
14e40dbe
BN
43xfsprogs-2.8.16 (30 October 2006)
44 - Fix up an endian problem for nlink setting in phase 7 for xfs_repair.
f0911c29 45
4f336d89
BN
46xfsprogs-2.8.15 (19 October 2006)
47 - Fix up nlink checks and repairs in phase 7 for xfs_repair.
48 - Remove a bogus LEAFN warning for a single leaf node v2 dir.
32244196 49 Thanks to Roger Willcocks <roger@filmlight.ltd.uk> for this.
f0911c29 50
edd45774 51xfsprogs-2.8.14 (6 October 2006)
b3d6b800 52 - Fix up the ring command in xfs_db,
8e192991 53 Thanks to Utako Kusaka <utako@tnes.nec.co.jp> for this.
edd45774
TS
54 - Set the blocksize on the device to the given sector
55 size which is _not_ necessarily 512 bytes;
56 idea suggested by Shailendra Tripathi.
57 - Fix up xfs_copy and its variable argument handling
58 around vfprintf; xfs_copy was seg faulting on x86_64.
b3d6b800 59
8dd34538 60xfsprogs-2.8.13 (21 September 2006)
95dff16b
BN
61 - Fix v2 directory checking with holes and unreadable blocks.
62 - Fix a memory leak in dir2 checking.
8dd34538
TS
63 - Update libdisk/md support to work out the stripe width
64 based on (# raid-disks - # parity disks) which
65 doesn't include any spare disks (which we mistakenly did before).
66 Thanks to Shailendra Tripathi's suggestions.
67 - Get the kernel int types of __u32 and friends from <asm/types.h>
68 if we can, otherwise define them ourselves.
69
1be30d33
NS
70xfsprogs-2.8.12 (29 August 2006)
71 - Multi-thread modifications to xfs_repair.
72 - Updated Polish translation, thanks to Jakub Bogusz.
73 - Change default mkfs realtime extent size setting to
74 perform better for buffered writes.
75
9b8e8f51
NS
76xfsprogs-2.8.11 (08 August 2006)
77 - xfs_repair prefetch optimisations.
78 - Make many tools use direct I/O on Linux if the underlying
79 device supports it. Mainly for speeding up xfs_repair as
80 libxfs does its own internal metadata buffering now.
81 - Fix warnings from mkfs.xfs on ramdisk devices.
1672be9b 82 - Fix issues with symbolic link handling in Makefiles.
9b8e8f51 83
4025a056
NS
84xfsprogs-2.8.10 (02 August 2006)
85 - Fix v2 directory rebuilds in phase6 of xfs_repair.
955b7c77
NS
86 - Fix buffer sizing issue for large pagesize systems,
87 affecting mkfs auto-device-type-detection heuristics.
88
2602b7a6
NS
89xfsprogs-2.8.9 (18 July 2006)
90 - Fix rpm issue with install targets as uid/gid zero (we now
91 using symbolic names rather than the numeric versions).
92
82f8efc6
TS
93xfsprogs-2.8.8 (14 July 2006)
94 - Fix issues with makedepend on libtool libraries.
95
ac042045
TS
96xfsprogs-2.8.7 (10 July 2006)
97 - Fix build of xfs_logprint for different uuid_t definitions;
4025a056 98 thanks to Craig Rodrigues.
ac042045 99
ab1caf79
NS
100xfsprogs-2.8.6 (07 July 2006)
101 - Fixed xfs_repair handling of duplicate names in a directory.
102
1b758ea9
NS
103xfsprogs-2.8.5 (05 July 2006)
104 - Update translation Makefile to work better with the Ubuntu
105 translation system. Thanks to feedback from Martin Pitt.
106 - Fix annoying "ignores datarootdir" warning from configure.
107 - Fix issues with makedepend build infrastructure.
108 - Add prefetch code for improved xfs_repair run times.
109
a91237bd
NS
110xfsprogs-2.8.4 (23 June 2006)
111 - Improve Debian udeb package handling, thanks to Frans Pop.
112 - Fix a situation where xfs_growfs can fail to match a block
113 device to a filesystem correctly; thanks to Bastian Kleineidam.
114 - Minor corrections to the xfs_growfs man page.
115
d9ebd5d7 116xfsprogs-2.8.3 (21 June 2006)
a91237bd 117 - Fix a possible segv in xfs_growfs; thanks to Bastian Kleineidam.
d9ebd5d7 118
7289a92c 119xfsprogs-2.8.2 (17 June 2006)
6ec3f6ba
NS
120 - More updates to repair/libxfs for improving performance
121 - Incorporate librt into the build process for lio_listio
7289a92c
NS
122 - Minor xfs_logprint tweaks and fixes.
123 - Small updates to xfs_io manual page.
124 - Several fixes from earler 2.8 releases with respect to
125 inode/buffer cache refcounting.
6ec3f6ba 126
714bd9e5
NS
127xfsprogs-2.8.1 (29 May 2006)
128 - Fix endianness issues on FreeBSD.
129
25d246df
NS
130xfsprogs-2.8.0 (18 May 2006)
131 - Initial pass at user space caching, ultimately provides
132 a starting point for a faster, parallel version of repair.
133 - Fix several inode/buffer reference counting issues.
134 - Fix compiler warnings, and builds on certain glibc versions
135 having issues with the device major() macro.
66997473
NS
136 - Added code to xfs_db and xfs_admin to allow conversion
137 from version 1 to version 2 logs.
138
13002e23 139xfsprogs-2.7.18 (16 May 2006)
25d246df 140 - Fixed a case where xfs_repair was reporting a valid used
13002e23
BN
141 block as a duplicate during phase 4.
142 - Fixed a case where xfs_repair could incorrectly flag extent
1552a820
NS
143 b+tree nodes as corrupt.
144 - Portability changes, get xfs_repair compiling on IRIX.
145 - Parent pointer updates in xfs_io checker command.
4d32d744 146 - Allow LDFLAGS to be overridden, for Gentoo punters.
1552a820 147
fc7180ce
NS
148xfsprogs-2.7.17 (05 April 2006)
149 - Fix libxfs access(2) check on /proc/mounts, which was
150 causing issues when xfs_check/xfs_repair run on readonly
151 root filesystem mounts.
152 - Fix Debian packaging for libc-dev build dependency.
153 - Fix up auto lib64 install detection for x86_64 platforms.
154
ba6a8a47
NS
155xfsprogs-2.7.16 (22 March 2006)
156 - Fix freespace accounting in xfs_quota(8) df command.
157 - Fix a typo on the xfs_quota(8) man page.
158 - Make -O2 (cc optimisation level) the default.
159
bda37b01
NS
160xfsprogs-2.7.15 (03 March 2006)
161 - Fix the way external log/realtime devices were handled in
162 userspace with older kernels (subtely different in procfs)
163 - Fix a corruption problem in xfs_copy(8) when attempting to
164 zero the (old) log, a section was sometimes missed (depends
165 on log and I/O buffer (mis)alignment).
166
e9941b38 167xfsprogs-2.7.14 (15 February 2006)
ede6321c 168 - Debian packaging updates (debmake out, debhelper in).
e9941b38
NS
169 - Fix a header to work with additional compiler variants.
170
21f63869
NS
171xfsprogs-2.7.13 (08 February 2006)
172 - Convert fsck into a shell script and make it provide a
173 hint to run repair/check (in non-auto fsck modes).
174 Thanks to Marian Jancar <mjancar@suse.cz> for this.
4e0fd353
NS
175 - Fix compilation botch on non-Linux platforms (duplicate
176 type definitions).
21f63869 177
8b3de41d
NS
178xfsprogs-2.7.12 (31 January 2006)
179 - Added initial Polish translation.
180 Thanks to Jakub Bogusz <qboosh@pld-linux.org> for this.
f4985971 181 - Fixed rpm specfile with respect to INSTALL_{USER,GROUP}.
8b3de41d
NS
182
183xfsprogs-2.7.11 (16 January 2006)
673f5176
NS
184 - Fix a problem with the generated source tarballs and a
185 missing parent.h header file.
186
bd2ef1b0
NS
187xfsprogs-2.7.10 (16 December 2005)
188 - Make xfs_db keep trying when root inode can't be read.
189 - Make xfs_db check AGF BNO and CNT btree consistency.
e9dde86b
NS
190 - Tweak a couple of libxfs headers so they can be used by
191 C++ programs (removes nested struct declarations, which
192 are used outside the scope they're declared in).
bd2ef1b0
NS
193 - Fix a rounding issue in xfs_quota time reporting, making
194 it more consistent with the standard quota utilities.
195 - Fix dopey libxfs message "Unmount and run xfs_repair.",
196 especially annoying when printed by xfs_repair itself.
197 - Fix a dir2 xfs_repair bug, misdiagnosing a valid dir as
198 corrupt. Thanks to Masanori Tsuda.
199
f63b46a2
NS
200xfsprogs-2.7.9 (08 December 2005)
201 - Fix thinko in libxcmd cvtnum routine
202 - Fix EFI/EFD printing in xfs_logprint
203
d347f827
NS
204xfsprogs-2.7.8 (05 December 2005)
205 - Extend xfs_io to do aligned direct IO automatically
206 - Report direct IO parameters (dioinfo) in xfs_io
207 - Make xfs_mkfile a shell script wrapper around xfs_io
208
d026b19e
NS
209xfsprogs-2.7.7 (16 November 2005)
210 - Fix some gcc compiler warnings on 64 bit platforms.
211 - Remove last reference to a <linux/*.h> (kernel) header.
212 - Updated aclocal.m4
797150b8
NS
213 - Fix a bug in xfs_io lsproj/chproj recursive modes.
214 - Add xfs_io recursive modes for the extsize command.
215 - Add xfs_db version command modes for attr1 and attr2.
d026b19e 216
e1b2d24c
NS
217xfsprogs-2.7.6 (31 October 2005)
218 - Add support for the inode extent size hint for the regular
219 data device (previously was realtime only), and allow the
220 optional inheritance of this property.
221 - Add support for additional read/write patterns in xfs_io
222 (reverse and random, in addition to sequential forwards).
223 - Add some mkfs debugging options to aid testing inheritance
224 of realtime, project ID, and extsize inode attributes.
225 - Add mkfs option for forcing use of ATTR2, and make growfs
226 report its use.
227 - Fix use of cursor in attr_list_by_handle() libhandle code.
228 - Fix several compiler warnings when building on IRIX.
229
87c2ce27
NS
230xfsprogs-2.7.5 (26 October 2005)
231 - Fix an endian bug in xfs_db "frag" command.
232 - Fix some errors on the xfs_quota(8) man page.
233
9a98e52f
NS
234xfsprogs-2.7.4 (08 October 2005)
235 - Fix read and write calls in xfs_io to allow buffers larger
236 than 4GiB on 64 bit platforms.
237 - FreeBSD build tweaks from Craig Rodrigues.
238 - Fixed a few minor compiler warnings.
239
de8d3af6
NS
240xfsprogs-2.7.3 (29 September 2005)
241 - Fix xfs_repair handling of the morebits bit.
242 - Merge back several kernel changes related to attr2.
e1b2d24c 243 - Extended xfs_db expert mode commands
de8d3af6
NS
244 - Clean up some fsxattr uses to reduce number of syscalls,
245 now that IRIX also supports project identifiers via this
246 interface.
247
1c65a0ea 248xfsprogs-2.7.2 (28 September 2005)
de8d3af6
NS
249 - Fix up xfs_repair segmentation fault due to wrong allocation
250 size.
1c65a0ea
YL
251
252xfsprogs-2.7.1 (20 September 2005)
d7613680
NS
253 - Fix up reporting of devices in xfs_growfs - now uses
254 /proc/mounts in preference to /etc/mtab.
255 - Fix a strtok-related bug in the extraction of device names,
256 also only affecting xfs_growfs.
257
1c65a0ea 258xfsprogs-2.7.0 (16 September 2005)
7c9a3c41
NS
259 - Support for updated extended attributes format (attr2)
260 - Make xfs_quota tool issue a quota sync in all the needed
261 places, before reporting, to counter affects of delayed
262 allocation.
263 - Quota-related ID signedness issue fixes.
264 - Expert mode xfs_db commands to set/remove attributes.
265
cfe6e3f0
NS
266xfsprogs-2.6.37 (11 August 2005)
267 - Fix FreeBSD builds (getmntinfo), thanks to Craig Rodrigues.
268
fbf5a8c3
NS
269xfsprogs-2.6.36 (28 July 2005)
270 - Fix mkfs stripe unit alignment checks for external logs
271 - Fix running xfs_db on non-XFS devices (was segfaulting)
272 - Fix a 32 bit wrap in xfs_repair searching for secondary
273 superblocks.
274
275xfsprogs-2.6.35 (01 July 2005)
8967ee43
TS
276 - Add back fd_to_handle() to libhandle.
277 - Add handle call mappings to xfsctl() for IRIX.
278
06208f54
NS
279xfsprogs-2.6.34 (20 June 2005)
280 - Switch to the fsxattr xfsctl for getting/setting project
281 identifiers on inodes, remove the short-lived specialised
282 ioctls for doing this.
283 - Make the "blocktrash" xfs_db command available in expert-
284 mode only.
285
1771a6dd
BK
286xfsprogs-2.6.33 (13 June 2005)
287 - Another libhandle fix on 64bit, Big Endian systems.
288
fa13a00f
NS
289xfsprogs-2.6.32 (08 June 2005)
290 - Minor endian cleanups in some tools.
291 - Fix a couple of xfs_quota double-reporting issues when
292 issuing commands via the -c (command line) 0option.
293
848457e6
NS
294xfsprogs-2.6.31 (06 June 2005)
295 - Fix previous MD driver-specific change to correctly handle
296 (i.e. not "stripe align") linear arrays.
297 - Add MD RAID level 4, 6, and 10 support.
298 - Make mkfs.xfs automatically adjiust the geometry to use
299 a sector size that matches the block size when MD RAID
300 level 4/5/6 are in use.
301 - Couple of minor man page fixups, including patch botch on
302 initial revision of xfs_quota(8).
303
76d4f586
NS
304xfsprogs-2.6.30 (03 June 2005)
305 - Add xfs_quota(8) command which knows how to do all things
306 quota related, and can also do the XFS specific extensions
307 like project quota, realtime device quota, etc.
308 - Created a library of common code (libxcmd.a) shared by
309 xfs_growfs, xfs_io and xfs_quota.
310 - Fix use of regular files for realtime subvolumes (debugging
311 only, really).
312 - Fix bug in xfs_io command line option handling when commands
313 where specified for multiple files at once.
314 - Allow xfs_io to specify O_NONBLOCK for regular file IO.
315 - Fix MD driver-specific code to not attempt stripe alignment
316 for volumes that are not stripes (e.g. concat/mirror).
317
ace4c158
CH
318xfsprogs-2.6.29 (19 April 2005)
319 - Fix mkfs.xfs -dfile.
320 - Fix libhandle on 64bit, Big Endian systems.
321
4857a388
NS
322xfsprogs-2.6.28 (30 March 2005)
323 - Fix compiler warning in repair/dir.c size checks.
324 - Fix more compilation problem with version 4 of gcc
325 (thanks to Andreas Jochens).
326 - Make xfs_db and xfs_repair cope with filesystems that
327 have project quota enabled.
328
0f2896d6
NS
329xfsprogs-2.6.27 (23 March 2005)
330 - Fix default mkfs allocation group size calculations
331 for filesystem sizes in the range 32 - 64 terabytes.
332 - Add noalign mkfs suboptions for -d/-r to disable the
333 sunit/swidth auto-alignment (based on logical volume
334 geometry, extracted from the driver).
335
b5cc80ab
NS
336xfsprogs-2.6.26 (08 March 2005)
337 - Fix compilation problem with version 4 of gcc
338 (thanks to Andreas Jochens).
339 - Added a streamlined <xfs/xfs.h> for programs wanting
340 to make use of the XFS-specific kernel interfaces (to
341 address complaints that <xfs/libxfs.h> was "heavy").
342 - Add imap as an expert command in xfs_io, making it
343 more easily accessible to those who need it.
344 - Extended statistics reporting for xfs_io command.
345 - Fixed readline support for current distributions.
346 - Add an --enable-termcap=[yes/no] configure option,
347 and changed --enable-readline=[yes/no] to not force
348 linking with libtermcap. Builds on some platforms
349 may need to use both options, but most distributions
350 do not require --enable-termcap when linking against
351 libreadline.
352 - Minor man page updates.
353
38c187fe
NS
354xfsprogs-2.6.25 (08 October 2004)
355 - Fix build with really old glibc versions.
356
062998e3
NS
357xfsprogs-2.6.24 (29 September 2004)
358 - Allow 'e' suffix in size arguments to mkfs.
359 - Update mkfs man page description of maximum allocation
360 group size.
361 - Update mkfs and xfs_db man pages to use consistent,
362 standard notations.
363 - Sync up user/kernel source in libxfs and headers.
364
16dcb92f
NS
365xfsprogs-2.6.23 (17 September 2004)
366 - Fix xfs_io pread/pwrite -b option, when used more than
367 once we would use the largest of the previous values,
368 instead of the (possibly smaller) value specified.
369 - Add recursive modes to lsattr/chattr xfs_io commands.
062998e3
NS
370 - Make xfs_io run any given command line commands (-c)
371 on all files specified, not just the first.
16dcb92f 372
5ecb3de2
NS
373xfsprogs-2.6.22 (10 September 2004)
374 - Update xfs_io to get a clean compile on IRIX with the
375 MIPSPro compilers.
6d043723 376 - Add documentation about additional XFS inode flags.
5ecb3de2
NS
377 - Add xfs_io write options to include fsync/fdatasync
378 in the timing results it displays.
379 - Add xfs_fsop_counts output to the xfs_io statfs data,
380 which also shows free realtime space, etc.
381 - Add knowledge of additional inode flags for nosymlinks
382 and project ID inheritance.
6d043723 383
8315a93b 384xfsprogs-2.6.21 (09 August 2004)
4ebdd912 385 - Support realtime bit inheritance on directories.
8315a93b
NS
386 - Fix xfs_io build with unusual (old) glibc versions.
387 - Fix tools to not issue the BLKFLSBUF ioctl to ramdisk
388 devices. Thanks to Bo Yang for this fix.
4ebdd912 389
a5a335bf
NS
390xfsprogs-2.6.20 (28 July 2004)
391 - Fix a segfault on xfs_io open error path for non-XFS
392 files. Thanks to Steinar H. Gunderson for this fix.
393
7de862aa
NS
394xfsprogs-2.6.19 (16 July 2004)
395 - Fix two byte count size wraps in xfs_copy.
396 - Minor man page fixes from Eric Raymond.
397
fe37ab57
BK
398xfsprogs-2.6.18 (23 June 2004)
399 - Fix libhandle from possibly returning an invalid
400 handle length on systems where size_t is 64 bits.
bb7ea325
NS
401 - Minor autoconf fixups to get rpm test working on
402 all platforms again.
4ebc222c 403 - Minor man page updates fixing minus/hyphen usage.
fe37ab57 404
39798eb5
NS
405xfsprogs-2.6.17 (23 June 2004)
406 - Fix use of isset macro, getting realtime devices to
407 function correctly in xfs_db and xfs_repair.
408 - Fix initialisation of realtime devices in libxfs.
409
c0211f67
NS
410xfsprogs-2.6.16 (17 June 2004)
411 - Add sendfile command into xfs_io(8) to exercise that
412 functionality.
413 - Remove maxtrres program that was used in the build
414 to generate a header for mkfs' consumption.
415 - This allows cross-compiles to be greatly simplified.
416 - Portability tweaks for building on other platforms.
417 - Fix obscure bug in log size lower boundary checks for
418 auto-sized logs when stripe alignment is in effect;
419 the enforced lower bound could have been set too low.
420
add013da
NS
421xfsprogs-2.6.15 (09 June 2004)
422 - Make xfs_check test for a dirty log before proceeding to
423 check the filesystem.
424 - Fix couple of minor bugs in xfs_io (readonly handling on
425 writes, off-by-one error in open file error reporting).
426
e5269ec7 427xfsprogs-2.6.14 (13 May 2004)
873b7c85
GO
428 - Allow logprint to copy a log to a file (-C) and to dump
429 a log from beginning to end showing ondisk log record (-d).
430 - Fix logprint handling of -f option - shouldn't be doing
431 the UUID check in that case, since we don't have the SB.
4aaa3e9b
NS
432 - Remove MD device superblock "clean" check, following Neil
433 Brown's advice.
e5269ec7 434 - Small Debian packaging tweak to say xfsprogs has an fsck.
873b7c85 435
5c617c87 436xfsprogs-2.6.13 (03 May 2004)
873b7c85 437 - Zero out more at beginning and end of device at mkfs time
5c617c87
ES
438 (get all old MD superblocks at the end, for mount by label).
439
48670001
NS
440xfsprogs-2.6.12 (30 April 2004)
441 - Extract stripe unit/width from device mapper devices
442 (added libdisk infrastructure, used by mkfs.xfs).
443 - Fix rounding in xfs_io(8) bytes read/written output.
444 - Sync up user/kernel source in libxfs and headers.
445 - Fix compiler warnings on 64 bit platforms.
446 - Update i18n message catalog.
447
dc987226
BK
448xfsprogs-2.6.11 (15 April 2004)
449 - Fix file descriptor leak in path_to_fshandle. A file
450 was being opened but never closed, regardless of
451 whether that descriptor was being cached. Now close
452 the file on error or if it is not being cached.
ae1ffbce
NS
453 - Fix xfs_repair handling of a corrupt v2 directory with
454 multiple entries having the same name.
dc987226
BK
455
456xfsprogs-2.6.10 (05 April 2004)
2999b9c1
NS
457 - Fix botch in recent addition of new superblock field
458 (features2) which could result in filesystems with v2
459 logs being created with invalid superblock fields.
460 Thanks to Chris Pascoe for this fix.
461 - Fix error when forcing a too-large v2 log stripe size
462 back to 32K. Thanks to Chris Pascoe for this fix too.
463 - Fix xfs_copy -d option so that it really does create a
464 duplicate filesystem (the log is duplicated too now in
465 that case, whereas previously a fresh log was created).
466
dc987226 467xfsprogs-2.6.9 (26 March 2004)
e8e5f318
ES
468 - Update HFILES in xfsprogs/io/Makefile to package io/io.h
469
dc987226 470xfsprogs-2.6.8 (25 March 2004)
48c46ee3
NS
471 - Fix xfs_db when dumping v2 dirs larger than the fsb size.
472 - Several xfs_io additions - support for memory mapped areas,
473 multiple open files, expert mode (freeze, shutdown, error
474 injection, etc), fadvise (Linux-specific), allow user to
475 specify a create mode to open(2).
476 - Fix xfs_bmap verbose mode stripe alignment information.
477 - Fix typo on xfs(5) man page.
478
dc987226 479xfsprogs-2.6.7 (19 March 2004)
7b9d2be9
NS
480 - Fix up UUID library checks again, previous fix didn't work
481 for older versions of autconf.
482 - Allow for future extensions to the XFS ondisk structure by
483 reserving an extra 32 bits in the superblock for feature
484 bits (update xfs_db to dump them).
485 - Fix xfs_repair handling of version 2 directories with a
486 hole at the start.
487 - Fix an endian bug in xfs_copy, when operating on allocation
488 groups with multi-level freespace btrees.
489 - Ensure xfs_repair "dangerous" mode does not attempt to set
490 the device blocksize, this generates an error when target
491 filesystem is mounted readonly.
492
dc987226 493xfsprogs-2.6.6 (03 March 2004)
efc71cb0
NS
494 - mkfs now opens the devices it's operating on with the
495 O_EXCL flag set, which is used by the Linux 2.6 block
496 layer to ensure concurrent access does not happen.
497 - Allow xfs_io to operate on files from other filesystems,
498 with the XFS-specific commands unavailable in this mode.
499 - Fix configure scripts to also search for a UUID library
500 in /usr/lib64 which is its home on AMD64/x86_64.
501
dc987226 502xfsprogs-2.6.5 (20 February 2004)
575fec4c 503 - Fix up mkfs to ensure that the log size is a multiple of
504 the v2 log stripe size even if the log happens to be aligned
505 on a log stripe boundary (always check it).
506
dc987226 507xfsprogs-2.6.4 (17 February 2004)
1acf3be9
NS
508 - Fix a few more libxfs/repair leaks.
509 - Fix up some libhandle routines, add the open_by_fshandle
510 routine required by recent versions of xfsdump.
fceb0d99 511
dc987226 512xfsprogs-2.6.3 (19 January 2004)
33a4da69
NS
513 - Merge Steve Langasek's work on the Debian installer
514 support for xfsprogs.
515 - Add knowledge to xfs_db about the security namespace in
516 its extended attributes commands.
517 - Sync up user/kernel source in libxfs and headers.
518 - Fix a couple of compilation warnings.
519 - Workaround for some versions of autoconf mishandling the
520 AC_CHECK_SIZEOF macro.
521 - Fix a memory leak in libxfs, most noticable in xfs_repair.
522
63899e27
NS
523xfsprogs-2.6.2 (17 December 2003)
524 - Fix dev_t sizing issues in user tools - glibc uses a 64
525 bit number and XFS has a 32 device bit number, confusion
526 reigns. Not much manipulates device numbers in the XFS
527 user tools though, hence hasn't really been seen before.
528 Thanks to Christoph for the patch.
529
92d9b902
NS
530xfsprogs-2.6.1 (27 November 2003)
531 - Human-friendly xfs_io read/write bsize specifications.
532 - Dump throughput and IOPs values after xfs_io reads/writes.
533 - Sync up user/kernel source in libxfs, libxlog and headers.
534
1f1b8be7
NS
535xfsprogs-2.6.0 (28 October 2003)
536 - Change to mkfs strategy for allocation group count and size
537 default. Scales significantly better for large filesystems.
538
7f090a57
NS
539xfsprogs-2.5.11 (10 October 2003)
540 - Incorporate Jan Derfinaks change to the Linux block ioctls
541 used in libxfs, allowing this code to compile cleanly with
542 include files from Linux 2.6.0-test5 onward.
543
dfb5b7da 544xfsprogs-2.5.10 (30 September 2003)
f0911c29 545 - Fix up xfs_logprint to handle version 2 logs for its
dfb5b7da 546 operation output (previously core dumped on it).
547
2b288ccf
NS
548xfsprogs-2.5.9 (19 September 2003)
549 - Sync up user/kernel source in libxfs, libxlog and headers.
550 - Add new inode flags into xfs_db too.
551
2c794e6e
NS
552xfsprogs-2.5.8 (12 September 2003)
553 - Add missing options to xfs_db frag command one-line summary.
554 - Add xfs_io commands for setting and clearing new inode flags
555 for immutable/append-only/sync/no-atime/no-dump.
556 - Dump some other statfs fields in the xfs_io statfs commands.
557 - Remove "test" mode from xfs_repair, only useful in xfs_check.
558 - Fix problem in xfs_logprint where it was trying to continue
559 in the presence of a corrupt log when it shouldn't have.
560 - Fix an incorrect assertion in xfs_logprint in regards to the
561 validity of the log start block.
562 - Fix xfs_growfs (and hence xfs_info) to allow it to be given
563 either a mount point or a device in the mount table - it'll
564 figure it out and should do the right thing either way now.
565
32a82561
NS
566xfsprogs-2.5.7 (29 August 2003)
567 - Sync up user/kernel source in libxfs and headers.
568 - Make xfs_copy a tad more portable, although work remains.
569 - Add a "test" mode to xfs_repair and xfs_check which allows
570 for sparse (and hence extremely large) filesystem testing.
571
b50e4c6e
NS
572xfsprogs-2.5.6 (19 August 2003)
573 - Fix a mkfs problem where it could exit inappropriately when
574 a large data volume stripe unit was either specified on the
575 command line or via querying the underlying volume manager.
576
4565db19 577xfsprogs-2.5.5 (07 August 2003)
05bba5b7
NS
578 - Update xfs_io command to allow reading from non-XFS files.
579 - Sync up user/kernel source in libxfs, libxlog and headers.
46c2ae68
NS
580 - Update xfs_db and xfs_logprint commands to print new inode
581 flush iteration field.
05bba5b7 582
6404bb81 583xfsprogs-2.5.4 (23 July 2003)
d371bee3
NS
584 - Update xfs_io bmap command to report unwritten extent flag
585 if it is set on an extent (in verbose mode only).
6404bb81 586 - Introducing xfs_copy.
989b74bc 587 - Fix shell quoting problem in xfs_bmap script.
d371bee3 588
638473d8
NS
589xfsprogs-2.5.3 (07 July 2003)
590 - Update xfs_io commands which take user input in terms of
591 byte counts to now also allow unit prefixes like mkfs.xfs.
592 - Tweak build to avoid unnecessary rebuilds of international
593 language files (if present), suggested by Steve Langasek.
594 - Fix usage message in mkfs.xfs, it was out of date.
595 - Fix some filesystem type detection code, in particular the
596 bfs probe code was broken for 64 bit machines (found by QA
597 test 032) and the hfs code was broken too (originally found
598 by Ethan Benson). We now also detect hfs+ filesystems.
599
2371995a
ES
600xfsprogs-2.5.2 (25 June 2003)
601 - Fix xvm stripe detection in libdisk - pass correctly
602 sized structures to xvm ioctls.
949c0f10
NS
603 - Add pthread library checks into configure and build scripts
604 for work-in-progress on xfs_repair and xfs_copy.
605 - Fix missing initialisation of stripe unit/width alignment
606 information during libxfs_mount.
601e7662 607 - Fix botched repair typecast for multi-terabyte filesystems.
2371995a 608
a400ab25
NS
609xfsprogs-2.5.1 (23 June 2003)
610 - Fix libdisk device driver (volume managers) detection code
611 used by mkfs, so that drivers with multiple majors are not
612 incorrectly processed.
613
3cc4d0db
NS
614xfsprogs-2.5.0 (18 June 2003)
615 - Fix libdisk (and hence mkfs) code which warns on MD devices
616 with the clean flag not set, apparently this is not so wise.
617 - Fix libxfs_device_zero to work with smaller-than-requested
618 write return values.
619 - Fix error in xfs_io pwrite code with large request sizes.
620 - Fix rounding-down-input problems in several xfs_io commands.
621 - Changed mkfs.xfs default log size scaling algorithm slightly,
622 to create larger logs at smaller filesystem sizes by default
623 (thanks to Andi Kleen for the patch).
624 - Enable support for sector sizes larger than 512 bytes.
625
3fbbdc85
NS
626xfsprogs-2.4.12 (02 June 2003)
627 - Fix xfs_logprint handling of any version 2 log device.
628 - Remove calls to exit in libhandle, propogate errors to
629 caller, and bumped libhandle version from 1.0.1 to 1.0.2.
630
9b5ee343 631xfsprogs-2.4.11 (30 May 2003)
74668075
NS
632 - Extract device sector size at mkfs time and issue warnings
633 if the requested filesystem sector size is too small.
634 - Sync up user/kernel source in libxfs, libxlog and headers.
635 - Skip realtime initialisation in libxfs mount path if the
636 caller is xfs_db, otherwise we get nonsense warnings.
9b5ee343
NS
637 - Update xfs_io with a couple of additional commands.
638 - Fix xfs_logprint handling of corrupt v2 log devices.
74668075 639
3168bd4e
NS
640xfsprogs-2.4.10 (12 May 2003)
641 - Fix a bug in mkfs - creating version 2 logs, an incorrect
642 stripe unit value was being passed to libxfs_clear_log.
643 All recent versions of xfs_repair will fix this, however,
644 because xfs_repair uses the correct stripe unit value.
e7134dda
NS
645 - Fix a bug in xfs_logprint, when dumping a corrupt log.
646 - FreeBSD updates from Alexander Kabaev.
8ebd0722
NS
647 - Large sector size updates for mkfs (disabled at the moment).
648 - Large sector size fixes for xfs_repair.
1cba5ede 649 - Sync up with aeb's mount source for filesystem detection.
e7134dda 650
97999e0c
NS
651xfsprogs-2.4.9 (03 May 2003)
652 - Allow xfs_repair to run on read-only filesystems.
653
16c44ed2
NS
654xfsprogs-2.4.8 (26 April 2003)
655 - Rework configure.in to make use of shared macros.
656 - Fix up #include lines to allow compilation of sources
657 with installed headers rather than local headers.
658 - Fix botches in xfs_bmap shell script which prevented any
659 arguments being passed on to xfs_io (from Jan Derfinak).
660
2e542de0
NS
661xfsprogs-2.4.7 (22 April 2003)
662 - Clarify XFS system call interfaces, fix up documentation.
663
887651bd
NS
664xfsprogs-2.4.6 (11 April 2003)
665 - Fix a bug in detection of "clean" and "error" states with
666 MD devices.
667 - Fix configure tests that used AC_PATH_PROG incorrectly.
d4b9ebda
NS
668 - Add support for libedit, if libreadline is unavailable.
669 - Fix the libxfs build on big endian platforms.
670 - Sync up user/kernel source in libxfs and headers.
887651bd 671
f5d2a488 672xfsprogs-2.4.5 (03 April 2003)
887651bd
NS
673 - Sync up xfs_inode.c in libxfs.
674 - Implement get_unaligned/put_unaligned in libxfs.
f5d2a488 675
93d9f139
NS
676xfsprogs-2.4.4 (30 March 2003)
677 - Correct display of imaxpct in mkfs.xfs output.
678 - Portability changes; including some code to support use
1707056a
NS
679 of several tools on Mac OS X (for Russell), ditto for
680 FreeBSD (from Russell); also did a simplistic backport
681 to IRIX (for me), so that I can run purify on some of
682 the tools.
93d9f139
NS
683 - See doc/INSTALL for more details on this.
684 - Sync up user/kernel source in libxfs and headers.
685 - Fix up some warnings when compiling libxfs on big endian
686 platforms.
687 - Fix a configure.in botch which resulted in libreadline
688 always being used even when it was not asked for.
689 - Fixed the configure.in script so that if gettext disabled,
690 we don't check for the gettext tools (and no longer fails
691 if they were not found).
692 - Added the ability to specify a different user and/or group
693 to install as (previously, and still by default, root/root
694 were always used here).
0a80baf7 695
d0a7bc18
NS
696xfsprogs-2.4.3 (27 March 2003)
697 - Cleanups to the build process, in particular the automatic
698 rpm package generation Makefile and spec file template.
699 - Makepkgs script can now propagate failures back from make.
700 - Minor configure.in update to deal with readline libraries
701 which have not been linked correctly.
702
703xfsprogs-2.4.2 (25 March 2003)
e246ba5f
NS
704 - Added the xfs_io(8) command, an xfs_db(8) alike command
705 for testing and debugging the XFS file IO path.
706 - Added an optional dependency on the GNU readline library
707 which is "off" by default and enabled with the configure
708 option --enable-readline=yes; it affects the interactive
709 tools only (xfs_db and now xfs_io).
710 - Implemented xfs_bmap(8) as a shell script wrapper.
711 - Documented the mkfs.xfs -f, -llogdev and -rrtdev options.
712 - Corrected size check for realtime summary inode (not the
713 same as the realtime bitmap inode) in xfs_repair.
714
715xfsprogs-2.4.1 (18 March 2003)
eae766ca
NS
716 - Fix error reporting when zeroing parts of the realtime
717 device in phase6 of xfs_repair.
718 - Add a mkfs.xfs check for Mac partitions before writing
719 to the device.
720 - Thanks to Ethan Benson <erbenson@alaska.net> for this.
721 - Minor fix to the xfs_bmap(8) man page.
722 - Sync up user/kernel source in libxfs and headers.
723
e246ba5f 724xfsprogs-2.4.0 (06 March 2003)
4ca431fc
NS
725 - Enable unwritten extents by default in mkfs.xfs.
726 - Add a command to xfs_db to enable unwritten extents.
727 - Add an option to xfs_admin to use the above command.
728 - Add command to xfs_db to print out the currently enabled
729 feature bits and version number.
730 - Make xfs_db slightly more robust in the presense of bad
731 ondisk data.
732 - Rationalise some xfs_db superblock-related code and the
733 uuid command now checks for a dirty log before zeroing.
734 - Add stripe alignment information to xfs_bmap.
735 - Sync up user/kernel source in libxfs and headers.
736 - Update man pages, fix a typo in the xfs_admin man page
737 relating to the UUID options.
738
e246ba5f 739xfsprogs-2.3.11 (18 February 2003)
66fef046
NS
740 - Missed a build dependency for the Debian build process.
741
e246ba5f 742xfsprogs-2.3.10 (17 February 2003)
5b5df80a
NS
743 - Fix a divide-by-zero error in mkfs with certain stripe unit
744 and/or width options specified.
745 - Sync up user/kernel source in libxfs and headers.
746
507f4e33
NS
747xfsprogs-2.3.9 (31 December 2002)
748 - Additional xfs_repair check in v2 directory handling for blks
749 with no data entries (merged from IRIX), includes several
750 handy comments sprinkled throughout this v2 dir code.
751 - Fix an endian bug in the same area of code (v2 dirs, phase 6,
752 longform_dir2_rebuild_setup)
753 - xfs_repair has additional checks for bad sector values now.
754 - xfs_repair I18N changes.
755 - Fix detection of readonly mounts, slightly botched in 2.3.8.
756 - Fix references to removed ioctl commands on xfs(5) man page.
757
9440d84d
NS
758xfsprogs-2.3.8 (18 December 2002)
759 - Initial support for I18N (still more to do here).
760 - Initial changes for filesystems with greater than 512 byte
761 sector sizes (still plenty more to do here too).
762 - Tidy up libxfs functions which take a "flags" argument.
763 - Sync up user/kernel source in lib{xfs,xlog} and headers.
764 - Fixed incorrect use of XFS_FSB_TO_DADDR macro in xfs_db's
765 faddr.c::fa_dirblock routine - now use XFS_FSB_TO_BB here,
766 as set_cur() takes basic blocks as its third parameter.
767 - Fixed obscure issue in mkfs where only the first AG would
768 get its AGFL freelist "fixed" - not clear this caused any
769 issues in practice (on Linux its always been this way, we
770 now match up with IRIX though).
771 - Made xfs_growfs filesystem geometry output match up with
772 that displayed by mkfs.xfs (xfs_growfs was missing a comma
773 before the log version field).
774 - Fixed an issue in xfs_repair where data past the end of the
775 valid superblock fields was sometimes not cleared, when it
776 really should have been (due to a libxfs problem).
777 - Shell scripts (xfs_info, xfs_check, etc) now also report
778 the xfsprogs version number via -V, like other commands.
779
f41df2a9
NS
780xfsprogs-2.3.7 (14 November 2002)
781 - Fix an endian bug in xfs_db freesp command when descending
782 into multi-level agf cnt/bno btrees.
783
6bef826c
NS
784xfsprogs-2.3.6 (31 October 2002)
785 - Sync up user/kernel source in lib{xfs,xlog} and headers.
786 - Fix several warnings from newer (3.2) versions of gcc.
787 - Minor header file shuffling.
788
32181a02
NS
789xfsprogs-2.3.5 (10 October 2002)
790 - Sync up user/kernel source in lib{xfs,xlog} and headers.
791 - Fix mkfs (libxfs) bug when using BLKFLSBUF ioctl - we passed
792 in the device number instead of a file descriptor (and EBADF
793 was the end result, which we ignored).
794 - Thanks to Anton Blanchard <anton@samba.org> for fixing this.
795
04b9f19c 796xfsprogs-2.3.4 (04 October 2002)
32181a02 797 - Fix size calculation bug in xfs_repair's memory allocation,
04b9f19c
ES
798 reduces memory usage by a factor of 4.
799
0640ee14
ES
800xfsprogs-2.3.3 (16 September 2002)
801 - Fix mkfs bug when optimizing AG size on striped devices,
802 ASSERT(agcount != 0) tripped on single-ag filesystems.
803
71a44c4b
CH
804xfsprogs-2.3.2 (10 September 2002)
805 - Use pread/pwrite instead of lseek + read/write.
806
75efd6ca
ES
807xfsprogs-2.3.1 (03 September 2002)
808 - Allow xfs_db to accept negative numbers when writing values.
809
9d77aadd
NS
810xfsprogs-2.3.0 (03 September 2002)
811 - Several changes to geometry ioctl callers which will make
812 the tools useable on older kernel versions too.
813 - Mainly affects xfs_bmap and xfs_growfs.
814 - Do some additional cleanup after autoconf has run.
815
d6241901 816xfsprogs-2.2.3 (28 August 2002)
ebf3db3a 817 - Update libdisk for a few other filesystems.
d6241901
ES
818 - Fix call to lvdisplay on LVM volumes so that lvdisplay
819 always gets the full, real path to the volume, as required.
820
c689c5aa
ES
821xfsprogs-2.2.2 (19 August 2002)
822 - Fix endian bug in xfs_db, was not flipping 16-bit numbers.
823 - Make xfs_repair recognize a NULLFSINO and print that in
824 addition to "18446744073709551615" for easy recognition.
825 - Fix format string that xfs_repair uses when fixing inodes,
826 so that the new inode numbers are printed correctly.
827
c8a386bb
NS
828xfsprogs-2.2.1 (09 August 2002)
829 - Fix buglet in libdisk get_driver_block_major() routine which
830 would result in incorrect majors being returned for not-found
831 drivers.
832 - Fix problem in install process with newer autoconf versions.
833
836f654f
NS
834xfsprogs-2.2.0 (08 August 2002)
835 - mkfs.xfs defaults to a blocksize of 4096 bytes, and no longer
836 uses getpagesize(2) to dynamically configure the default size.
837 - Add EVMS stripe unit/width auto-detection support in mkfs.xfs
838 (patch from Luciano Chavez).
839 - Sync user/kernel headers (arch.h incorporated into xfs_arch.h,
840 and several other minor changes).
841
9e017777
ES
842xfsprogs-2.1.2 (17 July 2002)
843 - Fix up log stripe unit specification options, and update
844 man page. Also fix suffix handling for data su/sw options
836f654f
NS
845 (disallow unit suffixes on -d sunit,swidth,sw and -l sunit).
846 Add "s" (512-byte sectors) as valid suffix.
b2a8226a
ES
847 - Automatically select v2 logs if a log stripe unit is
848 specified.
9e017777 849
6c6508ec
NS
850xfsprogs-2.1.1 (04 July 2002)
851 - Build infrastructure updates so that configure options can be
852 used to specify paths rather than semi-hard-coded path names
853 controlled by the ROOT/ROOT_PREFIX environment variables; eg.
854 now allows /lib64 and /lib32
855
856xfsprogs-2.1.0 (14 June 2002)
836f654f 857 - Support for XFS version 2 log format.
e55d768a
NS
858 - Fix for xfs_repair mangling i8count for dir2_sf directories
859 - Minor mkfs.xfs man page update for blocksize limits on Linux
e49e365f 860 - xfs_cred.h split into xfs_acl.h, xfs_cap.h and xfs_mac.h
53bdcc66 861 - Fix typo in mkfs realtime summary inode alloc failure message
e55d768a 862
0b656633
NS
863xfsprogs-2.0.6 (30 May 2002)
864 - Fix error returns from log recovery (affects xfs_repair).
f0911c29 865 - Fix the way mkfs.xfs round downs the device when the last
0b656633 866 AG is smaller than the minimum AG size.
01f8bdf6
NS
867 - Fix bug in xfs_repair da_write() routine, which affects
868 filesystems where the data blocksize != naming blocksize
869 (see xfs_info output).
948ce18a
NS
870 - Fix a use-after-free bug in xfs_repair code for checking
871 version 1 btree-format directories.
0b656633 872 - Add checks of the ACL permissions field into xfs_repair.
01f8bdf6 873
a212110f 874xfsprogs-2.0.5 (02 May 2002)
f0911c29 875 - Size AGs so that they do not always start on the same
a212110f
ES
876 part of a striped disk
877 - Fix an off-by-one error on rounding down an AG that is
878 too small to be an AG
0b656633 879 - Don't auto-grow the log to be larger than an AG
f0911c29 880 - Change the error philosophy for -d su=,sw= away from forcing
0b656633
NS
881 the XFS stripe size to match the volume manager stripe size
882 and instead accept, with a warning, the stripe unit & width
883 supplied on the commandline.
3a8e603d
NS
884 - Update xfs_growfs man page
885 - Don't build libxlog.a with DEBUG enabled
0e6b2a43 886 - xfs_db fixes from ASANO Masahiro at NEC
3a8e603d 887
5ce1d1f7
NS
888xfsprogs-2.0.4 (17 April 2002)
889 - Minor update sync'ing with kernel changes (less endian
890 swabbing in libxfs code)
891
286ceebb
NS
892xfsprogs-2.0.3 (13 April 2002)
893 - Important build system update, was causing libxfs to be
894 built incorrectly, which can cause xfs_repair to fail by
895 tripping asserts in additional libxfs debug code.
896
897xfsprogs-2.0.2 (04 April 2002)
04a88afb 898 - Bumped version of libhandle to libhandle.so.1.0.1
f0911c29 899 This changes open_by_handle() and friends so that
04a88afb
TS
900 O_LARGEFILE is added to the open flags.
901 This allows xfsdump to dump files greater than
902 2^31-1 bytes instead of not dumping the large
903 files and giving warning messages.
904
044fe078 905xfsprogs-2.0.1 (12 March 2002)
58d3fbac 906 - Fall back to BLKGETSIZE if BLKGETSIZE64 fails
044fe078 907 - Sync user/kernel headers and shared code
58d3fbac 908
14290264
NS
909xfsprogs-2.0.0 (26 February 2002)
910 - Major release to coincide with switch to new extended
911 attributes system call interfaces
912 - bumped version of libhandle, added new symbols to use
913 the reworked extended attributes handle ioctl interface
914 - xfs_repair in no-modify mode opens the filesystem device
915 read-only now (fix from Chris Pascoe)
2f8883de
NS
916 - sync up with recent (minor) changes to shared kernel code
917 - switch to using the BLKGETSIZE64 ioctl in libxfs, instead
918 of the (previously busted) BLKGETSIZE ioctl
14290264 919
42a564ab
ES
920xfsprogs-1.3.19 (15 February 2002)
921 - fix xfs_repair option parsing for external logs
922 - add xfs_repair option parsing for realtime device
923 - fix xfs_repair version (-V) option - should not
924 require an argument
925 - add -V option to usage string
926 - document verbose (-v) and -r options in manpage
927
d25a66f5
NS
928xfsprogs-1.3.18 (17 January 2002)
929 - fix mkfs.xfs buglet in overwriting signatures when run
930 on a regular file
931
aad68c0b
NS
932xfsprogs-1.3.17 (14 January 2002)
933 - mkfs.xfs overwrites pre-existing filesystem, swap, or md
934 driver signatures.
2d9475a4 935 - xfs_repair fix to prevent double insertion into the
aad68c0b 936 uncertain_inode AVL trees ("avl_insert: duplicate range")
94bc4126
NS
937 - xfs_repair fix if the log is corrupted and we can't find
938 the head, don't exit - just proceed on with zeroing it
aad68c0b 939 - use snprintf instead of sprintf throughout
2d9475a4 940
c6b24b3b
NS
941xfsprogs-1.3.16 (17 December 2001)
942 - added text dump type to xfs_db (mkp)
943 - removed use of a temporary file in xfs_db when processing
944 commands on the command line - allows xfs_check to be run
945 on read-only root filesystems
946
a33a9e62
NS
947xfsprogs-1.3.15 (12 December 2001)
948 - reenable the use of the BLKBSZSET ioctl, its baaack
949 - sync recent XFS kernel source changes back into libxfs
950
6d1d29a7
NS
951xfsprogs-1.3.14 (05 December 2001)
952 - fix minor debian package version numbering issue
953 - add documentation for xfs_db(8) label/uuid commands
954 - automatic inode sizing code in mkfs.xfs has been removed
955 (restricting inodes to 32 bits) - Steve's recent kernel
956 changes mean this is no longer an issue
957 - fix bug in mkfs.xfs size cross-check for realtime device
958
cc8d65c6
SL
959xfsprogs-1.3.13 (25 October 2001)
960 - fix bug in mkfs for 1Tbyte + filesystems
63be04eb
NS
961 - sync with recent kernel changes - this does not affect
962 userspace (libxfs), all affected code is removed by cpp.
963
d321ceac
NS
964xfsprogs-1.3.12 (17 October 2001)
965 - implement the -f (file) option to xfs_logprint
966 - rework the xlog code into libxlog for code sharing
967 - xfs_repair now detects a dirty log and, without -L, will
968 no longer blindly zero it (which prevents any recovery)
969
31c5308f
NS
970xfsprogs-1.3.11 (17 October 2001)
971 - tidy up some (benign) compiler warnings from libxfs
972 - fixed 64-bit pointer alignment issues in xfs_check
973 - fixed 64-bit pointer alignment issues in xfs_repair
974 - verified these on IA64, also reported to fix sparc issues
975
8c4a2bb0
NS
976xfsprogs-1.3.10 (12 October 2001)
977 - sync with XFS kernel header changes for EAs by-handle
978 - ported xfs_imap command for dumping the inode map
979
c03d02f8 980xfsprogs-1.3.9 (03 October 2001)
3079c6c0
NS
981 - fix xfs_repair bug in handling a corrupt root directory
982 inode with multiple "lost+found" entries
c03d02f8
NS
983 - fix xfs_logprint bug in scanning for log head and tail
984 - ensure xfs_bmap doesn't issue XFS ioctls to non-XFS files
985 - numerous man page updates
3079c6c0 986
c12c979e
NS
987xfsprogs-1.3.8 (19 September 2001)
988 - rewrote the LVM support used by mkfs.xfs to call external
989 lvdisplay program to get volume geometry (mkp@mkp.net)
990 - fix bug in LVM driver wrapper where it would not have been
991 used at all, ever (since 1.3.0), due to idiot programmer
992 error (*blush*) -- also thanks to mkp for the bug fix
993
655782c8 994xfsprogs-1.3.7 (10 September 2001)
30b0c726
NS
995 - enable preallocation in xfs_mkfile [missed during port?]
996 - fix xfs_db core dump when reporting freespace
655782c8
NS
997 - allow libuuid to be linked dynamically if desired (based
998 on a patch from Colin Walters <walters@verbum.org>, helps
999 the folk working on the Debian installer for XFS)
1000 - licensing change for "libhandle" (was GPL, now LGPL-2.1)
1001 and some related header files
30b0c726 1002
8e4b2fda
ES
1003xfsprogs-1.3.6 (31 August 2001)
1004 - make mkfs.xfs aware of geometries that might cause
1005 inode numbers to exceed 32 significant bits.
1006 - make xfs_growfs warn if new filesystem will have
1007 inode numbers that exceed 32 significant bits.
a981f202
NS
1008 - fix logprint bug in reporting extended attributes
1009 (thanks to Tang Lingbo <tanglb@sina.com> for fixing this)
1010 - fix mkfs.xfs core dump when attemping to run on devices
1011 which are too small to hold a valid XFS filesystem
1012
a6cae4ff
NS
1013xfsprogs-1.3.5 (13 August 2001)
1014 - fix bug in xfs_db bit handling on big endian platforms
1015 - fix mkfs bug related to too-small final allocation group
1016 - fix signedness bug in DMAPI ioctl structure definition
1017
caca5fe8
NS
1018xfsprogs-1.3.4 (04 August 2001)
1019 - fix endian bug in xfs_db "frag" command
1020 - small configure script changes to allow cross compilation
e6c5396e 1021 - several man pages updated to document external log usage
caca5fe8 1022 - install another shared library symlink for ld to find
e6c5396e
NS
1023 - switched on -fno-strict-aliasing for library object builds
1024 - fix several minor compiler warnings when building on IA64
1025
15e12e6d
NS
1026xfsprogs-1.3.3 (27 July 2001)
1027 - fixes for (hopefully) the last few nits in libtool usage
1028
6d6d1407
NS
1029xfsprogs-1.3.2 (23 July 2001)
1030 - install static libs and libtool archives into /usr/lib
1031 - shared libraries are unchanged, however
1032
caca5fe8 1033xfsprogs-1.3.1 (15 July 2001)
dd0e776c
SL
1034 - updated xfs_types.h file from the kernel changes needed for
1035 an xfsdump fix.
d5dca43b
NS
1036 - tidy up various aspects of the libtool rework
1037 - XVM stripe unit/width extraction
1038 - fix an endian bug in xfs_db "write" command
1039 - fix a build problem with liblvm.a installed
1040 - fix bug in xfs_growfs mount option parsing with external log
f55f1ddb
NS
1041 - BLKSZSET ioctl now conditional via the Makefile (off by default)
1042 - rework some of the Debian packaging rules
557b0af8 1043 - fix sign of BLKGETSIZE ioctl argument in libxfs
03bae3a5 1044 - updated xfs_fs.h with DMAPI setdm details for dump/restore
dd0e776c 1045
caca5fe8 1046xfsprogs-1.3.0 (11 July 2001)
f937adac
NS
1047 - reworked Makefiles to use libtool
1048 - new libdisk to allow sharing of generic mount/disk code and
1049 - also abstracts individual driver support (LVM, MD, XVM..)
1050 - partition table detection so mkfs.xfs doesn't blindly overwrite
1051 - small xfs_repair bug fix from Steve
1052
caca5fe8 1053xfsprogs-1.2.8 (02 July 2001)
fc8202ba
NS
1054 - fixed a bug in libxfs /etc/mtab read-only mount detection
1055 - first try procfs, fall back to /etc/mtab, for read-only mounts
1056 - sync with recent mount code changes for reiserfs and ext3 probes
1057 - fix logprint build problem under gcc 3.0
5b64e00a 1058
5cadcf67
NS
1059xfsprogs-1.2.7 (22 May 2001)
1060 - new xfs_freeze(8) command - volume manager snapshot helper
1061
3fbc9137
NS
1062xfsprogs-1.2.6 (15 May 2001)
1063 - merge support for -d agsize=/su=/sw= (AG, stripe unit/width size)
1064 - merge support for dynamic configuration of default log size
1065 - document these and fix a couple of man page typos too
1066
a8aec2c9
NS
1067xfsprogs-1.2.5 (07 May 2001)
1068 - fix missing Makefile include entries for LVM headers
1069 - configure script default man path now /usr/share/man
f91dde66
NS
1070 - add experimental xfs_rtcp (realtime copy) command
1071 - powerpc build failure fixups - thanks to Robert Ramiega
1072 - cleanup arch-specific code, esp. the byteswab routines
1073 - as a result, move to -O1 as default for extern inlines
a8aec2c9 1074
979f7189
NS
1075xfsprogs-1.2.4 (01 May 2001)
1076 - added -L option to mkfs.xfs (filesystem label)
1077
878c1b90
NS
1078xfsprogs-1.2.3 (27 April 2001)
1079 - add dquot and quotaoff log item support into xfs_logprint
1080 - fix logprint core dump reporting AGI in "continue"'d transactions
1081
5b64e00a
NS
1082xfsprogs-1.2.2 (09 April 2001)
1083 - fix problem in xfs_db (check) group quota logic
1084 - fixes to warnings from recent gcc and/or 64-bit builds
1085
60ca9704
NS
1086xfsprogs-1.2.1 (04 April 2001)
1087 - sync up with recent changes to XFS kernel headers
1088
1089xfsprogs-1.2.0 (01 April 2001)
b36eef04
NS
1090 - support for group quota added
1091 - some headers updated, in particular <xqm.h>
1092 - now in late stages of beta
1093
156fafc9 1094xfsprogs-1.1.9 (26 March 2001)
b36eef04 1095 - added automagic stripe unit/stripe width extraction for MD devices
156fafc9 1096
8d718070
MP
1097xfsprogs-1.1.8 (23 March 2001)
1098 - mkfs heuristics to make a qualified guess of internal logsize
1099
6b62ca6e 1100xfsprogs-1.1.7 (20 March 2001)
cfca1ea0
NS
1101 - upgraded LVM to 0.9beta6
1102 - minor rpm spec file changes
6b62ca6e 1103
61ecf6c2 1104xfsprogs-1.1.6 (20 March 2001)
cfca1ea0
NS
1105 - fix sparc build failure - fcntl.h missing O_DIRECT
1106 - added README.quota describing use of quota with XFS
61ecf6c2 1107
c5937330 1108xfsprogs-1.1.5 (12 March 2001)
cfca1ea0 1109 - upgraded LVM support to 0.9beta2 (IOP 10)
fc49813f 1110
288982ba
NS
1111xfsprogs-1.1.4 (10 March 2001)
1112 - kernel now supports O_DIRECT - re-enable its use in xfs_mkfile
1113 - BLKSETSIZE ioctl replaced by BLKBSZSET ioctl in libxfs
1114 - libxfs_init extended so only mkfs and xfs_repair use BLKBSZSET
1115 - NOTE: this version requires an XFS kernel from March 9 or later
1116
1117xfsprogs-1.1.3 (02 March 2001)
856f125f
NS
1118 - minor Makefile-related cleanups
1119
33e79270
NS
1120xfsprogs-1.1.2 (10 February 2001)
1121 - added libhandle routines to simplify dump/restore EA support
1122
ca32a39c
NS
1123xfsprogs-1.1.1 (30 January 2001)
1124 - minor rpm and deb packaging work
1125
fc49813f
NS
1126xfsprogs-1.1.0 (15 January 2001)
1127 - rework xfs-cmds package into base, devel and dump packages
1128 - completed Debian packaging
1129 - late beta code
1130
1131xfs-cmds-1.0.7 (02 January 2001)
1132 - added mkfs support for extracting LVM stripe unit/width
1133 - libattr (*experimental* extended attributes interface) added
1134 - removed xfs_fstab.5 man page (merged into mount.8)
1135 - install xfs_repair into /sbin, not /usr/sbin
1136
1137xfs-cmds-1.0.6 (04 October 2000)
1138 - reworked external log format to be IRIX compatible
1139 - mkfs, repair, db, logprint now work with new format
1140 - xfs_admin added for setting filesystem label
1141
1142xfs-cmds-1.0.5 (18 September 2000)
1143 - minor bug fixes
1144 - first beta release
1145
1146xfs-cmds-1.0.4 (18 August 2000)
1147 - minor bug fixes
1148 - xfs_growfs added
1149 - xfs_info added
1150 - late alpha code
1151
1152xfs-cmds-1.0.3 (16 August 2000)
1153 - numerous bug fixes
1154 - xfsdump and xfsrestore added
1155 - xfsstats added
1156 - fsck.xfs (symlink to /bin/true) added
1157 - demise of sim library complete, mkfs and repair reworked
1158 - no longer need to have an XFS kernel handy for building xfs-cmds
1159 - xfs_copy compiles on Linux
1160 - dump/restore README added
1161 - late alpha code
1162
1163xfs-cmds-1.0.2 (27 July 2000)
1164 - numerous bug fixes
1165 - xfs_attr (extended attributes) command added
1166 - fsr_xfs added (ported by jones@tacc.utexas.edu)
1167 - LVM+XFS README added
1168 - early alpha code
1169
1170xfs-cmds-1.0.1 (5 July 2000)
1171 - numerous bug fixes
1172 - reworked build environment
1173 - begun work on user/kernel separation
1174 - early alpha code
1175
1176xfs-cmds-1.0.0 (16 June 2000)
1177 - initial release for USENIX CDs
1178 - early alpha code