| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
Merge branch 'master' of https://aur.archlinux.org/zfs-dkms
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
kernel 5.12 backports
This includes a number of backports for the zfs-2.0.5-staging branch and
switches compat patches from 12009 to the merged commits.
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backport kernel 5.12 compat and update patches
This backports the upstream compat patches
https://github.com/openzfs/zfs/commit/e2a8296131e94ad785f5564156ed2db1fdb2e080
and https://github.com/openzfs/zfs/commit/ffd6978ef59cfe2773e984bf03de2f0b93b03f5c
via https://github.com/openzfs/zfs/pull/12009
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
zfs-dkms adds config/compile (required by new versions of autoconf).
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
|
| |
| |
| |
| | |
upstream release
|
| |
| |
| |
| | |
upstream release
|
| |
| |
| |
| |
| | |
backport kernel 5.8 support from https://github.com/openzfs/zfs/pull/10728
(see https://github.com/openzfs/zfs/pull/10422)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We want the toplevel Makefile/zfs.release and we *also* want all files
in module/ to be configured, because that is the only subdirectory we
use. It just happened that module/ used to only have Makefile.in to
configure, so only permitting Makefiles which may or may not be prefixed
with 'module/' worked.
The current upstream master now has a Kbuild.in file, though, which
broke this clumsy hack. Update to use a more beautiful variant of clumsy
hack instead.
|
| |
| |
| |
| | |
upstream release
|
| |
| |
| |
| | |
meh
|
| |
| |
| |
| | |
fix build with kernel 5.6
|
| |\
| | |
| | |
| | |
| | | |
Reconcile divergent histories as the pkgbuilds repo and the AUR had a
slightly different set of commits.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
backport kernel 5.5 compilation failure
add virtual dependency for FOO-MODULE which can be used to depend on
"some form of zfs kernel module" rather than hardcoding -dkms or a
specific kernel.
|
| | |
| | |
| | |
| | | |
upstream release
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix installing on 5.6 kernel
|
| | |
|
|/ |
|
|
|
|
|
|
| |
upstream release
remove old makedepends on git -- we don't use it anymore
drop backported patches which are in the current release
|
|
|
|
|
|
| |
force-pushed PR branch means commits no longer exist -- grab them from
the master branch instead, with identical .patch contents (except for
leading commit id)
|
|
|
|
| |
backport patches for linux 5.3 compat
|
|
|
|
| |
upstream release
|
|
|
|
| |
upstream release
|
|
|
|
| |
upstream release
|
|
|
|
| |
fix build for linux 4.20
|
|
|
|
|
|
|
|
|
|
|
| |
upstream release
Move versioned spl and utils dependencies to package() in order to allow
the package to build with mismatched dependencies. In order to install
the resulting packages, the dependent packages will need to be installed
in the same transaction, but without the build-time dependency, it is no
longer necessary to uninstall the package set for as a prerequisite to
building the updated packages.
|
| |
|
|
|
|
| |
re-add common provides on "zfs"
|
|
|
|
|
|
|
|
|
|
|
| |
Split utils out into separate package as there's no need to make binary
zfs module packages depend on a dkms split package just to acquire the
utils.
Mark the dkms package as an -any package, and instead of installing the
whole source tree, just install the bits needed to build the modules.
Add PGP verification checks.
|
|
|
|
| |
It's already maintained directly in the upstream git repository.
|