<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/xfsprogs, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-06T18:05:02Z</updated>
<entry>
<title>xfsprogs: update to 6.19.0</title>
<updated>2026-05-06T18:05:02Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9e6e25cbc44f3123e8ea4db47680611907ad3743'/>
<id>urn:sha1:9e6e25cbc44f3123e8ea4db47680611907ad3743</id>
<content type='text'>
Update from 6.10.1 to 6.19.0. Notable changes:

- 6.19.0: fix log sunit automatic configuration in mkfs; fix data
  corruption bug in libxfs_file_write; fix various memory leaks; improve
  realtime subvolume info in xfs_io statfs
- 6.18.0: adjust nr_zones for zoned filesystems on conventional devices
  in mkfs; fix xfs_logprint pointer bugs; fix mdrestore superblock length
  check; add 2025 LTS config
- 6.16.0: atomic write enhancements for maximum atomic write limits at
  mount time; refactor log recovery infrastructure; remove experimental
  warnings from xfs_scrub
- 6.13.0: comprehensive metadata directory support in xfs_repair, xfs_db,
  and mkfs; realtime group support with new RT group structures; quota
  inodes use metadata directory infrastructure; realtime space quotas
- 6.12.0: realtime device support in xfs_db; file range commit ioctls
  with atomic write statx fields; modernize perag lookup to xarray;
  require -std=gnu11 for compilation

Add test.sh to verify xfs-mkfs and xfs-fsck report the correct version
and xfs-admin/xfs-growfs produce expected help output.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>xfsprogs: update to 6.10.1</title>
<updated>2024-09-11T10:14:49Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-09T11:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a9e254bd315613b36518e9ec5998bc78db204e10'/>
<id>urn:sha1:a9e254bd315613b36518e9ec5998bc78db204e10</id>
<content type='text'>
- libblkid is now a hard dependency
- Don't set configure options matching the default
- Enable LTO
- Disable debug asserts at configure stage, drop the patch
- Compile with target optimizations instead of -O2
- Update package URL

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: Update to 6.2.0</title>
<updated>2023-05-24T03:03:22Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-22T04:29:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=284093d85af82a001227547cc5458ce77cfec101'/>
<id>urn:sha1:284093d85af82a001227547cc5458ce77cfec101</id>
<content type='text'>
* Added new dependencies introduced in this version
* Disabled mips16 due to build issues
* Fixed the usage of the `CONFIG_USE_MUSL` variable (missing $)
* Refreshed patches

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>xfsprogs: fix compilation with musl 1.2.4</title>
<updated>2023-05-17T13:37:59Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-17T12:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=eb8a3300d66edf520696c7c2fa47ca11d65f35df'/>
<id>urn:sha1:eb8a3300d66edf520696c7c2fa47ca11d65f35df</id>
<content type='text'>
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>xfsprogs: fix compilation under glibc</title>
<updated>2020-12-31T00:52:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-31T00:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4d4d9a2c326f5600054f5fe805e717401f73e5de'/>
<id>urn:sha1:4d4d9a2c326f5600054f5fe805e717401f73e5de</id>
<content type='text'>
Missing link to librt.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: update to 5.9.0</title>
<updated>2020-11-24T01:14:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-23T21:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e2a993bd0b93621d5a0efc40367d9026954534cc'/>
<id>urn:sha1:e2a993bd0b93621d5a0efc40367d9026954534cc</id>
<content type='text'>
Add license information.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: update to 5.8.0</title>
<updated>2020-09-13T00:41:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-13T00:40:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8bc26ed5980fbb95ca76afc6aaf140568d3d6b68'/>
<id>urn:sha1:8bc26ed5980fbb95ca76afc6aaf140568d3d6b68</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: fix compilation with uClibc-ng</title>
<updated>2020-06-26T00:45:15Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-25T00:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2491bcf81b6c27ae898ab008b3ba8c5abe79d805'/>
<id>urn:sha1:2491bcf81b6c27ae898ab008b3ba8c5abe79d805</id>
<content type='text'>
MAP_SHARED_VALIDATE is completely missing.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: update to 5.5</title>
<updated>2020-05-22T23:21:42Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-05-22T23:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=05ce920e12c2bbc0bd80e26101eb8b1019e2e47e'/>
<id>urn:sha1:05ce920e12c2bbc0bd80e26101eb8b1019e2e47e</id>
<content type='text'>
Reworked Makefile for consistency between packages.

Removed librt dependency. clock_gettime does not need it anymore.

Updated URL.

Add MAP_SYNC workaround as musl undefines MAP_SYNC for MIPS and PPC.

Refreshed patches and removed upstream ones

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
