]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - doc/CHANGES
xfsprogs: Release v4.20.0-rc1
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
index 5cdc6f06b2011d11a85f342412f99b687db8a652..cc3788e3f83b56b6fe0ab8a4d00c08ed000a4c69 100644 (file)
@@ -1,3 +1,384 @@
+xfsprogs-4.20.0-rc1 (08 Feb 2018)
+       - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen)
+       - xfs_repair: allow '/' in attribute names (Eric Sandeen)
+       - xfs_repair: skip block reservation when fixing freelist (Darrick Wong)
+       - xfs_repair: rebuild dir when nonroot blocks corrupt (Darrick Wong)
+       - xfs_repair: int nonleaf finobt blocks with proper magic (Brian Foster)
+       - xfs_repair: fix off by one error rebuilding high keys (Darrick Wong)
+       - xfs_io: allow open file permissions to be changed (Dave Chinner)
+       - xfs_io: open pipes in non-blocking mode (Dave Chinner)
+       - xfs_metadump: multiple stale data zeroing fixes (Stefan Ring)
+       - xfs_quota: allow reg files w/o prjinherit flag (Achilles Gaikwad)
+       - xfs_db: properly decode finobt record w/ sparse inodes (Darrick Wong)
+       - xfs_db: fix frag command to work w/ sparse inodes (Eric Sandeen)
+       - xfs_scrub: move all executables to /usr/sbin (Darrick Wong)
+       - xfs_scrub: handle totally empty inode chunks (Darrick Wong)
+       - xfs.5 manpage: Remove barrier related options (Eric Sandeen)
+       - xfs_io.8 manpage: rearrange command listings by section (Darrick Wong)
+       - Remove generated scrub files under make clean (Eric Sandeen)
+       - Skip scrub manpage install if not configured (Eric Sandeen)
+       - Merge libxfs from kernel 4.20
+
+xfsprogs-4.19.0 (09 Nov 2018)
+       - Fix up debian subdir build w.r.t. CHECK_CMD (Darrick Wong)
+
+xfsprogs-4.19.0-rc1 (02 Nov 2018)
+       - Remove non-linux platforms (Eric Sandeen)
+       - Remove retpoline support (Eric Sandeen)
+       - Add sparse checking & related fixes/cleanups (Eric Sandeen)
+       - Fix cross-platform building w.r.t. crc32selftest
+       - libxfs: add agfl free deferred op type (Darrick Wong)
+       - mkfs.xfs: discard only after all validations (Jan Tulak)
+       - xfs_repair: fix segfault in longform_dir2_entry_check (Eric Sandeen)
+       - xfs_repair: fix ASSERT in xfs_bunmapi (Eric Sandeen)
+       - xfs_repair: fix readahead thread deadlock/stall (Eric Sandeen)
+       - xfs_repair: avoid writing back all inodes (Dave Chinner)
+       - xfs_repair: don't treat directory root LEAFN as corrupt (Dave Chinner)
+       - xfs_io: add crc32 self test (Darrick Wong)
+       - xfs_io: remove useless do_preadv and do_pwritev arguments (Zorro Lang)
+       - xfs_scrub: make scrub build config-optional (Eric Sandeen)
+       - xfs_scrub: lack of kernel support is not a service failure (Darrick Wong)
+       - xfs_scrub_all: fix systemd escaping (Darrick Wong)
+
+xfsprogs-4.19.0-rc0 (10 Oct 2018)
+       - Majority of 4.19 libxfs changes merged from kernel
+       - Big sparse static checker cleanup (Eric Sandeen)
+       - mkfs.xfs discard fixes (Jan Tulak)
+       - xfs_io readv/writev cleanup (Zorro Lang)
+       - libxfs transaction commit error checking (Darrick Wong)
+
+xfsprogs-4.18.0 (24 Aug 2018)
+       - Tweak SPDX license in xfs_cksum.h (Darrick Wong)
+
+xfsprogs-4.18.0-rc1 (01 Aug 2018)
+       - xfs_repair: notify user if free inodes are corrupt (Eric Sandeen)
+       - xfs_repair: use extent size validation helpers (Darrick Wong)
+       - xfs_quota: don't stop the directory tree walk at DEPTH (Kazuya Mio)
+       - xfs_scrub: ongoing updates (Darrick Wong)
+       - xfs_io: document shutdown -f (Carlos Maiolino)
+       - xfs_io: wire up online repair ioctls (Darrick Wong)
+       - misc: adddebian initramfs hook to package (Darrick Wong)
+       - misc: remove unused macros (Eric Sandeen)
+       - misc: remove many XFS_BUF macros (Carlos Maiolino)
+       - misc: convert to SPDX license tags (Dave Chinner)
+
+xfsprogs-4.18.0-rc0 (05 Jul 2018)
+       - Majority of 4.18 libxfs changes merged from kernel
+
+xfsprogs-4.17.0 (28 Jun 2018)
+       - No further changes
+
+xfsprogs-4.17.0-rc1 (22 Jun 2018)
+       - mkfs.xfs: only stat block devices during mkfs init (Eric Sandeen)
+       - xfs_repair: multiple fixes and improvements (Darrick Wong)
+       - xfs_repair: check and repair quota metadata (Eric Sandeen)
+       - xfs_repair: fix shortform root inode parent (Marco Benatto)
+       - xfs_db: don't ASSERT on unrecognized metadata (Carlos Maiolino)
+       - xfs_db: add superblock info command ala xfs_info (Darrick Wong)
+       - xfs_spaceman: add superblock info command ala xfs_info (Darrick Wong)
+       - xfs_info: call xfs_db for unmounted devices (Darrick Wong)
+       - xfs_io: add online label command (Eric Sandeen)
+       - xfs_io: add O_PATH and O_NOFOLLOW options (David Howells)
+       - xfs_io: recognize *iB units in copy_range (Goldwyn Rodrigues)
+
+xfsprogs-4.16.1 (30 Apr 2018)
+       - fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
+
+xfsprogs-4.16.0 (25 Apr 2018)
+       - No further changes
+
+xfsprogs-4.16.0-rc1 (12 Apr 2018)
+       - platforms: warn of impending deprecation of irix, freebsd, darwin
+       - mkfs.xfs : enable sparse inodes by default (Darrick Wong)
+       - fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
+       - xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
+       - xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
+       - xfs_repair: remove old dead code (Eric Sandeen)
+       - xfs_io: fix operation time reporting (Dave Chinner)
+       - xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
+       - xfs_io: support a basic extent swap command (Brian Foster)
+       - xfs_scrub: Many updates, still experimental (Darrick Wong)
+       - xfs_db: print transaction reservation type information
+       - libxfs: framework to detect memory leaks (Eric Sandeen)
+       - misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
+       - misc: enable link time optimization, if requested (Darrick Wong)
+       - misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
+
+xfsprogs-4.15.1 (26 Feb 2018)
+       - debian: add build-depends on pkg-config (Darrick Wong)
+       - debian: don't fail postinst when upgrading chroot (Darrick Wong)
+       - update Polish translation (Jakub Bogusz)
+
+xfsprogs-4.15.0 (23 Feb 2018)
+       - various debian-related packaging fixes (Nathan Scott)
+
+xfsprogs-4.15.0-rc1 (13 Feb 2018)
+       - xfs_scrub: experimental new tool added (Darrick Wong)
+       - xfs_metadump: fix issues with -i flag (Marco Benatto)
+       - mkfs.xfs: don't allow creation of realtime+reflink (Darrick Wong)
+       - mkfs.xfs: don't crash on dswidth overflow (Darrick Wong)
+       - mkfs.xfs: much refactoring (Dave Chinner)
+       - xfs_copy: fix copy of v5 filesystems (Eric Sandeen)
+       - xfs_io: add a new 'log_writes' command (Ross Zwisler)
+       - xfs_io: add MAP_SYNC support to mmap() (Ross Zwisler)
+       - libxfs: memory zone handling cleanups (Eric Sandeen)
+
+xfsprogs-4.14.0 (27 Nov 2017)
+       - no changes from v4.14.0-rc2
+
+xfsprogs-4.14.0-rc2 (20 Nov 2017)
+       - xfs_repair: fix deadlock on failed refcountbt checks (Darrick Wong)
+       - xfs_repair: fix cowextsize field checking and repairing (Darrick Wong)
+       - xfs_repair: clear DAX flag from non-file inodes (Darrick Wong)
+       - xfs_repair: fix bag memory overwrite problems (Darrick Wong)
+       - xfs_metadump: zap stale data in DIR2_LEAF1 dirs (Eric Sandeen)
+       - xfs_metadump: allow large directory extents by default (Darrick Wong)
+       - xfs_copy: don't hang if all targets hit write errors (Darrick Wong)
+       - xfs_io: stat: treat statfs.f_flags as optional (Jeff Mahoney)
+       - xfs_io: stat: fix typo in statfs->f_flags (Jeff Mahoney)
+       - xfs_io: Allow partial writes in pwrite (Goldwyn Rodrigues)
+       - xfs_io: Add support for pwritev2() (Goldwyn Rodrigues)
+       - xfs_io: Add RWF_NOWAIT to pwritev2() (Goldwyn Rodrigues))
+       - xfs_io: Disable pwrite -V if pwritev unavailable (Goldwyn Rodrigues)
+       - xfs_io: add new error injection knobs to inject command (Darrick Wong)
+       - xfs_io: report io errors from pwrite -W and -w (Liu Bo)
+
+xfsprogs-4.13.1 (26 Sep 2017)
+       - fix global array overrun in mkfs (Darrick Wong)
+
+xfsprogs-4.13.0 (26 Sep 2017)
+       - no changes from v4.13.0-rc2
+
+xfsprogs-4.13.0-rc2 (21 Sep 2017)
+       - mkfs.xfs: pass custom cowextsize to created filesystem (Darrick Wong)
+       - xfs_repair: handle missing extent states (Darrick Wong)
+       - xfs_db: version command misses RMAPBT feature string (Zirong Lang)
+
+xfsprogs-4.13.0-rc1 (15 Sep 2017)
+       - mkfs.xfs: document forgotten flags (Darrick Wong)
+       - mkfs.xfs: don't stagger AG on single disk (Donald Douwsma)
+       - xfs_repair: various threading fixes (Jeff Mahoney)
+       - xfs_repair: validate symlink target length (Darrick Wong)
+       - xfs_repair: fix error exit status with -v flag (Masatake YAMATO)
+       - xfs_fsr: Fix uninitalized varable use aftger timeout (Jeff Mahoney)
+       - xfs_io: fix fiemap -n documentation to match reality (Nikolay Borisov)
+       - xfs_io: Allow lsattr & lsproj on foreign filesystems (Ross Zwisler)
+       - xfs_io: Print filesystem statfs flags in statfs output (Carlos Maiolino)
+       - xfs_io: add seek consistency checks (Andreas Gruenbacher)
+       - xfs_db: Fix metadump redirection (Darrick Wong)
+       - xfs_db: Add fuzz command (Darrick Wong)
+       - xfsprogs: Fix multiple compiler warnings (Darrick Wong)
+
+xfsprogs-4.12.0 (20 Jul 2017)
+        - mkfs.xfs: allow specification of 0 stripe width & unit (Eric Sandeen)
+        - xfs_db: redirect printfs when metadumping to stdout (Darrick Wong)
+        - libxfs: propagate transaction block reservations (Darrick Wong)
+        - xfs_db: properly set inode type (Eric Sandeen)
+
+xfsprogs-4.12.0-rc2 (13 Jul 2017)
+       - mkfs.xfs: minimum log size calculation fixes (Darrick Wong)
+
+xfsprogs-4.12.0-rc1 (30 Jun 2017)
+       - xfs_spaceman: new space management tool (Dave Chinner, Darrick Wong)
+       - xfs_io: implement fsmap command (Darrick Wong)
+       - xfs_repair: fix 512 sector image repair on 4k sector host (Zorro Lang)
+       - xfs_growfs: ensure target is an active xfs mountpoint (Bill O'Donnell)
+       - xfs_metadump: warn about corruption if log is dirty (Jan Tulak)
+       - xfs_metadump: tag metadump with informational flags (Eric Sandeen)
+       - xfs_db: fix 'type' command for interesting geoms (Bill O'Donnell)
+       - xfs_db: add alignment filter to freesp command (Eric Sandeen)
+       - libxfs: use crc32c slice-by-8 variant by default (Darrick Wong)
+       - update Polish translation (Jakub Bogusz)
+
+xfsprogs-4.11.0 (5 May 2017)
+       - xfs_io: man page fixups (Zorro Lang)
+
+xfsprogs-4.11.0-rc2 (2 May 2017)
+       - xfs_db: add btree dumping command (Darrick Wong)
+       - mkfs.xfs: change bare -m rmapbt,reflink to enable (Eric Sandeen)
+       - xfs_io: document -d option, enable for dqblks & inodes (Darrick Wong)
+       - xfs_io: minor statx fixes, updates (Chandan Rajendra, Gwendal Grignou)
+
+xfsprogs-4.11.0-rc1 (4 Apr 2017)
+       - xfs_io: add statx support (David Howells, Eric Sandeen)
+       - xfs_io: fix "falloc -p" to pass KEEP_SIZE (Calvin Owens)
+       - xfs_io: support shutdown on foreign filesystems (Darrick Wong)
+       - xfs_repair: repair zero-sized symlinks (Brian Foster)
+       - xfs_repair: warn about dirty log with -n option (Eric Sandeen)
+       - xfs.5: document barrier mount option deprecation (Eric Sandeen)
+
+xfsprogs-4.10.0 (6 Feb 2017)
+       - build: fix __bitwise definitions vs kernel headers (Darrick Wong)
+xfsprogs-4.10.0-rc1 (15 Feb 2017)
+       - build: fix cross-compile (Gwendal Grignou)
+       - remove old Irix support (Christoph Hellwig)
+       - xfs_repair: various additional checks (Darrick Wong)
+       - xfs_repair: document dirty log conditions (Darrick Wong)
+       - xfs_repair: document exit codes (Zirong Lang)
+       - xfs_io: fix building with musl (Ralph Sennhauser)
+       - xfs_io: add set_encpolicy / get_encpolicy (Eric Biggers)
+       - xfs_io: Fix command iteration (Dave Chinner)
+       - xfs_io: fix missing syncfs command  (Amir Goldstein)
+       - xfs_db: fix 'source' command when passed as a -c option (Darrick Wong)
+       - xfs_logprint: handle log operation split of inode item (Hou Tao)
+       - xfs_metadump: ignore empty attribute leaf (Eric Sandeen)
+       - libxfs: don't OOM on corrupt agcount (Darrick Wong)
+
+xfsprogs-4.9.0 (5 Jan 2017)
+       - no changes from v4.9.0-rc1
+
+xfsprogs-4.9.0-rc1 (22 Dec 2016)
+       - add reflink and dedupe support (Darrick Wong)
+       - Convert from off64_t to off_t (Felix Janda)
+       - xfs_io: add command line option to start an idle thread (Amir Goldstein)
+       - xfs_repair: junk leaf attribute if count == 0 (Eric Sandeen)
+       - xfs_quota: handle wrapped id from GETNEXTQUOTA (Eric Sandeen)
+       - xfs_repair: fix some potential null pointer deferences (Darrick Wong)
+       - libxfs_apply: filtering fixes (Dave Chinner)
+
+xfsprogs-4.8.0 (17 Oct 2016)
+       - no changes from v4.8.0-rc3
+
+xfsprogs-4.8.0-rc3 (3 Oct 2016)
+       - xfs_io: clean up inode command (Eric Sandeen)
+       - xfs_repair: fix phase 5 btree size overestimation (Darrick Wong)
+       - xfs_repair: fix phase 5 AGFL rmap update (Darrick Wong)
+       - libxfs: libxfs_iget() cleanup (Eric Sandeen)
+       - libxcmd: fix count of XFS filesystems in path table (Eryu Guan)
+
+xfsprogs-4.8.0-rc2 (23 Sep 2016)
+       - xfs_copy: uuid handling fixes (Eric Sandeen)
+       - xfs_repair: directory rebuild segfault fix (Eric Sandeen)
+       - xfs_repair: report log dirtiness correctly (Eric Sandeen)
+       - libxfs: mounted filesystem detection cleanups (Eric Sandeen)
+       - xfs_logprint: don't print transaction types anymore (Hou Tao)
+       - xfs_quota: allow operation on non-XFS filesystems (Bill O'Donnell)
+       - xfs_io: allow project quota operations on non-XFS (Eric Sandeen)
+       - mkfs.xfs: man page calrification for ftype defaults (Eric Sandeen)
+
+xfsprogs-4.8.0-rc1 (9 Sep 2016)
+       - change contact emails to linux-xfs@vger.kernel.org
+       - libxfs: kernel sync up to 4.8-rc1
+       - Initial reverse mapping support (Darrick Wong)
+       - buffer lock trace analysis tool (Darrick Wong)
+       - logprint: cleanups and fixes (Darrick Wong)
+       - man page updates (various)
+       - libxcmd: mount option parsing fixes (Darrick Wong)
+       - xfs_quota: use XFS_GETQSTATV (Eric Sandeen)
+       - xfs_quota: allow use on non-XFS filesystems (Bill O'Donnell)
+       - xfs_db: allow direct manipulation of CRCs (Eric Sandeen)
+       - libxfs: get rid of ustat() calls (Felix Janda)
+
+xfsprogs-4.7.0 (5 Aug 2016)
+       - xfs_io: man page for copy_file_range (Anna Schumaker)
+       - xfs_quota: handle XFS_GETNEXTQUOTA failure sanely (Zorro Lang)
+       - mkfs: remove old glibc build failure workaround (Felix Janda)
+
+xfsprogs-4.7.0-rc2 (20 Jul 2016)
+       - xfs_io: add support for copy_file_range (Anna Schumaker)
+       - repair: fix exit value after low memory is detected (Zorro Lang)
+       - repair: fix quota inode detection issue (Eric Sandeen)
+       - fix coverity issues from 4.7-rc1 (Bill O'Donnell)
+
+xfsprogs-4.7.0-rc1 (22 Jun 2016)
+       - libxfs kernel sync up to 4.7-rc1
+       - quota: new efficient iteration mechanism (Eric Sandeen)
+       - quota: support usernames starting with digits (Zorro Lang)
+       - xfs_io: mmap/mremap fixes (Zorro Lang)
+       - build/translation fixes (Mike Frysinger)
+       - repair: error messge cleanups (Eric Sandeen)
+       - mkfs: table based option parsing (Jan Tulak, Eric Sandeen)
+       - metadump: sector size support fixes (Eric Sandeen)
+       - db: unaligned acces fixes (Eric Sandeen)
+       - db: add CRC recalculation for corrupt blocks
+       - db: fix array notation handling in print commands
+       - db: Note that fragmenation factor is meaningless (Eric Sandeen)
+       - repair: more efficient secondary superblock search (Bill O'Donnell)
+       - quota: timer reporting corner case fixes (Eric Sandeen)
+       - headers: struct fsxattr redifinition fixes (Christoph Hellwig)
+       - man page updates (Eric Sandeen, Jan Tulak, Zorro Lang)
+       - repair: RT summary inode rebuild fix (Eric Sandeen)
+       - db: sparse inode check fixes (Brian Foster)
+
+xfsprogs-4.5.0 (15 Mar 2016)
+       - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)
+       - xfs_db: dquot command documentation fixes (Eric Sandeen)
+       - xfs_quota: better command line parsing and documentation
+         (Zorro Lang)
+
+xfsprogs-4.5.0-rc1 (17 Feb 2016)
+       - libxfs: update to match kernel 4.5-rc1 code base
+       - xfs_io: add DAX inode flag support
+       - repair: scalability improvements on large corrupt filesystems
+       - repair: directory rebuild fixes
+       - mdrestore: progress accounting now works
+       - metadump: fix btree block unused region zeroing
+       - quota: timer command fixes (Eric Sandeen)
+       - mkfs: man page cleanups (Eric Sandeen)
+       - xfs_io: reflink, dedupe and other fixes (Darrick Wong)
+       - quota: Q_XGETNEXTQUOTA support (Eric Sandeen)
+       - build cleanups for alternate C librarys (Joshua Kinard, Felix Janda)
+       - db: check fixes for sparse inodes (Darrick Wong)
+       - various: Fixes for Coverity reports (Vivek Trivedi)
+       - xfs_io: Document zero and help commands (Eric Sandeen)
+       - mkfs: DIO can use logical sector size limits (Eric Sandeen)
+       - repair: don't reset log cycle numbers when zeroing (Brian Foster)
+       - db: add ability to format log to a specific cycle (Brian Foster)
+
+xfsprogs-4.3.0 (23 Nov 2015)
+       - xfs_fsr: cleanups to recent changes (Eric Sandeen)
+       - xfs_fsr: improved temp file attr fork handling (Eric Sandeen)
+       - libxfs: output verifier names in warnings (Eric Sandeen)
+       - xfs_repair: enable verifier corruption warnings on very verbose
+         output settings (Eric Sandeen)
+       - debian: update initramfs in postinst script (Steve McIntyre)
+
+xfsprogs-4.3.0-rc2 (10 Nov 2015)
+       - xfs_fsr: abstract mntinfo/mntent differences (Jan Tulak)
+       - xfs_io: update reflink/dedupe ioctl definitions and implementation
+         (Darrick Wong)
+       - libxcmd: factoring of runtime reporting (Darrick Wong)
+       - man page fixes (Ville Skyttä)
+       - removal of ASSERT from exported headers
+
+xfsprogs-4.3.0-rc1 (14 Oct 2015)
+       - xfs_io: reflink and dedupe operation support (Darrick Wong)
+       - xfs_db: blockget/blocktrash support for v5 filesystems
+         (Darrick Wong)
+       - xfs_repair: many directory/attr cleanups and fixes (Eric Sandeen)
+       - More OS X build improvements (Jan Tulak)
+       - Log zeroing rework for v5 filesystems to prevent log sequence
+         numbers from going backwards (Brain Foster)
+
+xfsprogs-4.2.0 (7 Sep 2015)
+       - repair: fix crashes due to missing geometry pointer (Eric Sandeen)
+       - repair: fix node handling on large attribute btrees (Brian Foster)
+       - repair: attribute block header verification fixes (Darrick Wong)
+       - libxfs: more error negation fixes (Darrick Wong)
+       - libxfs: cancelled readahead buffer state initialisation fixes
+         (Darrick Wong)
+       - build: include/xfs header path fix (Lucas Stach)
+
+xfsprogs-4.2.0-rc3 (25 Aug 2015)
+       - xfs_repair: directory verification fixes (Darrick Wong)
+       - libxfs: errno negation fixes (Darrick Wong)
+       - xfs_db: corrupt inode handling fixes (Darrick Wong)
+       - repair: memory leak fixes (Eric Sandeen)
+       - libxfs: directory corruption fix (Jan Kara)
+       - libxfs: gcc miscompile fixes (Jan Kara)
+       - libxfs: merge across bug fixes from 4.2 kernel code
+       - man pages: minor updates (Eric Sandeen)
+
+xfsprogs-4.2.0-rc2 (18 Aug 2015)
+       - OS X build improvements (Jan Tulak)
+       - libxfs: fix code miscompilation w/ gcc 4.8.3 (Jan Kara)
+       - mkfs.xfs: default to using ftype=1 for all filesystems
+       - mkfs.xfs: CLI options parsing order fix (Eric Sandeen)
+       - xfs_repair: improve inode version checks (Roger Willcocks)
+       - libxfs: remove excessive EXPERIMENTAL feature warnings
+         for sparse inodes (Brian Foster)
+       - xfs_db: fix new gcc 4.9.3 build warnings
+
 xfsprogs-4.2.0-rc1 (4 Aug 2015)
        - update libxfs to match kernel 4.2-rc1
        - libxfs and include restructuring to match kernel code