linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] IMSM: Add support for 4Kn sector size drives
@ 2016-11-10 14:28 Pawel Baldysiak
  2016-11-10 14:28 ` [PATCH 1/4] Add function for getting member drive sector size Pawel Baldysiak
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pawel Baldysiak @ 2016-11-10 14:28 UTC (permalink / raw)
  To: jes.sorensen; +Cc: linux-raid, Pawel Baldysiak

This patch set adds support for IMSM with 4Kn sector size drives
First patch adds the generic function for receiving sector size,
rest are IMSM specific.
Internal calculation are still based on 512-bytes sector,
variables are converted during read/write from/to member drive.
Mixing of devices with different sector size is not allowed.

Pawel Baldysiak (4):
  Add function for getting member drive sector size
  IMSM: Read and store device sector size
  IMSM: Add support for 4Kn sector size drives
  IMSM: 4Kn drives support - adapt general migration record

 mdadm.h       |   1 +
 super-intel.c | 315 +++++++++++++++++++++++++++++++++++++++++++++-------------
 super1.c      |   3 +-
 util.c        |  16 +++
 4 files changed, 265 insertions(+), 70 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-11-16 15:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 14:28 [PATCH 0/4] IMSM: Add support for 4Kn sector size drives Pawel Baldysiak
2016-11-10 14:28 ` [PATCH 1/4] Add function for getting member drive sector size Pawel Baldysiak
2016-11-10 14:28 ` [PATCH 2/4] IMSM: Read and store device " Pawel Baldysiak
2016-11-10 14:28 ` [PATCH 3/4] IMSM: Add support for 4Kn sector size drives Pawel Baldysiak
2016-11-10 14:28 ` [PATCH 4/4] IMSM: 4Kn drives support - adapt general migration record Pawel Baldysiak
2016-11-16 15:14 ` [PATCH 0/4] IMSM: Add support for 4Kn sector size drives Jes Sorensen

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).