All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] imsm: volume expand
@ 2012-04-13 14:51 Adam Kwolek
  2012-04-13 14:51 ` [PATCH 01/14] imsm: FIX: Update function imsm_num_data_members() for Raid1/10 Adam Kwolek
  2012-04-17  2:56 ` [PATCH 00/14] imsm: volume expand NeilBrown
  0 siblings, 2 replies; 20+ messages in thread
From: Adam Kwolek @ 2012-04-13 14:51 UTC (permalink / raw)
  To: neilb
  Cc: linux-raid, dan.j.williams, ed.ciechanowski, grzegorz.grabowski,
	maciej.patelczyk, anna.czarnowska, Adam Kwolek

This patch series introduces the possibility to increase volume size using
existing free space in container without adding spare disks to imsm metadata.

Adam Kwolek (14):
  imsm: FIX: Update function imsm_num_data_members() for Raid1/10
  imsm: FIX: Add volume size expand support to imsm_analyze_change()
  imsm: Add new metadata update for volume size expansion
  imsm: Execute size change for external metatdata
  FIX: Support metadata changes rollback
  imsm: FIX: Support metadata changes rollback
  FIX: Extend size of raid0 array
  FIX: Respect metadata size limitations
  FIX: Detect error and rollback metadata
  imsm: Add function imsm_get_free_size()
  imsm: Support setting max size for size change operation
  imsm: FIX: Component size alignment check
  FIX: Size change is possible as standalone change only
  FIX: Assembled second array is in read only state during reshape

 Assemble.c    |   29 ++++--
 Grow.c        |  163 ++++++++++++++++++++++-------
 mdadm.h       |    4 +
 super-intel.c |  318 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 4 files changed, 438 insertions(+), 76 deletions(-)


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

end of thread, other threads:[~2012-04-20  8:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 14:51 [PATCH 00/14] imsm: volume expand Adam Kwolek
2012-04-13 14:51 ` [PATCH 01/14] imsm: FIX: Update function imsm_num_data_members() for Raid1/10 Adam Kwolek
2012-04-13 14:51   ` [PATCH 02/14] imsm: FIX: Add volume size expand support to imsm_analyze_change() Adam Kwolek
2012-04-13 14:51     ` [PATCH 03/14] imsm: Add new metadata update for volume size expansion Adam Kwolek
2012-04-13 14:51       ` [PATCH 04/14] imsm: Execute size change for external metatdata Adam Kwolek
2012-04-13 14:51         ` [PATCH 05/14] FIX: Support metadata changes rollback Adam Kwolek
2012-04-13 14:52           ` [PATCH 06/14] imsm: " Adam Kwolek
2012-04-13 14:52             ` [PATCH 07/14] FIX: Extend size of raid0 array Adam Kwolek
2012-04-13 14:52               ` [PATCH 08/14] FIX: Respect metadata size limitations Adam Kwolek
2012-04-13 14:52                 ` [PATCH 09/14] FIX: Detect error and rollback metadata Adam Kwolek
2012-04-13 14:52                   ` [PATCH 10/14] imsm: Add function imsm_get_free_size() Adam Kwolek
2012-04-13 14:52                     ` [PATCH 11/14] imsm: Support setting max size for size change operation Adam Kwolek
2012-04-13 14:52                       ` [PATCH 12/14] imsm: FIX: Component size alignment check Adam Kwolek
2012-04-13 14:52                         ` [PATCH 13/14] FIX: Size change is possible as standalone change only Adam Kwolek
2012-04-13 14:52                           ` [PATCH 14/14] FIX: Assembled second array is in read only state during reshape Adam Kwolek
2012-04-17  2:52               ` [PATCH 07/14] FIX: Extend size of raid0 array NeilBrown
2012-04-19 15:09                 ` Dorau, Lukasz
2012-04-19 21:23                   ` NeilBrown
2012-04-20  8:48                     ` Dorau, Lukasz
2012-04-17  2:56 ` [PATCH 00/14] imsm: volume expand NeilBrown

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.