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