Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-11-01 Thread David Sterba
On Tue, Nov 01, 2016 at 09:10:09AM +0800, Qu Wenruo wrote: > I'm just a little curious about the stream samples. > Should I create a send-dump-test to include all these samples? Or put > them somewhere else? Misc tests would be fine for now, as you did in the new patchset. -- To unsubscribe from

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-10-31 Thread Qu Wenruo
At 11/01/2016 01:31 AM, David Sterba wrote: On Wed, Oct 19, 2016 at 09:18:09AM +0800, Qu Wenruo wrote: At 10/18/2016 08:07 PM, David Sterba wrote: On Thu, Oct 13, 2016 at 03:32:53PM +0800, Qu Wenruo wrote: Hi David, Any updates? If you're busy on these fix, I could fix these problem and se

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-10-31 Thread David Sterba
On Wed, Oct 19, 2016 at 09:18:09AM +0800, Qu Wenruo wrote: > At 10/18/2016 08:07 PM, David Sterba wrote: > > On Thu, Oct 13, 2016 at 03:32:53PM +0800, Qu Wenruo wrote: > >> Hi David, > >> > >> Any updates? > >> > >> If you're busy on these fix, I could fix these problem and send a new > >> version.

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-10-18 Thread Qu Wenruo
At 10/18/2016 08:07 PM, David Sterba wrote: On Thu, Oct 13, 2016 at 03:32:53PM +0800, Qu Wenruo wrote: Hi David, Any updates? If you're busy on these fix, I could fix these problem and send a new version. I was about to add the series to merge but the output format needs work. At minimum,

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-10-18 Thread David Sterba
On Thu, Oct 13, 2016 at 03:32:53PM +0800, Qu Wenruo wrote: > Hi David, > > Any updates? > > If you're busy on these fix, I could fix these problem and send a new > version. I was about to add the series to merge but the output format needs work. At minimum, something that's parseable, so some c

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-10-13 Thread Qu Wenruo
Hi David, Any updates? If you're busy on these fix, I could fix these problem and send a new version. Thanks, Qu At 09/08/2016 05:56 PM, David Sterba wrote: On Thu, Sep 08, 2016 at 11:42:29AM +0200, David Sterba wrote: On Wed, Sep 07, 2016 at 08:29:34AM +0800, Qu Wenruo wrote: @@ -1265,19

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-09-08 Thread David Sterba
On Thu, Sep 08, 2016 at 11:42:29AM +0200, David Sterba wrote: > On Wed, Sep 07, 2016 at 08:29:34AM +0800, Qu Wenruo wrote: > > @@ -1265,19 +1274,37 @@ int cmd_receive(int argc, char **argv) > > } > > } > > > > - ret = do_receive(&r, tomnt, realmnt, receive_fd, max_errors); > > +

Re: [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream

2016-09-08 Thread David Sterba
On Wed, Sep 07, 2016 at 08:29:34AM +0800, Qu Wenruo wrote: > @@ -1265,19 +1274,37 @@ int cmd_receive(int argc, char **argv) > } > } > > - ret = do_receive(&r, tomnt, realmnt, receive_fd, max_errors); > + if (dump) { > + struct btrfs_dump_send_args dump_args