| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0068-zfs-Fix-possible-negative-shift-operation.patch | 4 Subject: [PATCH] zfs: Fix possible negative shift operation 22 grub-core/fs/zfs/zfs.c | 5 +++++ 25 diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c 27 --- a/grub-core/fs/zfs/zfs.c 28 +++ b/grub-core/fs/zfs/zfs.c
|
| H A D | 0070-zfs-Fix-possible-integer-overflows.patch | 4 Subject: [PATCH] zfs: Fix possible integer overflows 19 grub-core/fs/zfs/zfs.c | 8 ++++---- 22 diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c 24 --- a/grub-core/fs/zfs/zfs.c 25 +++ b/grub-core/fs/zfs/zfs.c
|
| H A D | 0069-zfs-Fix-resource-leaks-while-constructing-path.patch | 4 Subject: [PATCH] zfs: Fix resource leaks while constructing path 28 grub-core/fs/zfs/zfs.c | 30 +++++++++++++++++++++--------- 31 diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c 33 --- a/grub-core/fs/zfs/zfs.c 34 +++ b/grub-core/fs/zfs/zfs.c
|
| H A D | 0071-zfsinfo-Correct-a-check-for-error-allocating-memory.patch | 16 grub-core/fs/zfs/zfsinfo.c | 4 ++-- 19 diff --git a/grub-core/fs/zfs/zfsinfo.c b/grub-core/fs/zfs/zfsinfo.c 21 --- a/grub-core/fs/zfs/zfsinfo.c 22 +++ b/grub-core/fs/zfs/zfsinfo.c
|
| H A D | 0150-Makefile-Make-libgrub.pp-depend-on-config-util.h.patch | 9 …zfs/zfscrypt.c ../grub-core/fs/zfs/zfs.c ../grub-core/fs/zfs/zfsinfo.c ../grub-core/fs/zfs/zfs_lzj…
|
| H A D | 0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch | 47 grub-core/fs/zfs/zfs.c | 22 ++++++++++----- 48 grub-core/fs/zfs/zfscrypt.c | 7 ++++- 828 diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c 830 --- a/grub-core/fs/zfs/zfs.c 831 +++ b/grub-core/fs/zfs/zfs.c 881 diff --git a/grub-core/fs/zfs/zfscrypt.c b/grub-core/fs/zfs/zfscrypt.c 883 --- a/grub-core/fs/zfs/zfscrypt.c 884 +++ b/grub-core/fs/zfs/zfscrypt.c 892 #include <grub/zfs/zfs.h>
|
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 55 grub-core/fs/zfs/zfs.c | 4 ++-- 653 diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c 655 --- a/grub-core/fs/zfs/zfs.c 656 +++ b/grub-core/fs/zfs/zfs.c
|
| H A D | 0034-efi-Move-the-shim_lock-verifier-to-the-GRUB-core.patch | 223 xfs.module$(EXEEXT) zfs.module$(EXEEXT) \ 10579 ufs1.mod ufs1_be.mod ufs2.mod xfs.mod zfs.mod zfscrypt.mod \ 11002 xfs.module$(EXEEXT) zfs.module$(EXEEXT) \ 11409 ufs1_be.marker ufs2.marker xfs.marker zfs.marker \
|
| /OK3568_Linux_fs/buildroot/package/zfs/ |
| H A D | zfs.hash | 1 # From https://github.com/openzfs/zfs/releases/download/zfs-2.0.5/zfs-2.0.5.sha256.asc 2 sha256 3a17498d704ebf4c5d7231660f6fb44ae07a1545519f567452a4270851a86ec9 zfs-2.0.5.tar.gz
|
| H A D | Config.in | 1 comment "zfs needs a Linux kernel to be built" 4 comment "zfs needs udev /dev management" 9 bool "zfs"
|
| H A D | zfs.mk | 8 ZFS_SITE = https://github.com/openzfs/zfs/releases/download/zfs-$(ZFS_VERSION) 79 module/zfs
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.zfs | 3 To Enable zfs ls and load commands, modify the board specific config file with 8 1. After applying the patch, zfs specific commands can be seen 15 2. To list the files in zfs pool, device or partition, execute
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | Makefile | 8 obj-y := dev.o zfs.o zfs_fletcher.o zfs_sha256.o zfs_lzjb.o
|
| H A D | zfs.c | 1987 struct zfs_data *zfs; in zfs_fetch_nvlist() local 1990 zfs = zfs_mount(dev); in zfs_fetch_nvlist() 1991 if (!zfs) in zfs_fetch_nvlist() 1993 err = int_zfs_fetch_nvlist(zfs, nvlist); in zfs_fetch_nvlist() 1994 zfs_unmount(zfs); in zfs_fetch_nvlist()
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | Makefile | 24 obj-$(CONFIG_CMD_ZFS) += zfs/
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | Makefile | 163 obj-$(CONFIG_CMD_ZFS) += zfs.o
|
| H A D | Kconfig | 1641 bool "zfs - Access of ZFS filesystem" 1649 See doc/README.zfs for more details.
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | DEVELOPERS | 1455 F: package/zfs/
|
| H A D | CHANGES | 541 python-toml, riscv64-elf-toolchain, siproxyd, uftrace, zfs
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 249 source "package/zfs/Config.in"
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 2965 <��|��������������}y�����������~wry�zfs����������������~{zxtpjf`VQTb/3{qC$(+…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |