[PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-09-06 Thread Qu Wenruo
Introduce send-dump.[ch] which implements a new btrfs_send_ops to exam and output all operations inside a send stream. It has a better output format than the old and no longer compilable send-test tool, but still tries to be script friendly. Provides the basis for later "inspect-internal

Re: [PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-09-05 Thread Qu Wenruo
At 08/24/2016 08:49 PM, David Sterba wrote: On Wed, Aug 17, 2016 at 08:42:48AM +0800, Qu Wenruo wrote: At 08/16/2016 10:31 PM, David Sterba wrote: On Mon, Aug 01, 2016 at 02:29:42PM +0800, Qu Wenruo wrote: Introduce send-dump.[ch] which implements a new btrfs_send_ops to exam and output

Re: [PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-08-24 Thread David Sterba
On Wed, Aug 17, 2016 at 08:42:48AM +0800, Qu Wenruo wrote: > > > At 08/16/2016 10:31 PM, David Sterba wrote: > > On Mon, Aug 01, 2016 at 02:29:42PM +0800, Qu Wenruo wrote: > >> Introduce send-dump.[ch] which implements a new btrfs_send_ops to > >> exam and output all operations inside a send

Re: [PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-08-17 Thread David Sterba
On Wed, Aug 17, 2016 at 08:42:48AM +0800, Qu Wenruo wrote: > > > At 08/16/2016 10:31 PM, David Sterba wrote: > > On Mon, Aug 01, 2016 at 02:29:42PM +0800, Qu Wenruo wrote: > >> Introduce send-dump.[ch] which implements a new btrfs_send_ops to > >> exam and output all operations inside a send

Re: [PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-08-16 Thread Qu Wenruo
At 08/16/2016 10:31 PM, David Sterba wrote: On Mon, Aug 01, 2016 at 02:29:42PM +0800, Qu Wenruo wrote: Introduce send-dump.[ch] which implements a new btrfs_send_ops to exam and output all operations inside a send stream. It has a better output format than the old and no longer compilable

Re: [PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-08-16 Thread David Sterba
On Mon, Aug 01, 2016 at 02:29:42PM +0800, Qu Wenruo wrote: > Introduce send-dump.[ch] which implements a new btrfs_send_ops to > exam and output all operations inside a send stream. > > It has a better output format than the old and no longer compilable > send-test tool, but still tries to be

[PATCH 1/3] btrfs-progs: Introduce new send-dump object

2016-08-01 Thread Qu Wenruo
Introduce send-dump.[ch] which implements a new btrfs_send_ops to exam and output all operations inside a send stream. It has a better output format than the old and no longer compilable send-test tool, but still tries to be script friendly. Provides the basis for later "inspect-internal