Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated to 2.2.7HEADmaster | aqua | 2024-12-12 | 1 | -3/+2 |
| | |||||
* | Updated to 2.2.5 | aqua | 2024-12-12 | 1 | -2/+2 |
| | |||||
* | Updated to 2.2.4 | aqua | 2024-08-11 | 1 | -2/+2 |
| | |||||
* | Updated to 2.2.3 | aqua | 2024-02-25 | 1 | -2/+2 |
| | |||||
* | Updated to 2.1.13 | aqua | 2023-11-25 | 1 | -2/+2 |
| | |||||
* | Update to 2.1.6 | aqua | 2022-11-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://aur.archlinux.org/zfs-dkms | Aqua-sama | 2022-07-13 | 1 | -3/+4 |
|\ | |||||
| * | Upstream 2.1.5 | Jonathon Fernyhough | 2022-06-24 | 1 | -9/+9 |
| | | |||||
| * | Update 2.1.5 staging branch for 5.18 compatibliity | Jonathon Fernyhough | 2022-06-16 | 1 | -3/+3 |
| | | |||||
| * | Build zfs_gitrev.h | Jonathon Fernyhough | 2022-05-25 | 1 | -1/+2 |
| | | |||||
| * | Temporarily use 2.1.5 staging branch for kernel 5.18 compatiblity | Jonathon Fernyhough | 2022-05-25 | 1 | -11/+11 |
| | | |||||
* | | Update to 2.1.4 | Aqua-sama | 2022-05-14 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Upstream 2.1.4 | Jonathon Fernyhough | 2022-03-23 | 1 | -3/+3 |
| | | |||||
| * | Upstream 2.1.3 | Jonathon Fernyhough | 2022-03-11 | 1 | -25/+7 |
| | | |||||
| * | Upstream fixes for 5.16 | Jonathon Fernyhough | 2022-01-25 | 1 | -4/+22 |
| | | |||||
* | | Update to 2.1.2 | Aqua-sama | 2021-12-19 | 1 | -6/+5 |
|\ \ | |/ | | | | | Merge branch 'master' of https://aur.archlinux.org/zfs-dkms | ||||
| * | Upstream 2.1.2 | Jonathon Fernyhough | 2021-12-18 | 1 | -3/+3 |
| | | |||||
| * | ZFS 2.1.1 upstream release | Jonathon Fernyhough | 2021-10-01 | 1 | -3/+3 |
| | | |||||
| * | ZFS 2.1.0 upstream release | Eli Schwartz | 2021-07-02 | 1 | -3/+3 |
| | | |||||
| * | ZFS 2.0.5: upstream release | Eli Schwartz | 2021-06-23 | 1 | -36/+4 |
| | | |||||
| * | upgpkg: zfs-dkms 2.0.4-3 | Jonathon Fernyhough | 2021-06-02 | 1 | -9/+31 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
| * | upgpkg: zfs-dkms 2.0.4-2 | Jonathon Fernyhough | 2021-05-06 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | 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-utils/zfs-dkms: upstream 2.0.4 | Jonathon Fernyhough | 2021-03-11 | 1 | -3/+3 |
| | | |||||
| * | OpenZFS 2.0.3 | Jonathon Fernyhough | 2021-02-11 | 1 | -3/+3 |
| | | |||||
| * | OpenZFS 2.0.2. | Jonathon Fernyhough | 2021-02-04 | 1 | -4/+4 |
| | | | | | | | | | | | | zfs-dkms adds config/compile (required by new versions of autoconf). Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | ||||
| * | upgpkg: zfs-dkms 2.0.0-1 | Eli Schwartz | 2020-12-09 | 1 | -3/+3 |
| | | | | | | | | upstream release | ||||
| * | upgpkg: zfs-dkms 0.8.5-1 | Jonathon Fernyhough | 2020-10-13 | 1 | -10/+4 |
| | | | | | | | | upstream release | ||||
| * | upgpkg: zfs-dkms 0.8.4-2 | Eli Schwartz | 2020-08-21 | 1 | -1/+7 |
| | | | | | | | | | | backport kernel 5.8 support from https://github.com/openzfs/zfs/pull/10728 (see https://github.com/openzfs/zfs/pull/10422) | ||||
| * | zfs-dkms*/: fix configure.ac modifications to allow all module/ files | Eli Schwartz | 2020-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | upgpkg: zfs-dkms 0.8.4-1 | Eli Schwartz | 2020-05-21 | 1 | -16/+4 |
| | | | | | | | | upstream release | ||||
| * | upgpkg: zfs-dkms 0.8.3-3 | Frederik Schwan | 2020-04-14 | 1 | -1/+7 |
| | | | | | | | | fix build with kernel 5.6 | ||||
| * | Merge subtree 'zfs-dkms' into pkgbuilds:master | Eli Schwartz | 2020-04-06 | 1 | -5/+13 |
| |\ | | | | | | | | | | | | | Reconcile divergent histories as the pkgbuilds repo and the AUR had a slightly different set of commits. | ||||
| | * | upgpkg: zfs-dkms 0.8.3-2 | Eli Schwartz | 2020-02-28 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | upgpkg: zfs-dkms 0.8.3-1 | Eli Schwartz | 2020-01-27 | 1 | -3/+3 |
| | | | | | | | | | | | | upstream release | ||||
| * | | add github metadata to merged PKGBUILD subtrees | Eli Schwartz | 2019-09-27 | 1 | -0/+2 |
| |/ | |||||
* | | Update to 2.0.3 | Aqua-sama | 2021-02-14 | 1 | -10/+6 |
| | | |||||
* | | Update to 2.0.2 | Aqua-sama | 2021-02-14 | 1 | -7/+11 |
| | | |||||
* | | Update to 2.0.0 | Aqua-sama | 2020-12-10 | 1 | -4/+4 |
| | | |||||
* | | Update to 0.8.5 | Aqua-sama | 2020-10-22 | 1 | -3/+3 |
| | | |||||
* | | Update to 0.8.4 | Aqua-sama | 2020-05-17 | 1 | -11/+7 |
| | | |||||
* | | Update to 0.8.3-2 | Aqua-sama | 2020-05-01 | 1 | -4/+8 |
| | | | | | | | | Fix installing on 5.6 kernel | ||||
* | | Update to 0.8.3 | Aqua-sama | 2020-01-24 | 1 | -3/+3 |
|/ | |||||
* | upgpkg: zfs-dkms 0.8.2-1 | Eli Schwartz | 2019-09-26 | 1 | -20/+4 |
| | | | | | | upstream release remove old makedepends on git -- we don't use it anymore drop backported patches which are in the current release | ||||
* | zfs-dkms: update patch links and checksums | Eli Schwartz | 2019-09-24 | 1 | -8/+8 |
| | | | | | | 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) | ||||
* | upgpkg: zfs-dkms 0.8.1-2 | Eli Schwartz | 2019-09-22 | 1 | -1/+16 |
| | | | | backport patches for linux 5.3 compat | ||||
* | upgpkg: zfs-dkms 0.8.1-1 | Eli Schwartz | 2019-06-14 | 1 | -2/+5 |
| | | | | upstream release | ||||
* | upgpkg: zfs-dkms 0.8.0-1 | Eli Schwartz | 2019-05-26 | 1 | -10/+17 |
| | | | | upstream release | ||||
* | upgpkg: zfs-dkms 0.7.13-1 | Eli Schwartz | 2019-03-04 | 1 | -7/+2 |
| | | | | upstream release | ||||
* | upgpkg: zfs-dkms 0.7.12-2 | Eli Schwartz | 2019-01-02 | 1 | -1/+6 |
| | | | | fix build for linux 4.20 | ||||
* | upgpkg: zfs-dkms 0.7.12-1 | Eli Schwartz | 2018-11-13 | 1 | -3/+4 |
| | | | | | | | | | | | 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. |