Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Greg Kroah-Hartman
On Mon, Jul 22, 2019 at 01:26:16PM +1000, Stephen Rothwell wrote: > Hi Gao, > > On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: > > > > diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h > > new file mode 100644 > > index ..e418725abfd6 > > --- /dev/null > > +++

Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Gao Xiang
Hi Stephen, On 2019/7/22 11:26, Stephen Rothwell wrote: > Hi Gao, > > On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: >> >> diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h >> new file mode 100644 >> index ..e418725abfd6 >> --- /dev/null >> +++ b/fs/erofs/erofs_fs.h >> @@

Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Stephen Rothwell
Hi Gao, On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: > > diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h > new file mode 100644 > index ..e418725abfd6 > --- /dev/null > +++ b/fs/erofs/erofs_fs.h > @@ -0,0 +1,316 @@ > +/* SPDX-License-Identifier: GPL-2.0 OR Apache-2.0 */

[PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Gao Xiang
This commit adds the on-disk layout header file of erofs. On-disk format is compatible with erofs-staging added in 4.19. In addition, add EROFS_SUPER_MAGIC_V1 to magic.h. Signed-off-by: Gao Xiang --- fs/erofs/erofs_fs.h| 316 +