Re: [PATCH 1/3] 263: Functional test case for the btrfs snapshot

2011-10-12 Thread Dave Chinner
On Wed, Oct 12, 2011 at 12:52:52PM +0800, Anand Jain wrote: Create snapshots in various ways, modify the data around the block and file boundaries and verify the data integrity. + +# Create Dir tree and files in it. +# arg1 basedir +# arg2 dir depth +# arg3 nfile_min +# arg4

[PATCH 1/3] 263: Functional test case for the btrfs snapshot

2011-10-11 Thread Anand Jain
Create snapshots in various ways, modify the data around the block and file boundaries and verify the data integrity. Signed-off-by: Anand Jain anand.j...@oracle.com --- 263 | 192 + 263.out |2 + README|

Re: [PATCH 1/3] 263: Functional test case for the btrfs snapshot

2011-10-11 Thread David Sterba
please please fix your mail client not to wrap long lines ... On Tue, Oct 11, 2011 at 07:26:57PM +0800, Anand Jain wrote: Create snapshots in various ways, modify the data around the block and file boundaries and verify the data integrity. Signed-off-by: Anand Jain anand.j...@oracle.com ---

Re: [PATCH 1/3] 263: Functional test case for the btrfs snapshot

2011-10-11 Thread Christoph Hellwig
On Tue, Oct 11, 2011 at 01:38:38PM +0200, David Sterba wrote: please please fix your mail client not to wrap long lines ... And while we're at it please fix yours to not full quote :) -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to

Re: [PATCH 1/3] 263: Functional test case for the btrfs snapshot

2011-10-11 Thread David Sterba
On Tue, Oct 11, 2011 at 07:42:45AM -0400, Christoph Hellwig wrote: On Tue, Oct 11, 2011 at 01:38:38PM +0200, David Sterba wrote: please please fix your mail client not to wrap long lines ... And while we're at it please fix yours to not full quote :) It was on purpose, I have marked some of

[PATCH 1/3] 263: Functional test case for the btrfs snapshot

2011-10-11 Thread Anand Jain
Create snapshots in various ways, modify the data around the block and file boundaries and verify the data integrity. Signed-off-by: Anand Jain anand.j...@oracle.com --- 263 | 192 + 263.out |2 + README|7