]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - doc/CHANGES
Flush out my xfsprogs backlog - bunch of I18N and sector size related
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
1 xfsprogs-2.3.8 (18 December 2002)
2 - Initial support for I18N (still more to do here).
3 - Initial changes for filesystems with greater than 512 byte
4 sector sizes (still plenty more to do here too).
5 - Tidy up libxfs functions which take a "flags" argument.
6 - Sync up user/kernel source in lib{xfs,xlog} and headers.
7 - Fixed incorrect use of XFS_FSB_TO_DADDR macro in xfs_db's
8 faddr.c::fa_dirblock routine - now use XFS_FSB_TO_BB here,
9 as set_cur() takes basic blocks as its third parameter.
10 - Fixed obscure issue in mkfs where only the first AG would
11 get its AGFL freelist "fixed" - not clear this caused any
12 issues in practice (on Linux its always been this way, we
13 now match up with IRIX though).
14 - Made xfs_growfs filesystem geometry output match up with
15 that displayed by mkfs.xfs (xfs_growfs was missing a comma
16 before the log version field).
17 - Fixed an issue in xfs_repair where data past the end of the
18 valid superblock fields was sometimes not cleared, when it
19 really should have been (due to a libxfs problem).
20 - Shell scripts (xfs_info, xfs_check, etc) now also report
21 the xfsprogs version number via -V, like other commands.
22
23 xfsprogs-2.3.7 (14 November 2002)
24 - Fix an endian bug in xfs_db freesp command when descending
25 into multi-level agf cnt/bno btrees.
26
27 xfsprogs-2.3.6 (31 October 2002)
28 - Sync up user/kernel source in lib{xfs,xlog} and headers.
29 - Fix several warnings from newer (3.2) versions of gcc.
30 - Minor header file shuffling.
31
32 xfsprogs-2.3.5 (10 October 2002)
33 - Sync up user/kernel source in lib{xfs,xlog} and headers.
34 - Fix mkfs (libxfs) bug when using BLKFLSBUF ioctl - we passed
35 in the device number instead of a file descriptor (and EBADF
36 was the end result, which we ignored).
37 - Thanks to Anton Blanchard <anton@samba.org> for fixing this.
38
39 xfsprogs-2.3.4 (04 October 2002)
40 - Fix size calculation bug in xfs_repair's memory allocation,
41 reduces memory usage by a factor of 4.
42
43 xfsprogs-2.3.3 (16 September 2002)
44 - Fix mkfs bug when optimizing AG size on striped devices,
45 ASSERT(agcount != 0) tripped on single-ag filesystems.
46
47 xfsprogs-2.3.2 (10 September 2002)
48 - Use pread/pwrite instead of lseek + read/write.
49
50 xfsprogs-2.3.1 (03 September 2002)
51 - Allow xfs_db to accept negative numbers when writing values.
52
53 xfsprogs-2.3.0 (03 September 2002)
54 - Several changes to geometry ioctl callers which will make
55 the tools useable on older kernel versions too.
56 - Mainly affects xfs_bmap and xfs_growfs.
57 - Do some additional cleanup after autoconf has run.
58
59 xfsprogs-2.2.3 (28 August 2002)
60 - Update libdisk for a few other filesystems.
61 - Fix call to lvdisplay on LVM volumes so that lvdisplay
62 always gets the full, real path to the volume, as required.
63
64 xfsprogs-2.2.2 (19 August 2002)
65 - Fix endian bug in xfs_db, was not flipping 16-bit numbers.
66 - Make xfs_repair recognize a NULLFSINO and print that in
67 addition to "18446744073709551615" for easy recognition.
68 - Fix format string that xfs_repair uses when fixing inodes,
69 so that the new inode numbers are printed correctly.
70
71 xfsprogs-2.2.1 (09 August 2002)
72 - Fix buglet in libdisk get_driver_block_major() routine which
73 would result in incorrect majors being returned for not-found
74 drivers.
75 - Fix problem in install process with newer autoconf versions.
76
77 xfsprogs-2.2.0 (08 August 2002)
78 - mkfs.xfs defaults to a blocksize of 4096 bytes, and no longer
79 uses getpagesize(2) to dynamically configure the default size.
80 - Add EVMS stripe unit/width auto-detection support in mkfs.xfs
81 (patch from Luciano Chavez).
82 - Sync user/kernel headers (arch.h incorporated into xfs_arch.h,
83 and several other minor changes).
84
85 xfsprogs-2.1.2 (17 July 2002)
86 - Fix up log stripe unit specification options, and update
87 man page. Also fix suffix handling for data su/sw options
88 (disallow unit suffixes on -d sunit,swidth,sw and -l sunit).
89 Add "s" (512-byte sectors) as valid suffix.
90 - Automatically select v2 logs if a log stripe unit is
91 specified.
92
93 xfsprogs-2.1.1 (04 July 2002)
94 - Build infrastructure updates so that configure options can be
95 used to specify paths rather than semi-hard-coded path names
96 controlled by the ROOT/ROOT_PREFIX environment variables; eg.
97 now allows /lib64 and /lib32
98
99 xfsprogs-2.1.0 (14 June 2002)
100 - Support for XFS version 2 log format.
101 - Fix for xfs_repair mangling i8count for dir2_sf directories
102 - Minor mkfs.xfs man page update for blocksize limits on Linux
103 - xfs_cred.h split into xfs_acl.h, xfs_cap.h and xfs_mac.h
104 - Fix typo in mkfs realtime summary inode alloc failure message
105
106 xfsprogs-2.0.6 (30 May 2002)
107 - Fix error returns from log recovery (affects xfs_repair).
108 - Fix the way mkfs.xfs round downs the device when the last
109 AG is smaller than the minimum AG size.
110 - Fix bug in xfs_repair da_write() routine, which affects
111 filesystems where the data blocksize != naming blocksize
112 (see xfs_info output).
113 - Fix a use-after-free bug in xfs_repair code for checking
114 version 1 btree-format directories.
115 - Add checks of the ACL permissions field into xfs_repair.
116
117 xfsprogs-2.0.5 (02 May 2002)
118 - Size AGs so that they do not always start on the same
119 part of a striped disk
120 - Fix an off-by-one error on rounding down an AG that is
121 too small to be an AG
122 - Don't auto-grow the log to be larger than an AG
123 - Change the error philosophy for -d su=,sw= away from forcing
124 the XFS stripe size to match the volume manager stripe size
125 and instead accept, with a warning, the stripe unit & width
126 supplied on the commandline.
127 - Update xfs_growfs man page
128 - Don't build libxlog.a with DEBUG enabled
129 - xfs_db fixes from ASANO Masahiro at NEC
130
131 xfsprogs-2.0.4 (17 April 2002)
132 - Minor update sync'ing with kernel changes (less endian
133 swabbing in libxfs code)
134
135 xfsprogs-2.0.3 (13 April 2002)
136 - Important build system update, was causing libxfs to be
137 built incorrectly, which can cause xfs_repair to fail by
138 tripping asserts in additional libxfs debug code.
139
140 xfsprogs-2.0.2 (04 April 2002)
141 - Bumped version of libhandle to libhandle.so.1.0.1
142 This changes open_by_handle() and friends so that
143 O_LARGEFILE is added to the open flags.
144 This allows xfsdump to dump files greater than
145 2^31-1 bytes instead of not dumping the large
146 files and giving warning messages.
147
148 xfsprogs-2.0.1 (12 March 2002)
149 - Fall back to BLKGETSIZE if BLKGETSIZE64 fails
150 - Sync user/kernel headers and shared code
151
152 xfsprogs-2.0.0 (26 February 2002)
153 - Major release to coincide with switch to new extended
154 attributes system call interfaces
155 - bumped version of libhandle, added new symbols to use
156 the reworked extended attributes handle ioctl interface
157 - xfs_repair in no-modify mode opens the filesystem device
158 read-only now (fix from Chris Pascoe)
159 - sync up with recent (minor) changes to shared kernel code
160 - switch to using the BLKGETSIZE64 ioctl in libxfs, instead
161 of the (previously busted) BLKGETSIZE ioctl
162
163 xfsprogs-1.3.19 (15 February 2002)
164 - fix xfs_repair option parsing for external logs
165 - add xfs_repair option parsing for realtime device
166 - fix xfs_repair version (-V) option - should not
167 require an argument
168 - add -V option to usage string
169 - document verbose (-v) and -r options in manpage
170
171 xfsprogs-1.3.18 (17 January 2002)
172 - fix mkfs.xfs buglet in overwriting signatures when run
173 on a regular file
174
175 xfsprogs-1.3.17 (14 January 2002)
176 - mkfs.xfs overwrites pre-existing filesystem, swap, or md
177 driver signatures.
178 - xfs_repair fix to prevent double insertion into the
179 uncertain_inode AVL trees ("avl_insert: duplicate range")
180 - xfs_repair fix if the log is corrupted and we can't find
181 the head, don't exit - just proceed on with zeroing it
182 - use snprintf instead of sprintf throughout
183
184 xfsprogs-1.3.16 (17 December 2001)
185 - added text dump type to xfs_db (mkp)
186 - removed use of a temporary file in xfs_db when processing
187 commands on the command line - allows xfs_check to be run
188 on read-only root filesystems
189
190 xfsprogs-1.3.15 (12 December 2001)
191 - reenable the use of the BLKBSZSET ioctl, its baaack
192 - sync recent XFS kernel source changes back into libxfs
193
194 xfsprogs-1.3.14 (05 December 2001)
195 - fix minor debian package version numbering issue
196 - add documentation for xfs_db(8) label/uuid commands
197 - automatic inode sizing code in mkfs.xfs has been removed
198 (restricting inodes to 32 bits) - Steve's recent kernel
199 changes mean this is no longer an issue
200 - fix bug in mkfs.xfs size cross-check for realtime device
201
202 xfsprogs-1.3.13 (25 October 2001)
203 - fix bug in mkfs for 1Tbyte + filesystems
204 - sync with recent kernel changes - this does not affect
205 userspace (libxfs), all affected code is removed by cpp.
206
207 xfsprogs-1.3.12 (17 October 2001)
208 - implement the -f (file) option to xfs_logprint
209 - rework the xlog code into libxlog for code sharing
210 - xfs_repair now detects a dirty log and, without -L, will
211 no longer blindly zero it (which prevents any recovery)
212
213 xfsprogs-1.3.11 (17 October 2001)
214 - tidy up some (benign) compiler warnings from libxfs
215 - fixed 64-bit pointer alignment issues in xfs_check
216 - fixed 64-bit pointer alignment issues in xfs_repair
217 - verified these on IA64, also reported to fix sparc issues
218
219 xfsprogs-1.3.10 (12 October 2001)
220 - sync with XFS kernel header changes for EAs by-handle
221 - ported xfs_imap command for dumping the inode map
222
223 xfsprogs-1.3.9 (03 October 2001)
224 - fix xfs_repair bug in handling a corrupt root directory
225 inode with multiple "lost+found" entries
226 - fix xfs_logprint bug in scanning for log head and tail
227 - ensure xfs_bmap doesn't issue XFS ioctls to non-XFS files
228 - numerous man page updates
229
230 xfsprogs-1.3.8 (19 September 2001)
231 - rewrote the LVM support used by mkfs.xfs to call external
232 lvdisplay program to get volume geometry (mkp@mkp.net)
233 - fix bug in LVM driver wrapper where it would not have been
234 used at all, ever (since 1.3.0), due to idiot programmer
235 error (*blush*) -- also thanks to mkp for the bug fix
236
237 xfsprogs-1.3.7 (10 September 2001)
238 - enable preallocation in xfs_mkfile [missed during port?]
239 - fix xfs_db core dump when reporting freespace
240 - allow libuuid to be linked dynamically if desired (based
241 on a patch from Colin Walters <walters@verbum.org>, helps
242 the folk working on the Debian installer for XFS)
243 - licensing change for "libhandle" (was GPL, now LGPL-2.1)
244 and some related header files
245
246 xfsprogs-1.3.6 (31 August 2001)
247 - make mkfs.xfs aware of geometries that might cause
248 inode numbers to exceed 32 significant bits.
249 - make xfs_growfs warn if new filesystem will have
250 inode numbers that exceed 32 significant bits.
251 - fix logprint bug in reporting extended attributes
252 (thanks to Tang Lingbo <tanglb@sina.com> for fixing this)
253 - fix mkfs.xfs core dump when attemping to run on devices
254 which are too small to hold a valid XFS filesystem
255
256 xfsprogs-1.3.5 (13 August 2001)
257 - fix bug in xfs_db bit handling on big endian platforms
258 - fix mkfs bug related to too-small final allocation group
259 - fix signedness bug in DMAPI ioctl structure definition
260
261 xfsprogs-1.3.4 (04 August 2001)
262 - fix endian bug in xfs_db "frag" command
263 - small configure script changes to allow cross compilation
264 - several man pages updated to document external log usage
265 - install another shared library symlink for ld to find
266 - switched on -fno-strict-aliasing for library object builds
267 - fix several minor compiler warnings when building on IA64
268
269 xfsprogs-1.3.3 (27 July 2001)
270 - fixes for (hopefully) the last few nits in libtool usage
271
272 xfsprogs-1.3.2 (23 July 2001)
273 - install static libs and libtool archives into /usr/lib
274 - shared libraries are unchanged, however
275
276 xfsprogs-1.3.1 (15 July 2001)
277 - updated xfs_types.h file from the kernel changes needed for
278 an xfsdump fix.
279 - tidy up various aspects of the libtool rework
280 - XVM stripe unit/width extraction
281 - fix an endian bug in xfs_db "write" command
282 - fix a build problem with liblvm.a installed
283 - fix bug in xfs_growfs mount option parsing with external log
284 - BLKSZSET ioctl now conditional via the Makefile (off by default)
285 - rework some of the Debian packaging rules
286 - fix sign of BLKGETSIZE ioctl argument in libxfs
287 - updated xfs_fs.h with DMAPI setdm details for dump/restore
288
289 xfsprogs-1.3.0 (11 July 2001)
290 - reworked Makefiles to use libtool
291 - new libdisk to allow sharing of generic mount/disk code and
292 - also abstracts individual driver support (LVM, MD, XVM..)
293 - partition table detection so mkfs.xfs doesn't blindly overwrite
294 - small xfs_repair bug fix from Steve
295
296 xfsprogs-1.2.8 (02 July 2001)
297 - fixed a bug in libxfs /etc/mtab read-only mount detection
298 - first try procfs, fall back to /etc/mtab, for read-only mounts
299 - sync with recent mount code changes for reiserfs and ext3 probes
300 - fix logprint build problem under gcc 3.0
301
302 xfsprogs-1.2.7 (22 May 2001)
303 - new xfs_freeze(8) command - volume manager snapshot helper
304
305 xfsprogs-1.2.6 (15 May 2001)
306 - merge support for -d agsize=/su=/sw= (AG, stripe unit/width size)
307 - merge support for dynamic configuration of default log size
308 - document these and fix a couple of man page typos too
309
310 xfsprogs-1.2.5 (07 May 2001)
311 - fix missing Makefile include entries for LVM headers
312 - configure script default man path now /usr/share/man
313 - add experimental xfs_rtcp (realtime copy) command
314 - powerpc build failure fixups - thanks to Robert Ramiega
315 - cleanup arch-specific code, esp. the byteswab routines
316 - as a result, move to -O1 as default for extern inlines
317
318 xfsprogs-1.2.4 (01 May 2001)
319 - added -L option to mkfs.xfs (filesystem label)
320
321 xfsprogs-1.2.3 (27 April 2001)
322 - add dquot and quotaoff log item support into xfs_logprint
323 - fix logprint core dump reporting AGI in "continue"'d transactions
324
325 xfsprogs-1.2.2 (09 April 2001)
326 - fix problem in xfs_db (check) group quota logic
327 - fixes to warnings from recent gcc and/or 64-bit builds
328
329 xfsprogs-1.2.1 (04 April 2001)
330 - sync up with recent changes to XFS kernel headers
331
332 xfsprogs-1.2.0 (01 April 2001)
333 - support for group quota added
334 - some headers updated, in particular <xqm.h>
335 - now in late stages of beta
336
337 xfsprogs-1.1.9 (26 March 2001)
338 - added automagic stripe unit/stripe width extraction for MD devices
339
340 xfsprogs-1.1.8 (23 March 2001)
341 - mkfs heuristics to make a qualified guess of internal logsize
342
343 xfsprogs-1.1.7 (20 March 2001)
344 - upgraded LVM to 0.9beta6
345 - minor rpm spec file changes
346
347 xfsprogs-1.1.6 (20 March 2001)
348 - fix sparc build failure - fcntl.h missing O_DIRECT
349 - added README.quota describing use of quota with XFS
350
351 xfsprogs-1.1.5 (12 March 2001)
352 - upgraded LVM support to 0.9beta2 (IOP 10)
353
354 xfsprogs-1.1.4 (10 March 2001)
355 - kernel now supports O_DIRECT - re-enable its use in xfs_mkfile
356 - BLKSETSIZE ioctl replaced by BLKBSZSET ioctl in libxfs
357 - libxfs_init extended so only mkfs and xfs_repair use BLKBSZSET
358 - NOTE: this version requires an XFS kernel from March 9 or later
359
360 xfsprogs-1.1.3 (02 March 2001)
361 - minor Makefile-related cleanups
362
363 xfsprogs-1.1.2 (10 February 2001)
364 - added libhandle routines to simplify dump/restore EA support
365
366 xfsprogs-1.1.1 (30 January 2001)
367 - minor rpm and deb packaging work
368
369 xfsprogs-1.1.0 (15 January 2001)
370 - rework xfs-cmds package into base, devel and dump packages
371 - completed Debian packaging
372 - late beta code
373
374 xfs-cmds-1.0.7 (02 January 2001)
375 - added mkfs support for extracting LVM stripe unit/width
376 - libattr (*experimental* extended attributes interface) added
377 - removed xfs_fstab.5 man page (merged into mount.8)
378 - install xfs_repair into /sbin, not /usr/sbin
379
380 xfs-cmds-1.0.6 (04 October 2000)
381 - reworked external log format to be IRIX compatible
382 - mkfs, repair, db, logprint now work with new format
383 - xfs_admin added for setting filesystem label
384
385 xfs-cmds-1.0.5 (18 September 2000)
386 - minor bug fixes
387 - first beta release
388
389 xfs-cmds-1.0.4 (18 August 2000)
390 - minor bug fixes
391 - xfs_growfs added
392 - xfs_info added
393 - late alpha code
394
395 xfs-cmds-1.0.3 (16 August 2000)
396 - numerous bug fixes
397 - xfsdump and xfsrestore added
398 - xfsstats added
399 - fsck.xfs (symlink to /bin/true) added
400 - demise of sim library complete, mkfs and repair reworked
401 - no longer need to have an XFS kernel handy for building xfs-cmds
402 - xfs_copy compiles on Linux
403 - dump/restore README added
404 - late alpha code
405
406 xfs-cmds-1.0.2 (27 July 2000)
407 - numerous bug fixes
408 - xfs_attr (extended attributes) command added
409 - fsr_xfs added (ported by jones@tacc.utexas.edu)
410 - LVM+XFS README added
411 - early alpha code
412
413 xfs-cmds-1.0.1 (5 July 2000)
414 - numerous bug fixes
415 - reworked build environment
416 - begun work on user/kernel separation
417 - early alpha code
418
419 xfs-cmds-1.0.0 (16 June 2000)
420 - initial release for USENIX CDs
421 - early alpha code