Package Details: zfs-dkms-staging-git 2.4.4.r0.g71a9f95786-1

Git Clone URL: https://aur.archlinux.org/zfs-dkms-staging-git.git (read-only, click to copy)
Package Base: zfs-dkms-staging-git
Description: Kernel modules for the Zettabyte File System (release staging branch) with compatibility patches for latest stable kernel.
Upstream URL: https://zfsonlinux.org/
Licenses: CDDL-1.0
Groups: zfs-staging-git
Conflicts: zfs-dkms
Provides: SPL-MODULE, zfs, zfs-dkms, ZFS-MODULE
Submitter: bjin
Maintainer: bjin (darkbasic)
Last Packager: bjin
Votes: 12
Popularity: 0.004744
First Submitted: 2024-01-15 11:23 (UTC)
Last Updated: 2026-08-22 02:47 (UTC)

Required by (21)

Sources (4)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

darkbasic commented on 2026-08-20 14:18 (UTC)

I've added zoned_uid property with additive least privilege authorization (https://github.com/CachyOS/zfs/pull/3) in https://aur.archlinux.org/packages/zfs-dkms-staging-compat-git if someone is interested.

darkbasic commented on 2026-08-20 13:55 (UTC)

I've added support for 7.2

darkbasic commented on 2026-07-22 12:26 (UTC)

We don't backport META commits but 7.1 already works.

aaruni96 commented on 2026-07-17 11:09 (UTC)

I have figured out too late that I upgraded my Linux kernel to 7.1, but zfs-dkms-staging-git only supports 7.0 so far.

zfs master was marked as compatible with 7.1 around a month ago ( https://github.com/openzfs/zfs/pull/18682 ).

Any idea when 7.1 support might come to this package ?

bjin commented on 2026-07-14 16:55 (UTC)

I would like to backport UID-based dataset zoning for rootless container support

@darkbasic: Well, let's only cherry-pick compatibility patches, along with verified and merged low-risk bug fixing changes for this AUR package.

yurikoles commented on 2026-07-13 10:47 (UTC)

@bjin

From AUR submission guidelines:

Do not commit mere pkgver bumps for VCS packages. They are not considered out of date when the upstream has new commits. Only do a new commit when other changes are introduced, such as changing the build process.

darkbasic commented on 2026-07-08 12:03 (UTC)

@yurikoles this is a very self contained change though: I've been using it for months and they still have to fix anything related. I'm trying to get it included into the cachyos kernel and if it goes through like I think it will reach a much bigger audience very soon.

yurikoles commented on 2026-07-08 11:24 (UTC) (edited on 2026-07-11 10:19 (UTC) by yurikoles)

I think what users are expecting from this package is just a minor stability improvements and support of newer kernels. If you're going to backport random new features that may cause a regressions and severe data loss you will eventually end up with a master's HEAD and there's already zfs-dkms-git to cover this case.

darkbasic commented on 2026-07-08 09:38 (UTC)

@bjin I would like to backport UID-based dataset zoning for rootless container support (https://github.com/openzfs/zfs/pull/18167). It basically allows you to use rootless podman with its native zfs backend. I've already backported the patch (https://github.com/darkbasic/zfs/commit/caf10661b301bf6d3b83bd33cf6c37500ddec0e3) and tested it on my system. What do you think about adding it to zfs-dkms-staging-git? If you agree I will push the updated PKGBUILD.

Lenry commented on 2026-04-21 06:45 (UTC)

I'm using pikaur, and it must be something with that. Doing it manually by makepkg, succeeded. Thank you