Just in case this might help some people in the same situation: I have been experiencing the same problem on a slightly different setup: I use docker in "Linux on ChromeOS" (nickname Crostini). This Linux VM uses btrfs on its/root partition (since it is a VM,/is a virtual partition)...
[ 9786.475700] ---[ cut here ]--- [ 9786.475718] WARNING: at /build/buildd/linux-lts-backport-natty-2.6.37/fs/btrfs/inode.c:2143 btrfs_orphan_commit_root+0xb0/0xc0 [btrfs]() [ 9786.475720] Hardware name: PDSMU [ 9786.475721] Modules linked in: bonding btrfs zlib_deflate crc32c lib...
The inode cache feature (enabled by mount option "inode_cache") has been completely removed in 5.11 kernel. clear-uuid-tree <device> Clear UUID tree, so that kernel can re-generate it at next read-write mount. Since kernel v4.16 there are more sanity check performed, and sometimes non-cr...
1 parent83bc156commit66d204a fs/btrfs ctree.h dev-replace.c reada.c volumes.c volumes.h 2 changes: 2 additions & 0 deletions2fs/btrfs/ctree.h Original file line numberDiff line numberDiff line change Expand Up@@ -3564,6 +3564,8 @@ struct reada_control *btrfs_reada_add(struct btr...
Btrfs is a new file system for Linux, one that is still very much in development. Although I wouldn't exactly describe it as "experimental" any more, it is, as stated in theWiki at kernel.org, "a fast-moving target". It has also been said publicly that the basic format and structur...