Luca Vanni
5ee09c8854
Removed the python-future package from the Dockerfile ( #568 )
1 month ago
Amir Zarrinkafsh
64c2a1bd64
Update to zfs version 2.2.7 ( #562 )
2 months ago
Jan Houben
bbb2b84fde
Replace aur submodules with github submodules ( #564 )
2 months ago
Mark Dietzer
1b5bdce9d3
Add GitHub Actions ( #551 )
4 months ago
Luchesar ILIEV
6e7ff7cf52
Merge pull request #550 from prikhi/bump-zfs-to-2.2.6
...
Bump ZFS to v2.2.6
4 months ago
Pavan Rikhi
e596746664
Bump OpenZFS RC Version to 2.3.0-rc1
4 months ago
Pavan Rikhi
bbf98da08b
Bump ZFS to v2.2.6
5 months ago
Martin Wagner
b940caeab9
Update to zfs version 2.2.4 ( #533 )
...
* Update to zfs version 2.2.4
* Remove `enforce-kernel-max-version.patch`
This was discussed in #534
9 months ago
Jan Houben
e63f139660
Skip patches for git packages
10 months ago
Jan Houben
18e617c824
Add Linux 6.8 and Version Enforce Patch
11 months ago
Amir Zarrinkafsh
7568d35928
Update to zfs version 2.2.3 ( #526 )
11 months ago
Jan Houben
7a8622786f
Add atime patch
1 year ago
Jan Houben
4db8c71fbe
Add Linux 6.7 Patch
1 year ago
Namkhai B
615e1b09b8
Update to zfs v2.2.2 ( #517 )
1 year ago
Jan Houben
ad180be516
Merge branch 'nkeor-zfs-v2.2.1'
1 year ago
Jan Houben
6678feaa1a
Update checksum
1 year ago
Namkhai B.
85b5fe91bf
Revert "Add Linux 6.6 Patch"
...
This reverts commit 6efca655e3
.
1 year ago
Namkhai B.
fdd7b96e03
Update to zfs v2.2.1
1 year ago
Jan Houben
6efca655e3
Add Linux 6.6 Patch
1 year ago
Pavan Rikhi
ebabc2c068
Bump ZFS to v2.2.0 ( #511 )
1 year ago
Amir Zarrinkafsh
ab90220bbb
Update zfs version to 2.1.13 ( #508 )
1 year ago
Jan Houben
24139963f0
Revert "Disable linux and zen stable builds for now"
...
This reverts commit de72e6bc58
.
2 years ago
Namkhai B
eb98924d32
Update to zfs v2.1.12 ( #496 )
...
Closes #495
2 years ago
Jan Houben
de72e6bc58
Disable linux and zen stable builds for now
2 years ago
Jan Houben
c46b2031ad
Revert "Fix linux-zen module folder"
...
This reverts commit f2526096ce
.
2 years ago
Jan Houben
f2526096ce
Fix linux-zen module folder
2 years ago
Namkhai B
60486d678d
Update to zfs v2.1.11
2 years ago
Jan Houben
6d407777c3
Revert "Add Linux 6.3 Patch"
...
This reverts commit c0ecc7d082
.
2 years ago
Namkhai B
523aba7ded
Update to zfs v2.1.10
...
Drop python2 from the test requirements, see openzfs/zfs#12925
2 years ago
Jan Houben
c0ecc7d082
Add Linux 6.3 Patch
2 years ago
Namkhai B
0d5e746750
Follow upstream ZFS branding
2 years ago
Namkhai B
45efc08cb2
Update to zfs v2.1.9
...
Closes #476
Fixes #477
2 years ago
Jan Houben
93b81ba9f5
Account for debug packages in repo find fallback ( Closes #475 )
2 years ago
Namkhai B
8339fbaa66
Update to zfs v2.1.7 ( #468 )
2 years ago
Joe Groocock
f738bedd44
Bump utils pkgrel for openssl 3.0 rebuild ( #465 )
...
zfs utility binaries link against libcrypto.so.1.1 in the existing
package. Bump the pkgrel to force a rebuild against libcrypto.so.3
Fixes: https://github.com/archzfs/archzfs/issues/464
Signed-off-by: Joe Groocock <me@frebib.net>
Signed-off-by: Joe Groocock <me@frebib.net>
2 years ago
Namkhai B
1a7d752194
Update zfs version to 2.1.6 ( #460 )
2 years ago
Jan Houben
8c7616f37d
Bump utils pkgrel
2 years ago
Hao Zhang
be2470f56d
Fix unbootable system with `root=zfs` kernel parameter
2 years ago
Jan Houben
3b8fe83d68
Update initcpio hook checksum
3 years ago
Jan Houben
7ea9ebeb32
Bump utils pkgrel
3 years ago
leonghui
b35d797e70
zfs-utils: Fix wrong zed files in /usr/var/run ( #455 )
...
Fixes archzfs/archzfs#454
3 years ago
Lucas Ransan
da8c8c699c
Add /etc/fstab to initramfs ( #447 )
...
That way it can mount a root volume with mountpoint=legacy.
3 years ago
Matthias Freund
3401f8a294
Revert "Temporary disable stable builds for kernel 5.18"
...
This reverts commit bf5351f4a9
.
3 years ago
Matthias Freund
95cc7a3aef
Update zfs version to 2.1.5
3 years ago
Jan Houben
bf5351f4a9
Temporary disable stable builds for kernel 5.18
3 years ago
Jan Houben
36970e65cd
Replace custom strip command with INSTALL_MOD_STRIP=1
3 years ago
Jan Houben
97b7b4a980
Strip debugging from kernel modules during build ( Fixes #383 )
3 years ago
Jan Houben
15586d9d6e
Update hook checksum
3 years ago
Jan Houben
8d2dbbefc4
Bump utils pkgrel
3 years ago
PuzzleMoon
5792ef65f5
Wait for udev to settle if keylocation is a local file ( #427 )
...
* Wait for udev to settle
If an encrypted dataset has a file keylocation on an external device, like an USB flash drive, zfs_decrypt_fs will fail to read the file.
A solution is to wait for udev events to be handled and keylocation to appear, which has been implemented in zfs-dracut (3fa5266d72/contrib/dracut/90zfs/zfs-load-key.sh.in (L56)
).
I've adopted the solution here.
* Fix ash complaining missing ]
3 years ago