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