All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] partitions: add AIX LVM support
@ 2013-04-29 21:18 Philippe De Muyter
  2013-04-29 21:18 ` [PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup Philippe De Muyter
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Philippe De Muyter @ 2013-04-29 21:18 UTC (permalink / raw)
  To: linux-kernel

This is a revision of the patch serie I sent some days ago, with fixes
based on observations by Karel Zak, and other cleanups.

This enables finding the contiguous partitions in AIX LVM disks.

Patch 1 is actually just a cleanup of msdos.c, but as patch 3 depends
on it I prefer to put it here.

Philippe

[PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup
[PATCH 2/5] Add aix lvm partitions support files
[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions
[PATCH 4/5] partitions/Makefile: compile aix.c if configured.
[PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH v3 0/5] partitions: Add aix lvm partitions support
@ 2013-05-01  6:09 Philippe De Muyter
  2013-05-01  6:09 ` [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions Philippe De Muyter
  0 siblings, 1 reply; 16+ messages in thread
From: Philippe De Muyter @ 2013-05-01  6:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jens Axboe, Karel Zak, Andrew Morton

This is the version 3 of my patchset to add a basic aix lvm partitions
parser to linux.
The only modified patch is patch 2.  It fixes a problem in the discovering
of small (1 pp) partitions in presence of discontiguous partitions.

Jens, patch 1 is actually just a cleanup of msdos.c.  You could apply it
already even if you delay the decision for the other ones, so I could
stop resending it here, as patch 3 depends on it.

Philippe

[PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup
[PATCH 2/5] partitions: Add aix lvm partitions support files
[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions
[PATCH 4/5] partitions/Makefile: compile aix.c if configured.
[PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [RFC PATCH 0/5] Add aix lvm partitions support
@ 2013-04-25 21:10 Philippe De Muyter
  2013-04-25 21:10 ` [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions Philippe De Muyter
  0 siblings, 1 reply; 16+ messages in thread
From: Philippe De Muyter @ 2013-04-25 21:10 UTC (permalink / raw)
  To: linux-kernel

This patches serie implements a mapping from AIX LVM logical volumes
to linux partitions, for AIX disks from versions AIX 3 & AIX 4,
maybe later versions also, but this has not been tested.

Because the LVM layer of AIX allows logical volumes to be made of
separate so-called physical partitions which can be anywhere on the
disk, and allows up to 256 logical volumes, while Linux allows
only 16 partitions per disk, partitions which must be contiguous,
only a subset of the AIX logical volumes found can be mappedi to linux
partitions, but that's enough to make it usefull in real life.

AIX partitions discovery has been grafted to the msdos partitions
code, because AIX disks often contain an msdos partition table,
and this grafting avoids removal of the AIX protection already
included in msdos.c while avoiding code duplication.

Comments welcome

Philippe

PS: a companion AIX JFS fs read-only driver will follow

[PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup
[PATCH 2/5] Add aix lvm partitions support files
[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions
[PATCH 4/5] partitions/Makefile: compile aix.c if configured.
[PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry

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

end of thread, other threads:[~2013-08-12 12:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-29 21:18 [PATCH v2 0/5] partitions: add AIX LVM support Philippe De Muyter
2013-04-29 21:18 ` [PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup Philippe De Muyter
2013-04-29 21:18 ` [PATCH 2/5] Add aix lvm partitions support files Philippe De Muyter
2013-05-20 23:39   ` Andrew Morton
2013-05-21  7:27     ` Philippe De Muyter
2013-05-24 10:04       ` Christoph Hellwig
2013-05-24 10:58         ` Philippe De Muyter
2013-08-12 11:52           ` Christoph Hellwig
2013-08-12 12:21             ` Alasdair G Kergon
2013-04-29 21:18 ` [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions Philippe De Muyter
2013-05-20 23:41   ` Andrew Morton
2013-05-21  7:16     ` Philippe De Muyter
2013-04-29 21:18 ` [PATCH 4/5] partitions/Makefile: compile aix.c if configured Philippe De Muyter
2013-04-29 21:18 ` [PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry Philippe De Muyter
  -- strict thread matches above, loose matches on Subject: below --
2013-05-01  6:09 [PATCH v3 0/5] partitions: Add aix lvm partitions support Philippe De Muyter
2013-05-01  6:09 ` [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions Philippe De Muyter
2013-04-25 21:10 [RFC PATCH 0/5] Add aix lvm partitions support Philippe De Muyter
2013-04-25 21:10 ` [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions Philippe De Muyter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.