]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - doc/CHANGES
include: don't collide __bitwise definitions in 4.10
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
CommitLineData
95d85185
ES
1xfsprogs-4.9.0 (5 Jan 2017)
2 - no changes from v4.9.0-rc1
3
4xfsprogs-4.9.0-rc1 (22 Dec 2016)
3ad9120a
ES
5 - add reflink and dedupe support (Darrick Wong)
6 - Convert from off64_t to off_t (Felix Janda)
7 - xfs_io: add command line option to start an idle thread (Amir Goldstein)
8 - xfs_repair: junk leaf attribute if count == 0 (Eric Sandeen)
9 - xfs_quota: handle wrapped id from GETNEXTQUOTA (Eric Sandeen)
10 - xfs_repair: fix some potential null pointer deferences (Darrick Wong)
11 - libxfs_apply: filtering fixes (Dave Chinner)
12
95d85185 13xfsprogs-4.8.0 (17 Oct 2016)
152fa26f
DC
14 - no changes from v4.8.0-rc3
15
95d85185 16xfsprogs-4.8.0-rc3 (3 Oct 2016)
36617169
DC
17 - xfs_io: clean up inode command (Eric Sandeen)
18 - xfs_repair: fix phase 5 btree size overestimation (Darrick Wong)
19 - xfs_repair: fix phase 5 AGFL rmap update (Darrick Wong)
20 - libxfs: libxfs_iget() cleanup (Eric Sandeen)
21 - libxcmd: fix count of XFS filesystems in path table (Eryu Guan)
22
95d85185 23xfsprogs-4.8.0-rc2 (23 Sep 2016)
c1a14cc7
DC
24 - xfs_copy: uuid handling fixes (Eric Sandeen)
25 - xfs_repair: directory rebuild segfault fix (Eric Sandeen)
26 - xfs_repair: report log dirtiness correctly (Eric Sandeen)
27 - libxfs: mounted filesystem detection cleanups (Eric Sandeen)
28 - xfs_logprint: don't print transaction types anymore (Hou Tao)
29 - xfs_quota: allow operation on non-XFS filesystems (Bill O'Donnell)
30 - xfs_io: allow project quota operations on non-XFS (Eric Sandeen)
31 - mkfs.xfs: man page calrification for ftype defaults (Eric Sandeen)
32
95d85185 33xfsprogs-4.8.0-rc1 (9 Sep 2016)
130093ab
DC
34 - change contact emails to linux-xfs@vger.kernel.org
35 - libxfs: kernel sync up to 4.8-rc1
36 - Initial reverse mapping support (Darrick Wong)
37 - buffer lock trace analysis tool (Darrick Wong)
38 - logprint: cleanups and fixes (Darrick Wong)
39 - man page updates (various)
40 - libxcmd: mount option parsing fixes (Darrick Wong)
41 - xfs_quota: use XFS_GETQSTATV (Eric Sandeen)
42 - xfs_quota: allow use on non-XFS filesystems (Bill O'Donnell)
43 - xfs_db: allow direct manipulation of CRCs (Eric Sandeen)
44 - libxfs: get rid of ustat() calls (Felix Janda)
45
d7e1f5f1
DC
46xfsprogs-4.7.0 (5 Aug 2016)
47 - xfs_io: man page for copy_file_range (Anna Schumaker)
48 - xfs_quota: handle XFS_GETNEXTQUOTA failure sanely (Zorro Lang)
49 - mkfs: remove old glibc build failure workaround (Felix Janda)
50
51xfsprogs-4.7.0-rc2 (20 Jul 2016)
52 - xfs_io: add support for copy_file_range (Anna Schumaker)
53 - repair: fix exit value after low memory is detected (Zorro Lang)
54 - repair: fix quota inode detection issue (Eric Sandeen)
55 - fix coverity issues from 4.7-rc1 (Bill O'Donnell)
56
57xfsprogs-4.7.0-rc1 (22 Jun 2016)
fb2595e9
DC
58 - libxfs kernel sync up to 4.7-rc1
59 - quota: new efficient iteration mechanism (Eric Sandeen)
60 - quota: support usernames starting with digits (Zorro Lang)
61 - xfs_io: mmap/mremap fixes (Zorro Lang)
62 - build/translation fixes (Mike Frysinger)
63 - repair: error messge cleanups (Eric Sandeen)
64 - mkfs: table based option parsing (Jan Tulak, Eric Sandeen)
65 - metadump: sector size support fixes (Eric Sandeen)
66 - db: unaligned acces fixes (Eric Sandeen)
67 - db: add CRC recalculation for corrupt blocks
68 - db: fix array notation handling in print commands
69 - db: Note that fragmenation factor is meaningless (Eric Sandeen)
70 - repair: more efficient secondary superblock search (Bill O'Donnell)
71 - quota: timer reporting corner case fixes (Eric Sandeen)
72 - headers: struct fsxattr redifinition fixes (Christoph Hellwig)
73 - man page updates (Eric Sandeen, Jan Tulak, Zorro Lang)
74 - repair: RT summary inode rebuild fix (Eric Sandeen)
75 - db: sparse inode check fixes (Brian Foster)
76
d7e1f5f1 77xfsprogs-4.5.0 (15 Mar 2016)
53cefc40
DC
78 - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)
79 - xfs_db: dquot command documentation fixes (Eric Sandeen)
80 - xfs_quota: better command line parsing and documentation
81 (Zorro Lang)
82
d7e1f5f1 83xfsprogs-4.5.0-rc1 (17 Feb 2016)
1abecdab
DC
84 - libxfs: update to match kernel 4.5-rc1 code base
85 - xfs_io: add DAX inode flag support
86 - repair: scalability improvements on large corrupt filesystems
87 - repair: directory rebuild fixes
88 - mdrestore: progress accounting now works
89 - metadump: fix btree block unused region zeroing
90 - quota: timer command fixes (Eric Sandeen)
91 - mkfs: man page cleanups (Eric Sandeen)
92 - xfs_io: reflink, dedupe and other fixes (Darrick Wong)
93 - quota: Q_XGETNEXTQUOTA support (Eric Sandeen)
94 - build cleanups for alternate C librarys (Joshua Kinard, Felix Janda)
95 - db: check fixes for sparse inodes (Darrick Wong)
96 - various: Fixes for Coverity reports (Vivek Trivedi)
97 - xfs_io: Document zero and help commands (Eric Sandeen)
98 - mkfs: DIO can use logical sector size limits (Eric Sandeen)
99 - repair: don't reset log cycle numbers when zeroing (Brian Foster)
100 - db: add ability to format log to a specific cycle (Brian Foster)
101
2c909e11
DC
102xfsprogs-4.3.0 (23 Nov 2015)
103 - xfs_fsr: cleanups to recent changes (Eric Sandeen)
104 - xfs_fsr: improved temp file attr fork handling (Eric Sandeen)
105 - libxfs: output verifier names in warnings (Eric Sandeen)
106 - xfs_repair: enable verifier corruption warnings on very verbose
107 output settings (Eric Sandeen)
108 - debian: update initramfs in postinst script (Steve McIntyre)
109
110xfsprogs-4.3.0-rc2 (10 Nov 2015)
af37ed4a
DC
111 - xfs_fsr: abstract mntinfo/mntent differences (Jan Tulak)
112 - xfs_io: update reflink/dedupe ioctl definitions and implementation
113 (Darrick Wong)
114 - libxcmd: factoring of runtime reporting (Darrick Wong)
115