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 02/42] btrfs: introduce write_one_subpage_eb() function

2021-04-16 Thread Josef Bacik
On 4/15/21 7:25 PM, Qu Wenruo wrote: On 2021/4/16 上午3:03, Josef Bacik wrote: On 4/15/21 1:04 AM, Qu Wenruo wrote: The new function, write_one_subpage_eb(), as a subroutine for subpage metadata write, will handle the extent buffer bio submission. The major differences between the new write_on

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

2021-04-15 Thread Qu Wenruo
On 2021/4/16 上午3:03, Josef Bacik wrote: On 4/15/21 1:04 AM, Qu Wenruo wrote: The new function, write_one_subpage_eb(), as a subroutine for subpage metadata write, will handle the extent buffer bio submission. The major differences between the new write_one_subpage_eb() and write_one_eb() is:

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

2021-04-15 Thread Josef Bacik
On 4/15/21 1:04 AM, Qu Wenruo wrote: The new function, write_one_subpage_eb(), as a subroutine for subpage metadata write, will handle the extent buffer bio submission. The major differences between the new write_one_subpage_eb() and write_one_eb() is: - No page locking When entering write_on

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

2021-04-14 Thread Qu Wenruo
The new function, write_one_subpage_eb(), as a subroutine for subpage metadata write, will handle the extent buffer bio submission. The major differences between the new write_one_subpage_eb() and write_one_eb() is: - No page locking When entering write_one_subpage_eb() the page is no longer loc