[PR #3] [MERGED] Tree operations and git shenanigans #3

Open
opened 2026-01-29 21:57:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/relalis/macos-btrfs/pull/3
Author: @relalis
Created: 10/7/2024
Status: Merged
Merged: 10/7/2024
Merged by: @relalis

Base: mainHead: bsd_stuff


📝 Commits (2)

  • 7d3a1ea Makefile changes
  • 0b01fd1 Tree root operations for root_tree and chunk_tree

📊 Changes

8 files changed (+159 additions, -28 deletions)

View changed files

📝 Makefile (+5 -1)
📝 kernel/freebsd/Makefile (+7 -6)
📝 kernel/freebsd/btrfs.h (+5 -3)
📝 kernel/freebsd/btrfs_kmod.c (+51 -12)
📝 kernel/freebsd/btrfs_mount.h (+5 -5)
kernel/freebsd/btrfs_tree.c (+47 -0)
kernel/freebsd/btrfs_tree.h (+38 -0)
📝 kernel/include/btrfs_filesystem.h (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/relalis/macos-btrfs/pull/3 **Author:** [@relalis](https://github.com/relalis) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@relalis](https://github.com/relalis) **Base:** `main` ← **Head:** `bsd_stuff` --- ### 📝 Commits (2) - [`7d3a1ea`](https://github.com/relalis/macos-btrfs/commit/7d3a1eadcc75eb10c9cb3e39a0f431f3ea105f06) Makefile changes - [`0b01fd1`](https://github.com/relalis/macos-btrfs/commit/0b01fd1f91340ba3a77ef88d3edf674b0c4236bf) Tree root operations for root_tree and chunk_tree ### 📊 Changes **8 files changed** (+159 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+5 -1) 📝 `kernel/freebsd/Makefile` (+7 -6) 📝 `kernel/freebsd/btrfs.h` (+5 -3) 📝 `kernel/freebsd/btrfs_kmod.c` (+51 -12) 📝 `kernel/freebsd/btrfs_mount.h` (+5 -5) ➕ `kernel/freebsd/btrfs_tree.c` (+47 -0) ➕ `kernel/freebsd/btrfs_tree.h` (+38 -0) 📝 `kernel/include/btrfs_filesystem.h` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:57:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/macos-btrfs#3