[PATCH v2] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported

2021-04-18 Thread Qu Wenruo
Currently mkfs.btrfs will output a warning message if the sectorsize is not the same as page size: WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match page size 65536 But since btrfs subpage support for 64K page size is comming, this output is populating the golden outpu

5.12-rc7 occasional btrfs splat when rebooting

2021-04-18 Thread Chris Murphy
I'm not sure with which rc I first saw this appear. I don't recalling seeing it with 5.11 series. There's nothing unusual reported during the subsequent reboot. [16212.441466] kernel: dnf (7568) used greatest stack depth: 10752 bytes left [16332.569785] kernel: Lockdown: systemd-logind: hibernatio

Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata

2021-04-18 Thread Qu Wenruo
On 2021/4/19 下午1:59, riteshh wrote: On 21/04/16 10:22PM, riteshh wrote: On 21/04/16 02:14PM, Qu Wenruo wrote: On 2021/4/16 下午1:50, riteshh wrote: On 21/04/16 09:34AM, Qu Wenruo wrote: On 2021/4/16 上午7:34, Qu Wenruo wrote: On 2021/4/16 上午7:19, Qu Wenruo wrote: On 2021/4/15 下午10:52

Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata

2021-04-18 Thread riteshh
On 21/04/16 10:22PM, riteshh wrote: > On 21/04/16 02:14PM, Qu Wenruo wrote: > > > > > > On 2021/4/16 下午1:50, riteshh wrote: > > > On 21/04/16 09:34AM, Qu Wenruo wrote: > > > > > > > > > > > > On 2021/4/16 上午7:34, Qu Wenruo wrote: > > > > > > > > > > > > > > > On 2021/4/16 上午7:19, Qu Wenruo wrote: >

Re: [PATCH 02/42] btrfs: introduce write_one_subpage_eb() function

2021-04-18 Thread Thiago Jung Bauermann
Em quinta-feira, 15 de abril de 2021, às 20:25:32 -03, Qu Wenruo escreveu: > On 2021/4/16 上午3:03, Josef Bacik wrote: > > Also, I generally don't care about ordering of patches as long as they > > make sense generally. > > > > However in this case if you were to bisect to just this patch you would

Re: [PATCH] btrfs-progs: tests: add misc test for enqueue parameter

2021-04-18 Thread Long An
Fail is the correct result for now. It should pass with patch "btrfs- progs: Correct check_running_fs_exclop() return value" https://patchwork.kernel.org/project/linux-btrfs/patch/20210409155644.qkk6puelfjvtjwqs@fiona/ Thanks, An Long On Fri, 2021-04-16 at 10:38 -0700, Boris Burkov wrote: > On We