aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Collapse)AuthorAgeFilesLines
* btrfs: shutdown: add notes on kernel versionsMiquel Sabaté Solà2026-07-151-3/+9
| | | | | | | | | The shutdown ioctl was moved out of experimental state since v7.1, and my patch for filesystem shutdown notification was also applied for v7.1. Hence, if you are using the Linux kernel v7.1 or later, then you are good to go. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* btrfs: add ino_lookup exampleMiquel Sabaté Solà2026-07-013-0/+230
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* btrfs: fix formattingMiquel Sabaté Solà2026-02-271-36/+36
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* btrfs: add this directory into the main README.mdMiquel Sabaté Solà2026-02-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* btrfs: add examples on the shutdown experimental featureMiquel Sabaté Solà2026-02-244-0/+294
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>