Re: [PATCH 1/2] bcachefs: On disk data structures

2018-05-13 Thread Randy Dunlap
On 05/13/2018 03:29 PM, Kent Overstreet wrote: > On Sun, May 13, 2018 at 01:30:06PM -0700, Randy Dunlap wrote: >> On 05/08/2018 03:17 PM, Kent Overstreet wrote: > >>> + * various btrees. There are only a small number of btrees, they're not >>> + * sharded - we have one btree for extents, another f

Re: [PATCH 1/2] bcachefs: On disk data structures

2018-05-13 Thread Kent Overstreet
On Sun, May 13, 2018 at 01:30:06PM -0700, Randy Dunlap wrote: > On 05/08/2018 03:17 PM, Kent Overstreet wrote: > > + * The btree is the primary structure, most metadata exists as keys in the > > s/,/;/ nitpicky, but ok :P > > + * various btrees. There are only a small number of btrees, they're n

Re: [PATCH 1/2] bcachefs: On disk data structures

2018-05-13 Thread Randy Dunlap
Hi. On 05/08/2018 03:17 PM, Kent Overstreet wrote: > Signed-off-by: Kent Overstreet > --- > fs/bcachefs/bcachefs_format.h | 1448 + > 1 file changed, 1448 insertions(+) > create mode 100644 fs/bcachefs/bcachefs_format.h > > diff --git a/fs/bcachefs/bcachefs_form

Re: [PATCH 1/2] bcachefs: On disk data structures

2018-05-11 Thread Kent Overstreet
On Fri, May 11, 2018 at 06:32:33PM +1000, Dave Chinner wrote: > Hi Kent, > > I haven't really had time to digest this in any real detail, > but I've noticed a couple of things that worry me... > > On Tue, May 08, 2018 at 06:17:59PM -0400, Kent Overstreet wrote: > > Signed-off-by: Kent Overstreet

Re: [PATCH 1/2] bcachefs: On disk data structures

2018-05-11 Thread Dave Chinner
Hi Kent, I haven't really had time to digest this in any real detail, but I've noticed a couple of things that worry me... On Tue, May 08, 2018 at 06:17:59PM -0400, Kent Overstreet wrote: > Signed-off-by: Kent Overstreet > --- > fs/bcachefs/bcachefs_format.h | 1448 +

[PATCH 1/2] bcachefs: On disk data structures

2018-05-08 Thread Kent Overstreet
Signed-off-by: Kent Overstreet --- fs/bcachefs/bcachefs_format.h | 1448 + 1 file changed, 1448 insertions(+) create mode 100644 fs/bcachefs/bcachefs_format.h diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h new file mode 100644 index 00