]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - doc/CHANGES
xfsprogs: Release v5.8.0-rc1
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
CommitLineData
84f1e8a0
ES
1xfsprogs-5.8.0-rc1 (26 Aug 2020)
2 - mkfs: allow setting dax flag on root directory (Darrick Wong)
3 - xfs_quota: improve reporting and messages (Bill O'Donnell)
4 - xfs_db: use correct inode to set inode type (Zorro Lang)
5 - xfs_db: fix nlink usage in check (Darrick Wong)
6 - xfs_db: report the inode dax flag (Darrick Wong)
7 - man: update mkfs.xfs inode flag option documentation (Darrick Wong)
8 - xfsprogs: move custom interface def'ns to new header (Eric Sandeen)
9
54b4eee7
ES
10xfsprogs-5.8.0-rc0 (10 Aug 2020)
11 - xfs_repair: check quota counters (Darrick Wong)
12 - xfs_io: fix -D vs -R handling (Xiao Yang)
13 - libxfs changes merged from kernel 5.8
14
97194e73
ES
15xfsprogs-5.7.0 (24 Jul 2020)
16 - xfs_io: Document '-q' option for sendfile command (Xiao Yang)
17
8f015890
ES
18xfsprogs-5.7.0-rc1 (15 Jul 2020)
19 - remove libreadline support (Christoph Hellwig)
20 - xfs_quota: allow individual timer extension (Eric Sandeen)
21 - xfs_quota: fix unsigned int id comparisons (Darrick Wong)
22 - xfs_repair: fix progress reporting (Eric Sandeen)
23 - xfs_repair: fix minrecs error during phase5 btree rebuild (Gao Xiang)
24 - xfs_repair: add missing validations to match xfs_check (Darrick Wong)
25 - xfs_repair: use btree bulk loading (Darrick Wong)
26 - xfs_io: fix copy_range argument parsing (Eric Sandeen)
27 - xfs_io: document -q option for pread/pwrite command (Xiao Yang)
28 - xfs_metadump: man page fixes (Kaixu Xia)
29 - xfs_db: fix crc invalidation segfault (Anthony Iliopoulos)
30
a3e93c7c
ES
31xfsprogs-5.7.0-rc0 (07 May 2020)
32 - libxfs changes merged from kernel 5.7
33
0618c372
ES
34xfsprogs-5.6.0 (14 Apr 2020)
35 - xfs_scrub: don't set WorkingDirectory in systemd job (Darrick Wong)
36
37xfsprogs-5.6.0-rc1 (08 Apr 2020)
52e6dd80
ES
38 - xfsprogs: fix silently broken option parsing (Dave Chinner)
39 - xfsprogs: various minor Coverity fixes (Darrick Wong)
40 - xfs_repair: fix dir_read_buf use of libxfs_da_read_buf (Darrick Wong)
41 - libxfs: check retval of device flush when closing (Darrick Wong)
42 - xfs_io: set exitcode on failure appropriately (Dave Chinner)
43
0618c372 44xfsprogs-5.6.0-rc0 (18 Mar 2020)
08814ce4
ES
45 - libxfs changes merged from kernel 5.6
46
c5f89a87
ES
47xfsprogs-5.5.0 (13 Mar 2020)
48 - xfsprogs: don't warn about packed members (Dave Chinner)
49
caf45d56
ES
50xfsprogs-5.5.0-rc1 (01 Mar 2020)
51 - xfsprogs: don't redeclare globals provided by libraries (Eric Sandeen)
52 - xfsprogs: actually check that writes succeeded (Darrick Wong)
53 - mkfs.xfs: check root inode location (Darrick Wong)
54 - mkfs.xfs: efficient block zeroing (Eric Sandeen)
55 - xfs_repair: fix broken unit conv. in dir invalidation (Darrick Wong)
56 - xfs_repair: fix bad next_unlinked field (Eric Sandeen)
57 - xfs_repair: don't corrupt attr fork clearing forw/back (Darrick Wong)
58 - xfs_repair: check root dir pointer before trashing it (Darrick Wong)
59 - xfs_repair: try to fix sb_unit value from secondaries (Darrick Wong)
60 - xfs_repair: join RT inodes to transaction only once (Eric Sandeen)
61 - xfs_io: fix over/underflow handling in timespecs (Darrick Wong)
62 - xfs_io: fix pwrite/pread length trunc on 32-bit systems (Darrick Wong)
63 - xfs_io: fix copy_file_range length argument overflow (Darrick Wong)
64 - xfs_io: support passing a keyring key to add_enckey (Eric Biggers)
65 - xfs_scrub: fix reporting of EINVAL for online repairs (Darrick Wong)
66 - man: document some missing xfs_db commands (Darrick Wong)
67 - man: document the xfs_db btheight command (Darrick Wong)
68 - man: list xfs_io lsattr inode flag letters (Darrick Wong)
69
251257e6
ES
70xfsprogs-5.5.0-rc0 (22 Jan 2020)
71 - libxfs changes merged from kernel 5.5
72
0cfb2952
ES
73xfsprogs-5.4.0 (20 Dec 2019)
74 - No further changes
75
a4e8b806
ES
76xfsprogs-5.4.0-rc1 (17 Dec 2019)
77 - mkfs.xfs: Notify about discard & make it interruptable (Pavel Reichl)
78 - xfs_admin: support external log devices (Darrick Wong)
79 - xfs_admin: enable online label getting and setting (Darrick Wong)
80
6f1df6a3
ES
81xfsprogs-5.4.0-rc0 (15 Nov 2019)
82 - libxfs changes merged from kernel 5.4
83
1609c11a
ES
84xfsprogs-5.3.0 (15 Nov 2019)
85 - No further changes
86
0f6bd6e1
ES
87xfsprogs-5.3.0-rc2 (07 Nov 2019)
88 - mkfs.xfs: use libxfs to write out AGs vs. open-coding (Darrick Wong)
89 - mkfs.xfs: fix incorrect error message during AG init (Darrick Wong)
90 - xfs_repair: better info when metadata updates fail (Darrick Wong)
91 - xfs_growfs: allow mounted device node as argument (Eric Sandeen)
92 - xfs_spaceman: always report sick metadata (Darrick Wong)
93 - xfs_io: add a bulkstat command (Darrick Wong)
94 - xfs_io: encrypt command enhancements (Eric Biggers)
95 - xfs_io: expose FS_XFLAG_HASATTR flag (Amir Goldstein)
96 - xfs_io: copy_file_range fixes (Jianhong Yin)
97 - man: document several new ioctls (Darrick Wong)
98 - xfs_scrub: copious rewriting (Darrick Wong)
99 - libfrog: header moves, refactoring, updates (Darrick Wong)
100 - libxfs: fix buffer refcounting (Darrick Wong)
101
102xfsprogs-5.3.0-rc1 (28 Aug 2019)
e74aec5b
ES
103 - rebase 5.3 branch on top of 5.2.1
104
105xfsprogs-5.3.0-rc0 (16 Aug 2019)
106 - libxfs changes merged from kernel 5.3
107
53c77ac7
ES
108xfsprogs-5.2.1 (21 Aug 2019)
109 - fix geometry calls for kernels older than 5.2 (Eric Sandeen)
110
2976bfe2
ES
111xfsprogs-5.2.0 (09 Aug 2019)
112 - libxfs: cosmetic changes to trans.c to match kernel (Eric Sandeen)
113
114xfsprogs-5.2.0-rc0 (24 Jul 2019)
115 - libxfs changes merged from kernel 5.2
116
48507bd4
ES
117xfsprogs-5.1.0 (19 Jul 2019)
118 - No further changes
119
f5de3c76
ES
120xfsprogs-5.1.0-rc1 (11 Jul 2019)
121 - mkfs: enable reflink by default (Darrick Wong)
122 - mkfs: fix stripe unit handling (Allison Collins)
123 - mkfs: remove useless log options in usage() (Yang Xu)
124 - mkfs: validate start and end of aligned logs (Darrick Wong)
125 - xfs_quota: fix built-in help for project setup (Eric Sandeen)
126 - xfs_io: allow passing an open file to copy_range (Amir Goldstein)
127 - xfs_info: limit findmnt to mounted xfs filesystems (Amir Goldstein)
128 - man: break out several ioctl man pages (Darrick Wong)
129 - man: Fix an inconsistency in the mkfs man page (Alvin Zheng)
130 - xfs_scrub: fix background-mode sleep throttling (Darrick Wong)
131 - libxfs: sync up xfs_trans_inode.c with the kernel (Eric Sandeen)
132 - libfrog: fix bitmap return values (Darrick Wong)
133 - libfrog: don't set negative errno in conversion f'ns (Darrick Wong)
134
3391ee04
ES
135xfsprogs-5.1.0-rc0 (07 May 2019)
136 - libxfs changes merged from kernel 5.1
137
65dcd3bc
ES
138xfsprogs-5.0.0 (03 May 2019)
139 - xfs_db: scan all sparse inodes when using 'frag' (Jorge Guerra)
140 - Fix build with newer statx headers (Eric Sandeen)
141
0ac79a58
ES
142xfsprogs-5.0.0-rc1 (26 Apr 2019)
143 - mkfs: validate extent size hint parameters (Darrick Wong)
144 - xfs_repair: bump on-disk nlink when adding lost+found (Darrick Wong)
145 - xfs_repair: reinitialize root directory nlink correctly (Darrick Wong)
146 - xfs_repair: use lenient verifiers for half-fixed inodes (Darrick Wong)
147 - xfs_repair: acct for btree shrinks when fixing freelist (Darrick Wong)
148 - xfs_repair: better cli option parameter checking (Darrick Wong)
149 - xfs_repair: fix deadlock due to failed inode flushes (Dave Chinner)
150 - xfs_info: handle devices, mountpoints, and loop files (Darrick Wong)
151 - xfs_metadump: fix symlink handling (Darrick Wong)
152 - xfs_io: fix label parsing and validation (Darrick Wong)
153 - xfs_io: print attributes_mask in statx (Darrick Wong)
154 - xfs_scrub: fix Make targets which depend on builddefs (Darrick Wong)
155 - xfs_scrub: check label for misleading characters (Darrick Wong)
156 - xfs_scrub: parallelize based on storage not CPUS (Darrick Wong)
157 - xfs_scrub: activate timer only after system is up (Darrick Wong)
158 - libxfs: fix buffer & inode lifetimes (Darrick Wong)
159 - misc: fix strncpy length complaints from gcc (Darrick Wong)
160 - debian build & packaging fixes (Darrick Wong)
161 - Merge libxfs from kernel 5.0
162
163xfsprogs-4.20.0 (22 Feb 2019)
413a0f0d
ES
164 - No further changes
165
0ac79a58 166xfsprogs-4.20.0-rc1 (08 Feb 2019)
d586cf74
ES
167 - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen)
168 - xfs_repair: allow '/' in attribute names (Eric Sandeen)
169 - xfs_repair: skip block reservation when fixing freelist (Darrick Wong)
170 - xfs_repair: rebuild dir when nonroot blocks corrupt (Darrick Wong)
171 - xfs_repair: int nonleaf finobt blocks with proper magic (Brian Foster)
172 - xfs_repair: fix off by one error rebuilding high keys (Darrick Wong)
173 - xfs_io: allow open file permissions to be changed (Dave Chinner)
174 - xfs_io: open pipes in non-blocking mode (Dave Chinner)
175 - xfs_metadump: multiple stale data zeroing fixes (Stefan Ring)
176 - xfs_quota: allow reg files w/o prjinherit flag (Achilles Gaikwad)
177 - xfs_db: properly decode finobt record w/ sparse inodes (Darrick Wong)
178 - xfs_db: fix frag command to work w/ sparse inodes (Eric Sandeen)
179 - xfs_scrub: move all executables to /usr/sbin (Darrick Wong)
180 - xfs_scrub: handle totally empty inode chunks (Darrick Wong)
181 - xfs.5 manpage: Remove barrier related options (Eric Sandeen)
182 - xfs_io.8 manpage: rearrange command listings by section (Darrick Wong)
183 - Remove generated scrub files under make clean (Eric Sandeen)
184 - Skip scrub manpage install if not configured (Eric Sandeen)
185 - Merge libxfs from kernel 4.20
186
caa91046
ES
187xfsprogs-4.19.0 (09 Nov 2018)
188 - Fix up debian subdir build w.r.t. CHECK_CMD (Darrick Wong)
189
190xfsprogs-4.19.0-rc1 (02 Nov 2018)
6c26bea1
ES
191 - Remove non-linux platforms (Eric Sandeen)
192 - Remove retpoline support (Eric Sandeen)
193 - Add sparse checking & related fixes/cleanups (Eric Sandeen)
194 - Fix cross-platform building w.r.t. crc32selftest
195 - libxfs: add agfl free deferred op type (Darrick Wong)
196 - mkfs.xfs: discard only after all validations (Jan Tulak)
caa91046 197 - xfs_repair: fix segfault in longform_dir2_entry_check (Eric Sandeen)
6c26bea1
ES
198 - xfs_repair: fix ASSERT in xfs_bunmapi (Eric Sandeen)
199 - xfs_repair: fix readahead thread deadlock/stall (Eric Sandeen)
200 - xfs_repair: avoid writing back all inodes (Dave Chinner)
201 - xfs_repair: don't treat directory root LEAFN as corrupt (Dave Chinner)
202 - xfs_io: add crc32 self test (Darrick Wong)
203 - xfs_io: remove useless do_preadv and do_pwritev arguments (Zorro Lang)
204 - xfs_scrub: make scrub build config-optional (Eric Sandeen)
205 - xfs_scrub: lack of kernel support is not a service failure (Darrick Wong)
206 - xfs_scrub_all: fix systemd escaping (Darrick Wong)
207
9060cb3b
DC
208xfsprogs-4.19.0-rc0 (10 Oct 2018)
209 - Majority of 4.19 libxfs changes merged from kernel
210 - Big sparse static checker cleanup (Eric Sandeen)
211 - mkfs.xfs discard fixes (Jan Tulak)
212 - xfs_io readv/writev cleanup (Zorro Lang)
213 - libxfs transaction commit error checking (Darrick Wong)
214
3caeb69c
ES
215xfsprogs-4.18.0 (24 Aug 2018)
216 - Tweak SPDX license in xfs_cksum.h (Darrick Wong)
217
1b816f3f
ES
218xfsprogs-4.18.0-rc1 (01 Aug 2018)
219 - xfs_repair: notify user if free inodes are corrupt (Eric Sandeen)
220 - xfs_repair: use extent size validation helpers (Darrick Wong)
221 - xfs_quota: don't stop the directory tree walk at DEPTH (Kazuya Mio)
222 - xfs_scrub: ongoing updates (Darrick Wong)
223 - xfs_io: document shutdown -f (Carlos Maiolino)
224 - xfs_io: wire up online repair ioctls (Darrick Wong)
225 - misc: adddebian initramfs hook to package (Darrick Wong)
226 - misc: remove unused macros (Eric Sandeen)
227 - misc: remove many XFS_BUF macros (Carlos Maiolino)
228 - misc: convert to SPDX license tags (Dave Chinner)
229
bf297b1f
ES
230xfsprogs-4.18.0-rc0 (05 Jul 2018)
231 - Majority of 4.18 libxfs changes merged from kernel
232
0821de47
ES
233xfsprogs-4.17.0 (28 Jun 2018)
234 - No further changes
235
803503c2
ES
236xfsprogs-4.17.0-rc1 (22 Jun 2018)
237 - mkfs.xfs: only stat block devices during mkfs init (Eric Sandeen)
238 - xfs_repair: multiple fixes and improvements (Darrick Wong)
239 - xfs_repair: check and repair quota metadata (Eric Sandeen)
240 - xfs_repair: fix shortform root inode parent (Marco Benatto)
241 - xfs_db: don't ASSERT on unrecognized metadata (Carlos Maiolino)
242 - xfs_db: add superblock info command ala xfs_info (Darrick Wong)
243 - xfs_spaceman: add superblock info command ala xfs_info (Darrick Wong)
244 - xfs_info: call xfs_db for unmounted devices (Darrick Wong)
245 - xfs_io: add online label command (Eric Sandeen)
246 - xfs_io: add O_PATH and O_NOFOLLOW options (David Howells)
247 - xfs_io: recognize *iB units in copy_range (Goldwyn Rodrigues)
248
27c3aeb2
ES
249xfsprogs-4.16.1 (30 Apr 2018)
250 - fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
251
9048c8ba
ES
252xfsprogs-4.16.0 (25 Apr 2018)
253 - No further changes
254
6ae62d7b
ES
255xfsprogs-4.16.0-rc1 (12 Apr 2018)
256 - platforms: warn of impending deprecation of irix, freebsd, darwin
257 - mkfs.xfs : enable sparse inodes by default (Darrick Wong)
258 - fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
259 - xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
260 - xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
261 - xfs_repair: remove old dead code (Eric Sandeen)
262 - xfs_io: fix operation time reporting (Dave Chinner)
263 - xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
264 - xfs_io: support a basic extent swap command (Brian Foster)
265 - xfs_scrub: Many updates, still experimental (Darrick Wong)
266 - xfs_db: print transaction reservation type information
267 - libxfs: framework to detect memory leaks (Eric Sandeen)
268 - misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
269 - misc: enable link time optimization, if requested (Darrick Wong)
270 - misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
271
4bfc773d
ES
272xfsprogs-4.15.1 (26 Feb 2018)
273 - debian: add build-depends on pkg-config (Darrick Wong)
274 - debian: don't fail postinst when upgrading chroot (Darrick Wong)
275 - update Polish translation (Jakub Bogusz)
276
bc95a6f5
ES
277xfsprogs-4.15.0 (23 Feb 2018)
278 - various debian-related packaging fixes (Nathan Scott)
279
a753d26f
ES
280xfsprogs-4.15.0-rc1 (13 Feb 2018)
281 - xfs_scrub: experimental new tool added (Darrick Wong)
282 - xfs_metadump: fix issues with -i flag (Marco Benatto)
283 - mkfs.xfs: don't allow creation of realtime+reflink (Darrick Wong)
284 - mkfs.xfs: don't crash on dswidth overflow (Darrick Wong)
285 - mkfs.xfs: much refactoring (Dave Chinner)
286 - xfs_copy: fix copy of v5 filesystems (Eric Sandeen)
287 - xfs_io: add a new 'log_writes' command (Ross Zwisler)
288 - xfs_io: add MAP_SYNC support to mmap() (Ross Zwisler)
289 - libxfs: memory zone handling cleanups (Eric Sandeen)
290
19ca9b0b
ES
291xfsprogs-4.14.0 (27 Nov 2017)
292 - no changes from v4.14.0-rc2
293
5bb4307f
ES
294xfsprogs-4.14.0-rc2 (20 Nov 2017)
295 - xfs_repair: fix deadlock on failed refcountbt checks (Darrick Wong)
296 - xfs_repair: fix cowextsize field checking and repairing (Darrick Wong)
297 - xfs_repair: clear DAX flag from non-file inodes (Darrick Wong)
298 - xfs_repair: fix bag memory overwrite problems (Darrick Wong)
299 - xfs_metadump: zap stale data in DIR2_LEAF1 dirs (Eric Sandeen)
300 - xfs_metadump: allow large directory extents by default (Darrick Wong)
301 - xfs_copy: don't hang if all targets hit write errors (Darrick Wong)
302 - xfs_io: stat: treat statfs.f_flags as optional (Jeff Mahoney)
303 - xfs_io: stat: fix typo in statfs->f_flags (Jeff Mahoney)
304 - xfs_io: Allow partial writes in pwrite (Goldwyn Rodrigues)
305 - xfs_io: Add support for pwritev2() (Goldwyn Rodrigues)
306 - xfs_io: Add RWF_NOWAIT to pwritev2() (Goldwyn Rodrigues))
307 - xfs_io: Disable pwrite -V if pwritev unavailable (Goldwyn Rodrigues)
308 - xfs_io: add new error injection knobs to inject command (Darrick Wong)
309 - xfs_io: report io errors from pwrite -W and -w (Liu Bo)
84fe80ce 310
d4a36331
ES
311xfsprogs-4.13.1 (26 Sep 2017)
312 - fix global array overrun in mkfs (Darrick Wong)
313
d7d22f7c
ES
314xfsprogs-4.13.0 (26 Sep 2017)
315 - no changes from v4.13.0-rc2
316
f462230b
ES
317xfsprogs-4.13.0-rc2 (21 Sep 2017)
318 - mkfs.xfs: pass custom cowextsize to created filesystem (Darrick Wong)
319 - xfs_repair: handle missing extent states (Darrick Wong)
320 - xfs_db: version command misses RMAPBT feature string (Zirong Lang)
321
211bdc7c
ES
322xfsprogs-4.13.0-rc1 (15 Sep 2017)
323 - mkfs.xfs: document forgotten flags (Darrick Wong)
324 - mkfs.xfs: don't stagger AG on single disk (Donald Douwsma)
325 - xfs_repair: various threading fixes (Jeff Mahoney)
326 - xfs_repair: validate symlink target length (Darrick Wong)
327 - xfs_repair: fix error exit status with -v flag (Masatake YAMATO)
328 - xfs_fsr: Fix uninitalized varable use aftger timeout (Jeff Mahoney)
329 - xfs_io: fix fiemap -n documentation to match reality (Nikolay Borisov)
330 - xfs_io: Allow lsattr & lsproj on foreign filesystems (Ross Zwisler)
331 - xfs_io: Print filesystem statfs flags in statfs output (Carlos Maiolino)
332 - xfs_io: add seek consistency checks (Andreas Gruenbacher)
333 - xfs_db: Fix metadump redirection (Darrick Wong)
334 - xfs_db: Add fuzz command (Darrick Wong)
335 - xfsprogs: Fix multiple compiler warnings (Darrick Wong)
336
0602fbe8
ES
337xfsprogs-4.12.0 (20 Jul 2017)
338 - mkfs.xfs: allow specification of 0 stripe width & unit (Eric Sandeen)
339 - xfs_db: redirect printfs when metadumping to stdout (Darrick Wong)
340 - libxfs: propagate transaction block reservations (Darrick Wong)
341 - xfs_db: properly set inode type (Eric Sandeen)
342
b5fcdc06
ES
343xfsprogs-4.12.0-rc2 (13 Jul 2017)
344 - mkfs.xfs: minimum log size calculation fixes (Darrick Wong)
345
1d7d0b1d
ES
346xfsprogs-4.12.0-rc1 (30 Jun 2017)
347 - xfs_spaceman: new space management tool (Dave Chinner, Darrick Wong)
348 - xfs_io: implement fsmap command (Darrick Wong)
349 - xfs_repair: fix 512 sector image repair on 4k sector host (Zorro Lang)
350 - xfs_growfs: ensure target is an active xfs mountpoint (Bill O'Donnell)
351 - xfs_metadump: warn about corruption if log is dirty (Jan Tulak)
352 - xfs_metadump: tag metadump with informational flags (Eric Sandeen)
353 - xfs_db: fix 'type' command for interesting geoms (Bill O'Donnell)
354 - xfs_db: add alignment filter to freesp command (Eric Sandeen)
355 - libxfs: use crc32c slice-by-8 variant by default (Darrick Wong)
356 - update Polish translation (Jakub Bogusz)
357
e116c5c4
ES
358xfsprogs-4.11.0 (5 May 2017)
359 - xfs_io: man page fixups (Zorro Lang)
360
b1942692
ES
361xfsprogs-4.11.0-rc2 (2 May 2017)
362 - xfs_db: add btree dumping command (Darrick Wong)
363 - mkfs.xfs: change bare -m rmapbt,reflink to enable (Eric Sandeen)
364 - xfs_io: document -d option, enable for dqblks & inodes (Darrick Wong)
365 - xfs_io: minor statx fixes, updates (Chandan Rajendra, Gwendal Grignou)
366
07a3e793
ES
367xfsprogs-4.11.0-rc1 (4 Apr 2017)
368 - xfs_io: add statx support (David Howells, Eric Sandeen)
369 - xfs_io: fix "falloc -p" to pass KEEP_SIZE (Calvin Owens)
370 - xfs_io: support shutdown on foreign filesystems (Darrick Wong)
371 - xfs_repair: repair zero-sized symlinks (Brian Foster)
372 - xfs_repair: warn about dirty log with -n option (Eric Sandeen)
373 - xfs.5: document barrier mount option deprecation (Eric Sandeen)
374
25babb55
ES
375xfsprogs-4.10.0 (6 Feb 2017)
376 - build: fix __bitwise definitions vs kernel headers (Darrick Wong)
25babb55
ES
377xfsprogs-4.10.0-rc1 (15 Feb 2017)
378 - build: fix cross-compile (Gwendal Grignou)
379 - remove old Irix support (Christoph Hellwig)
380 - xfs_repair: various additional checks (Darrick Wong)
381 - xfs_repair: document dirty log conditions (Darrick Wong)
382 - xfs_repair: document exit codes (Zirong Lang)
383 - xfs_io: fix building with musl (Ralph Sennhauser)
384 - xfs_io: add set_encpolicy / get_encpolicy (Eric Biggers)
385 - xfs_io: Fix command iteration (Dave Chinner)
386 - xfs_io: fix missing syncfs command (Amir Goldstein)
387 - xfs_db: fix 'source' command when passed as a -c option (Darrick Wong)
388 - xfs_logprint: handle log operation split of inode item (Hou Tao)
389 - xfs_metadump: ignore empty attribute leaf (Eric Sandeen)
390 - libxfs: don't OOM on corrupt agcount (Darrick Wong)
391
95d85185
ES
392xfsprogs-4.9.0 (5 Jan 2017)
393 - no changes from v4.9.0-rc1
394
395xfsprogs-4.9.0-rc1 (22 Dec 2016)
3ad9120a
ES
396 - add reflink and dedupe support (Darrick Wong)
397 - Convert from off64_t to off_t (Felix Janda)
398 - xfs_io: add command line option to start an idle thread (Amir Goldstein)
399 - xfs_repair: junk leaf attribute if count == 0 (Eric Sandeen)
400 - xfs_quota: handle wrapped id from GETNEXTQUOTA (Eric Sandeen)
401 - xfs_repair: fix some potential null pointer deferences (Darrick Wong)
402 - libxfs_apply: filtering fixes (Dave Chinner)
403
95d85185 404xfsprogs-4.8.0 (17 Oct 2016)
152fa26f
DC
405 - no changes from v4.8.0-rc3
406
95d85185 407xfsprogs-4.8.0-rc3 (3 Oct 2016)
36617169
DC
408 - xfs_io: clean up inode command (Eric Sandeen)
409 - xfs_repair: fix phase 5 btree size overestimation (Darrick Wong)
410 - xfs_repair: fix phase 5 AGFL rmap update (Darrick Wong)
411 - libxfs: libxfs_iget() cleanup (Eric Sandeen)
412 - libxcmd: fix count of XFS filesystems in path table (Eryu Guan)
413
95d85185 414xfsprogs-4.8.0-rc2 (23 Sep 2016)
c1a14cc7
DC
415 - xfs_copy: uuid handling fixes (Eric Sandeen)
416 - xfs_repair: directory rebuild segfault fix (Eric Sandeen)
417 - xfs_repair: report log dirtiness correctly (Eric Sandeen)
418 - libxfs: mounted filesystem detection cleanups (Eric Sandeen)
419 - xfs_logprint: don't print transaction types anymore (Hou Tao)
420 - xfs_quota: allow operation on non-XFS filesystems (Bill O'Donnell)
421 - xfs_io: allow project quota operations on non-XFS (Eric Sandeen)
422 - mkfs.xfs: man page calrification for ftype defaults (Eric Sandeen)
423
95d85185 424xfsprogs-4.8.0-rc1 (9 Sep 2016)
130093ab
DC
425 - change contact emails to linux-xfs@vger.kernel.org
426 - libxfs: kernel sync up to 4.8-rc1
427 - Initial reverse mapping support (Darrick Wong)
428 - buffer lock trace analysis tool (Darrick Wong)
429 - logprint: cleanups and fixes (Darrick Wong)
430 - man page updates (various)
431 - libxcmd: mount option parsing fixes (Darrick Wong)
432 - xfs_quota: use XFS_GETQSTATV (Eric Sandeen)
433 - xfs_quota: allow use on non-XFS filesystems (Bill O'Donnell)
434 - xfs_db: allow direct manipulation of CRCs (Eric Sandeen)
435 - libxfs: get rid of ustat() calls (Felix Janda)
436
d7e1f5f1
DC
437xfsprogs-4.7.0 (5 Aug 2016)
438 - xfs_io: man page for copy_file_range (Anna Schumaker)
439 - xfs_quota: handle XFS_GETNEXTQUOTA failure sanely (Zorro Lang)
440 - mkfs: remove old glibc build failure workaround (Felix Janda)
441
442xfsprogs-4.7.0-rc2 (20 Jul 2016)
443 - xfs_io: add support for copy_file_range (Anna Schumaker)
444 - repair: fix exit value after low memory is detected (Zorro Lang)
445 - repair: fix quota inode detection issue (Eric Sandeen)
446 - fix coverity issues from 4.7-rc1 (Bill O'Donnell)
447
448xfsprogs-4.7.0-rc1 (22 Jun 2016)
fb2595e9
DC
449 - libxfs kernel sync up to 4.7-rc1
450 - quota: new efficient iteration mechanism (Eric Sandeen)
451 - quota: support usernames starting with digits (Zorro Lang)
452 - xfs_io: mmap/mremap fixes (Zorro Lang)
453 - build/translation fixes (Mike Frysinger)
454 - repair: error messge cleanups (Eric Sandeen)
455 - mkfs: table based option parsing (Jan Tulak, Eric Sandeen)
456 - metadump: sector size support fixes (Eric Sandeen)
457 - db: unaligned acces fixes (Eric Sandeen)
458 - db: add CRC recalculation for corrupt blocks
459 - db: fix array notation handling in print commands
460 - db: Note that fragmenation factor is meaningless (Eric Sandeen)
461 - repair: more efficient secondary superblock search (Bill O'Donnell)
462 - quota: timer reporting corner case fixes (Eric Sandeen)
463 - headers: struct fsxattr redifinition fixes (Christoph Hellwig)
464 - man page updates (Eric Sandeen, Jan Tulak, Zorro Lang)
465 - repair: RT summary inode rebuild fix (Eric Sandeen)
466 - db: sparse inode check fixes (Brian Foster)
467
d7e1f5f1 468xfsprogs-4.5.0 (15 Mar 2016)
53cefc40
DC
469 - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)
470 - xfs_db: dquot command documentation fixes (Eric Sandeen)
471 - xfs_quota: better command line parsing and documentation
472 (Zorro Lang)
473
d7e1f5f1 474xfsprogs-4.5.0-rc1 (17 Feb 2016)
1abecdab
DC
475 - libxfs: update to match kernel 4.5-rc1 code base
476 - xfs_io: add DAX inode flag support
477 - repair: scalability improvements on large corrupt filesystems
478 - repair: directory rebuild fixes
479 - mdrestore: progress accounting now works
480 - metadump: fix btree block unused region zeroing
481 - quota: timer command fixes (Eric Sandeen)
482 - mkfs: man page cleanups (Eric Sandeen)
483 - xfs_io: reflink, dedupe and other fixes (Darrick Wong)
484 - quota: Q_XGETNEXTQUOTA support (Eric Sandeen)
485 - build cleanups for alternate C librarys (Joshua Kinard, Felix Janda)
486 - db: check fixes for sparse inodes (Darrick Wong)
487 - various: Fixes for Coverity reports (Vivek Trivedi)
488 - xfs_io: Document zero and help commands (Eric Sandeen)
489 - mkfs: DIO can use logical sector size limits (Eric Sandeen)
490 - repair: don't reset log cycle numbers when zeroing (Brian Foster)
491 - db: add ability to format log to a specific cycle (Brian Foster)
492
2c909e11
DC
493xfsprogs-4.3.0 (23 Nov 2015)
494 - xfs_fsr: cleanups to recent changes (Eric Sandeen)
495 - xfs_fsr: improved temp file attr fork handling (Eric Sandeen)
496 - libxfs: output verifier names in warnings (Eric Sandeen)
497 - xfs_repair: enable verifier corruption warnings on very verbose
498 output settings (Eric Sandeen)
499 - debian: update initramfs in postinst script (Steve McIntyre)
500
501xfsprogs-4.3.0-rc2 (10 Nov 2015)
af37ed4a
DC
502 - xfs_fsr: abstract mntinfo/mntent differences (Jan Tulak)
503 - xfs_io: update reflink/dedupe ioctl definitions and implementation
504 (Darrick Wong)
505 - libxcmd: factoring of runtime reporting (Darrick Wong)
506