linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] imsm: new imsm metadata features
@ 2010-04-22 22:10 Hawrylewicz Czarnowski, Przemyslaw
  2010-04-30  0:57 ` Dan Williams
  0 siblings, 1 reply; 4+ messages in thread
From: Hawrylewicz Czarnowski, Przemyslaw @ 2010-04-22 22:10 UTC (permalink / raw)
  To: Neil Brown; +Cc: linux-raid@vger.kernel.org, Williams, Dan J, Ciechanowski, Ed

The following series of patches adds two new functionalities to mdadm for
Intel metadata: Volume Delete and Volume Rename.
The patches makes Linux SW RAID implementation based on imsm metadata closer
to Intel(R) Rapid Storage Technology for Windows(TM). 
Patches 1-6 contain fixes of bugs found during development and modifications
of existing code making main features easier to implement.
Patches 7-9 contain implementation of Volume Delete; ie. makes possible to
remove only one volume from container while the other one keeps running.
Patches 10-12 makes possible to change internal serial ID of volume leaving
the rest of superblock data untouched.
The last patch contains an update of manual page for above features.

[PATCH 01/13] fix: memory leak in mdmon_pid()
[PATCH 02/13] map file: Extract record update routine from map_update
[PATCH 03/13] Add mdstat_by_component
[PATCH 04/13] fix: possible segfault if current_vol does not match subarray
[PATCH 05/13] sysfs: simple write to sysfs file
[PATCH 06/13] imsm: delete subarray metadata manipulation routine
[PATCH 07/13] imsm: extension of delete subarray to handle active container
[PATCH 08/13] mdmon: enable delete subarray for managed containers
[PATCH 09/13] imsm: delete subarray: main procedure and command line support
[PATCH 10/13] imsm: rename subarray functionality
[PATCH 11/13] mdmon: enable rename subarray for managed containers
[PATCH 12/13] imsm: rename subarray: main procedure and command line support
[PATCH 13/13] manual: update for subarray delete/rename

ps. It is reworked version of patches sent earlier.

Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>
---
 Kill.c        |   58 ++++++++++++
 Makefile      |    4 +-
 Manage.c      |   88 +++++++++++++++++++
 ReadMe.c      |    1 +
 mapfile.c     |   31 +++++--
 mdadm.8       |   27 ++++++
 mdadm.c       |   32 ++++++-
 mdadm.h       |   35 ++++++++
 mdstat.c      |   69 ++++++++++++++--
 super-intel.c |  253 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 sysfs.c       |   21 +++++
 util.c        |  268 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 12 files changed, 864 insertions(+), 23 deletions(-)

--
Best Regards,
Przemyslaw Hawrylewicz-Czarnowski
Software Development Engineer


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

end of thread, other threads:[~2010-05-19  1:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 22:10 [PATCH 00/13] imsm: new imsm metadata features Hawrylewicz Czarnowski, Przemyslaw
2010-04-30  0:57 ` Dan Williams
2010-04-30 20:45   ` Doug Ledford
2010-05-19  1:09     ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).