From 45f25e38678bee6b6d56319b52c3f1e78c8a3a3e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 24 Feb 2026 22:28:33 +0100 Subject: btrfs: add this directory into the main README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 1 + fs/btrfs/shutdown/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c95800..3ed8203 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A bunch of code that messes with low level stuff. That is: harts. - `user/`: user space programs that either delve into RISC-V assembly or that interface the Linux Kernel on the RISC-V architecture. +- `fs/btrfs`: miscellanous tests on BTRFS. - `kernel/dtm`: simple kernel module showcasing the API from the `of` driver. - `lang/c`: miscellanous code on the C programming language. diff --git a/fs/btrfs/shutdown/README.md b/fs/btrfs/shutdown/README.md index 332eaf4..eaa07b2 100644 --- a/fs/btrfs/shutdown/README.md +++ b/fs/btrfs/shutdown/README.md @@ -1,5 +1,5 @@ This example contains a set of files which showcase how the shutdown ioctl works -on BTRFS. This ioctl was introduced in Linux 6.19 and is marked as an +on BTRFS. This ioctl was introduced in Linux 6.19 and it was marked as an experimental feature. BTRFS has been able to freeze the filesystem for a long time, which might sound -- cgit v1.2.3