Re: [GIT PULL] Btrfs fix for 5.11-rc8

2021-02-13 Thread pr-tracker-bot
The pull request you sent on Sat, 13 Feb 2021 14:02:31 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.11-rc7-tag has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e42ee56fe59759023cb252fabb3d6f279fe8cec8 Thank you! -- Deet-doot-dot, I am a

btrfs receive started to fail constantly for a subvolume

2021-02-13 Thread Cerem Cem ASLAN
Basically I'm using btrbk to create snapshots on main disk (MMM) and send them 2 distinct disks (AAA and BBB). I have many nested subvolumes (X, X/foo/Y, etc), so every distinct subvolume is enumerated separately, like X.111, X.112, ..., X/foo/Y.111, X/foo/Y.112, etc. Setup worked well for 100s of

[GIT PULL] Btrfs fix for 5.11-rc8

2021-02-13 Thread David Sterba
Hi, a regression fix caused by a refactoring in 5.11. A corrupted superblock wouldn't be detected by checksum verification due to wrongly placed initialization of the checksum length, thus making memcmp always work. I've verified it manually and ran other test suites before sending this. Please p

Re: [PATCH RFC 5/6] btrfs: sysfs: Add directory for read policies

2021-02-13 Thread Greg KH
On Tue, Feb 09, 2021 at 09:30:39PM +0100, Michal Rostecki wrote: > From: Michal Rostecki > > Before this change, raid1 read policy could be selected by using the > /sys/fs/btrfs/[fsid]/read_policy file. > > Change it to /sys/fs/btrfs/[fsid]/read_policies/policy. > > The motivation behing creati