Re: [PATCH v5.3 00/11] btrfs: tree-checker: Write time tree checker

2019-03-24 Thread Qu Wenruo
On 2019/3/23 上午1:52, David Sterba wrote: > On Fri, Mar 22, 2019 at 07:56:37AM +0800, Qu Wenruo wrote: btrfs: Do mandatory tree block check before submitting bio >>> >>> All except 9 and 11 are going to misc-next after a final test. The two >>> patches are only postponed, one for review and

Re: [PATCH v5.3 00/11] btrfs: tree-checker: Write time tree checker

2019-03-22 Thread David Sterba
On Fri, Mar 22, 2019 at 07:56:37AM +0800, Qu Wenruo wrote: > >> btrfs: Do mandatory tree block check before submitting bio > > > > All except 9 and 11 are going to misc-next after a final test. The two > > patches are only postponed, one for review and the other one due to > > conflict with anot

Re: [PATCH v5.3 00/11] btrfs: tree-checker: Write time tree checker

2019-03-21 Thread Qu Wenruo
On 2019/3/21 下午10:34, David Sterba wrote: > On Wed, Mar 20, 2019 at 02:27:38PM +0800, Qu Wenruo wrote: >> Patchset can be fetched from github: >> https://github.com/adam900710/linux/tree/write_time_tree_checker >> Which is based on v5.1-rc1 tag. >> >> This patchset has the following 3 features: >

Re: [PATCH v5.3 00/11] btrfs: tree-checker: Write time tree checker

2019-03-21 Thread David Sterba
On Wed, Mar 20, 2019 at 02:27:38PM +0800, Qu Wenruo wrote: > Patchset can be fetched from github: > https://github.com/adam900710/linux/tree/write_time_tree_checker > Which is based on v5.1-rc1 tag. > > This patchset has the following 3 features: > - Tree block validation output enhancement > *

[PATCH v5.3 00/11] btrfs: tree-checker: Write time tree checker

2019-03-19 Thread Qu Wenruo
Patchset can be fetched from github: https://github.com/adam900710/linux/tree/write_time_tree_checker Which is based on v5.1-rc1 tag. This patchset has the following 3 features: - Tree block validation output enhancement * Output validation failure timing (write time or read time) * Always out