Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2025 11:10:42 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0069602e6d - main - Status/2025Q2/hfs.adoc: Add report
Message-ID:  <202507131110.56DBAgZq020336@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0069602e6d511177be4cf9836fae1b06501b07bc

commit 0069602e6d511177be4cf9836fae1b06501b07bc
Author:     Sanchit Sahay <ss19723@nyu.edu>
AuthorDate: 2025-07-13 10:49:21 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-07-13 11:10:14 +0000

    Status/2025Q2/hfs.adoc: Add report
    
    Reviewed by:    status (Chris Moerz <freebsd@ny-central.org>)
---
 .../en/status/report-2025-04-2025-06/hfs.adoc       | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/website/content/en/status/report-2025-04-2025-06/hfs.adoc b/website/content/en/status/report-2025-04-2025-06/hfs.adoc
new file mode 100644
index 0000000000..94eeb173d1
--- /dev/null
+++ b/website/content/en/status/report-2025-04-2025-06/hfs.adoc
@@ -0,0 +1,21 @@
+=== Porting HFS+ to FreeBSD
+
+Links: +
+link:https://github.com/stupendoussuperpowers/freebsd_hfs[Project Home] URL: link:https://github.com/stupendoussuperpowers/freebsd_hfs[] +
+
+Contact: Sanchit Sahay <ss19723@nyu.edu>
+
+HFS+ (Hierarchical File System) is a legacy filesystem introduced by Apple for its BSD-based XNU operating systems.
+Although HFS+ has been deprecated in favor of APFS, it is still in use on many older Apple devices, such as iPods, which rely on HFS+ volumes for storage.
+
+While many modern operating systems include native support for HFS+, FreeBSD currently offers only limited functionality via FUSE.
+This project aims to address that limitation by porting the original, now open-sourced HFS+ implementation to the FreeBSD kernel as a native filesystem driver.
+
+The primary focus of this effort is to modernize the VFS layer to align with current FreeBSD interfaces and to adapt XNU-specific logic to their FreeBSD equivalents.
+
+Features implemented:
+
+* Mount support for HFS, HFS+ Volumes
+* Read, stat support for directories and files
+* Create support for directories and files
+* mount_hfs binary



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507131110.56DBAgZq020336>