Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 00/11] fs/ext2: cleanup and improvement
@ 2017-07-03 22:50 Samuel Martin
  2017-07-03 22:50 ` [Buildroot] [PATCH v3 01/11] package/mke2img: specifying zero inodes means auto Samuel Martin
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Samuel Martin @ 2017-07-03 22:50 UTC (permalink / raw)
  To: buildroot

Hi all,

Here is a respin of the short series based on 2 series initially sent
early last May by S?bastien Szymanski and Yann E. Morin, refactoring
and improving the ext* image support.

This series is mostly about merging (pruning less features from Yann
than the previous round ;-]) and updating these 2 series into
a single one.

The 8 first patchs clean up and add few mke2img options.

The 9th patch makes the change using mkfs instead mke2img.

The 10th patch adds support for FS options.

And the last commit removes the no longer used mke2img package.


Regards,


Samuel Martin (1):
  fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES option

S?bastien Szymanski (3):
  fs/ext2: use mkfs to generate rootfs image
  fs/ext2: Add BR2_TARGET_ROOTFS_EXT2_FEATURES option
  package/mke2img: remove package

Yann E. MORIN (7):
  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

 Config.in.legacy               |  25 ++++++
 DEVELOPERS                     |   1 -
 fs/ext2/Config.in              |  58 +++++++++---
 fs/ext2/ext2.mk                |  32 +++----
 package/Config.in.host         |   1 -
 package/mke2img/Config.in.host |  11 ---
 package/mke2img/mke2img        | 199 -----------------------------------------
 package/mke2img/mke2img.mk     |  13 ---
 8 files changed, 87 insertions(+), 253 deletions(-)
 delete mode 100644 package/mke2img/Config.in.host
 delete mode 100755 package/mke2img/mke2img
 delete mode 100644 package/mke2img/mke2img.mk

--
2.13.2

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

end of thread, other threads:[~2017-07-04 11:40 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 22:50 [Buildroot] [PATCH v3 00/11] fs/ext2: cleanup and improvement Samuel Martin
2017-07-03 22:50 ` [Buildroot] [PATCH v3 01/11] package/mke2img: specifying zero inodes means auto Samuel Martin
2017-07-04  6:48   ` Thomas Petazzoni
2017-07-03 22:50 ` [Buildroot] [PATCH v3 02/11] fs/ext2: always pass the number of inodes Samuel Martin
2017-07-04  6:48   ` Thomas Petazzoni
2017-07-03 22:50 ` [Buildroot] [PATCH v3 03/11] fs/ext2: always pass the label option Samuel Martin
2017-07-04  6:48   ` Thomas Petazzoni
2017-07-03 22:50 ` [Buildroot] [PATCH v3 04/11] fs/ext2: allow reserving zero block for root Samuel Martin
2017-07-04  6:49   ` Thomas Petazzoni
2017-07-03 22:51 ` [Buildroot] [PATCH v3 05/11] fs/ext2: simplify code Samuel Martin
2017-07-04  6:51   ` Thomas Petazzoni
2017-07-03 22:51 ` [Buildroot] [PATCH v3 06/11] package/mke2img: add option to specify block size Samuel Martin
2017-07-04  6:51   ` Thomas Petazzoni
2017-07-03 22:51 ` [Buildroot] [PATCH v3 07/11] fs/ext2: " Samuel Martin
2017-07-04 10:15   ` Arnout Vandecappelle
2017-07-04 11:32   ` Arnout Vandecappelle
2017-07-03 22:51 ` [Buildroot] [PATCH v3 08/11] fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES option Samuel Martin
2017-07-04 10:35   ` Arnout Vandecappelle
2017-07-03 22:51 ` [Buildroot] [PATCH v3 09/11] fs/ext2: use mkfs to generate rootfs image Samuel Martin
2017-07-04  9:37   ` Samuel Martin
2017-07-04 11:36   ` Arnout Vandecappelle
2017-07-03 22:51 ` [Buildroot] [PATCH v3 10/11] fs/ext2: Add BR2_TARGET_ROOTFS_EXT2_FEATURES option Samuel Martin
2017-07-04 11:38   ` Arnout Vandecappelle
2017-07-03 22:51 ` [Buildroot] [PATCH v3 11/11] package/mke2img: remove package Samuel Martin
2017-07-04 11:40   ` Arnout Vandecappelle

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