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