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