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