Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/9] fs/ext2: cleanups and improvements
@ 2017-05-01 15:58 Yann E. MORIN
  2017-05-01 15:58 ` [Buildroot] [PATCH 1/9] ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS Yann E. MORIN
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Yann E. MORIN @ 2017-05-01 15:58 UTC (permalink / raw)
  To: buildroot

Hello All!

This series brings in some cleanups about our ext2 filesystem handling,
and a few enhancements, of which the ability to reserve 0 block for root,
and set the block size.


Regards,
Yann E. MORIN.


The following changes since commit 5f14d0363248e8de253b7611e66b67eba45ce959

  package/m*/Config.in: fix ordering of statements (2017-05-01 11:56:18 +0200)


are available in the git repository at:

  git://git.buildroot.org/~ymorin/git/buildroot.git

for you to fetch changes up to c85507a4104956f6597a910e729118309f3ff432

  fs/ext2: add option to specify block size (2017-05-01 17:31:44 +0200)


----------------------------------------------------------------
J Evans (1):
      ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS

Yann E. MORIN (8):
      package/mke2img: check nb_blocks is specified
      package/mke2img: specifying zero inodes means auto
      fs/ext2: always pass the number of inodes
      fs/ext2: always pass the label option
      fs/ext2: allow reserving zero block for root
      fs/ext2: simplify code
      package/mke2img: add option to specify block size
      fs/ext2: add option to specify block size

 fs/ext2/Config.in       | 35 +++++++++++++++++++++++++++++++++--
 fs/ext2/ext2.mk         | 27 +++++++++++----------------
 package/mke2img/mke2img | 15 ++++++++++++---
 3 files changed, 56 insertions(+), 21 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-05-13 13:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01 15:58 [Buildroot] [PATCH 0/9] fs/ext2: cleanups and improvements Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 1/9] ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS Yann E. MORIN
2017-05-04 15:15   ` Thomas Petazzoni
2017-05-01 15:58 ` [Buildroot] [PATCH 2/9] package/mke2img: check nb_blocks is specified Yann E. MORIN
2017-05-13 13:17   ` Thomas Petazzoni
2017-05-01 15:58 ` [Buildroot] [PATCH 3/9] package/mke2img: specifying zero inodes means auto Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 4/9] fs/ext2: always pass the number of inodes Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 5/9] fs/ext2: always pass the label option Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 6/9] fs/ext2: allow reserving zero block for root Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 7/9] fs/ext2: simplify code Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 8/9] package/mke2img: add option to specify block size Yann E. MORIN
2017-05-01 15:58 ` [Buildroot] [PATCH 9/9] fs/ext2: " Yann E. MORIN
2017-05-01 19:18 ` [Buildroot] [PATCH 0/9] fs/ext2: cleanups and improvements Thomas Petazzoni
2017-05-01 20:58   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox