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