-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hi
I really appreciate your work. I was wondering whether there are plans for upstreaming this driver? Although as far as I understand, since the code of lzfse is not GPL, I guess it won't.
Anyways, I compile my own kernels for the purpose of running Linux on my Mac, and the read support of your driver is quite useful. I now add your driver in my kernel itself. Although, it compiles well, I wanted to know the exact kconfig of this driver that I should use.
My current config is below:
# SPDX-License-Identifier: GPL-2.0-only
config APFS_FS
tristate "Apple file system support"
select CRYPTO
select CRYPTO_CRC32C
select LIBCRC32C
select CRYPTO_XXHASH
select CRYPTO_SHA256
select CRYPTO_BLAKE2B
select BUFFER_HEAD
select FS_IOMAP
select LEGACY_DIRECT_IO
help
If you say Y here, you will be able to mount APFS partitions
with read-only access. Write access is experimental and will
corrupt your container.
yoshimo, luckyycode, trinitronx and Integral-Tech
Metadata
Metadata
Assignees
Labels
No labels