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