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