Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated to 2.2.7HEADmaster | aqua | 6 days | 1 | -3/+2 |
| | |||||
* | Updated to 2.2.5 | aqua | 6 days | 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 | 2 | -5/+6 |
|\ | |||||
| * | Upstream 2.1.5 | Jonathon Fernyhough | 2022-06-24 | 2 | -15/+17 |
| | | |||||
| * | Update 2.1.5 staging branch for 5.18 compatibliity | Jonathon Fernyhough | 2022-06-16 | 2 | -9/+9 |
| | | |||||
| * | Build zfs_gitrev.h | Jonathon Fernyhough | 2022-05-25 | 2 | -2/+3 |
| | | |||||
| * | Temporarily use 2.1.5 staging branch for kernel 5.18 compatiblity | Jonathon Fernyhough | 2022-05-25 | 3 | -23/+21 |
| | | |||||
* | | Update to 2.1.4 | Aqua-sama | 2022-05-14 | 2 | -24/+16 |
|\ \ | |/ | |||||
| * | Upstream 2.1.4 | Jonathon Fernyhough | 2022-03-23 | 2 | -11/+11 |
| | | |||||
| * | Upstream 2.1.3 | Jonathon Fernyhough | 2022-03-11 | 3 | -69/+31 |
| | | |||||
| * | Upstream fixes for 5.16 | Jonathon Fernyhough | 2022-01-25 | 2 | -5/+35 |
| | | |||||
* | | 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 | 2 | -11/+11 |
| | | |||||
| * | ZFS 2.1.1 upstream release | Jonathon Fernyhough | 2021-10-01 | 2 | -11/+11 |
| | | |||||
| * | ZFS 2.1.0 upstream release | Eli Schwartz | 2021-07-02 | 2 | -11/+11 |
| | | |||||
| * | ZFS 2.0.5: upstream release | Eli Schwartz | 2021-06-23 | 2 | -63/+13 |
| | | |||||
| * | upgpkg: zfs-dkms 2.0.4-3 | Jonathon Fernyhough | 2021-06-02 | 2 | -16/+50 |
| | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+18 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -11/+11 |
| | | |||||
| * | OpenZFS 2.0.3 | Jonathon Fernyhough | 2021-02-11 | 2 | -11/+11 |
| | | |||||
| * | OpenZFS 2.0.2. | Jonathon Fernyhough | 2021-02-04 | 2 | -12/+12 |
| | | | | | | | | | | | | 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 | 2 | -11/+11 |
| | | | | | | | | upstream release | ||||
| * | upgpkg: zfs-dkms 0.8.5-1 | Jonathon Fernyhough | 2020-10-13 | 2 | -22/+13 |
| | | | | | | | | upstream release | ||||
| * | upgpkg: zfs-dkms 0.8.4-2 | Eli Schwartz | 2020-08-21 | 2 | -3/+11 |
| | | | | | | | | | | 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 | 2 | -31/+13 |
| | | | | | | | | upstream release | ||||
| * | zfs-dkms: also update the .SRCINFO which did not happen due to cherry-pickingupstream | Eli Schwartz | 2020-04-14 | 1 | -1/+4 |
| | | | | | | | | meh | ||||
| * | upgpkg: zfs-dkms 0.8.3-3 | Frederik Schwan | 2020-04-14 | 2 | -1/+683 |
| | | | | | | | | fix build with kernel 5.6 | ||||
| * | Merge subtree 'zfs-dkms' into pkgbuilds:master | Eli Schwartz | 2020-04-06 | 2 | -13/+26 |
| |\ | | | | | | | | | | | | | 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 | 2 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -9/+9 |
| | | | | | | | | | | | | 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 | 2 | -77/+6 |
| | | |||||
* | | Update to 2.0.2 | Aqua-sama | 2021-02-14 | 2 | -7/+78 |
| | | |||||
* | | 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 | 2 | -687/+7 |
| | | |||||
* | | Update to 0.8.3-2 | Aqua-sama | 2020-05-01 | 3 | -31/+684 |
| | | | | | | | | Fix installing on 5.6 kernel | ||||
* | | Update .SRCINFO | Aqua-sama | 2020-01-27 | 1 | -6/+6 |
| | | |||||
* | | Update to 0.8.3 | Aqua-sama | 2020-01-24 | 2 | -68/+3 |
|/ | |||||
* | upgpkg: zfs-dkms 0.8.2-1 | Eli Schwartz | 2019-09-26 | 2 | -37/+11 |
| | | | | | | 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 | 2 | -14/+14 |
| | | | | | | 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 | 3 | -2/+91 |
| | | | | backport patches for linux 5.3 compat | ||||
* | upgpkg: zfs-dkms 0.8.1-1 | Eli Schwartz | 2019-06-14 | 2 | -7/+13 |
| | | | | upstream release | ||||
* | upgpkg: zfs-dkms 0.8.0-1 | Eli Schwartz | 2019-05-26 | 2 | -14/+25 |
| | | | | upstream release | ||||
* | upgpkg: zfs-dkms 0.7.13-1 | Eli Schwartz | 2019-03-04 | 2 | -14/+7 |
| | | | | upstream release |