Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] improve mdadm support of write journal
@ 2015-10-21 18:35 Song Liu
  2015-10-21 18:35 ` [PATCH 1/3] mdadm: refactor write journal code in Assemble and Incremental Song Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Song Liu @ 2015-10-21 18:35 UTC (permalink / raw)
  To: linux-raid; +Cc: neilb, shli, hch, dan.j.williams, kernel-team, Song Liu

Per discussion in

http://marc.info/?l=linux-raid&m=144522071120149

and related threads, the following patches add more support
for write journal (test script, man page, small refactoring).

Song Liu (3):
  mdadm: refactor write journal code in Assemble and Incremental
  mdadm: Add description of write journal to md.4
  mdadm: add test script for raid456 journal

 Assemble.c           | 24 +++++---------------
 Incremental.c        | 25 ++++++--------------
 md.4                 | 20 ++++++++++++++++
 mdadm.h              |  6 ++---
 super1.c             | 19 +++-------------
 test                 |  9 ++++++++
 tests/20raid5journal | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 111 insertions(+), 56 deletions(-)
 create mode 100644 tests/20raid5journal

--
2.4.6

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

end of thread, other threads:[~2015-10-22  1:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 18:35 [PATCH 0/3] improve mdadm support of write journal Song Liu
2015-10-21 18:35 ` [PATCH 1/3] mdadm: refactor write journal code in Assemble and Incremental Song Liu
2015-10-21 18:35 ` [PATCH 2/3] mdadm: Add description of write journal to md.4 Song Liu
2015-10-21 18:35 ` [PATCH 3/3] mdadm: add test script for raid456 journal Song Liu
2015-10-22  1:22 ` [PATCH 0/3] improve mdadm support of write journal Neil Brown

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