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