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