All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Fix checkpointing
@ 2024-01-16 11:24 Mateusz Kusiak
  2024-01-16 11:24 ` [PATCH 1/8] Remove hardcoded checkpoint interval checking Mateusz Kusiak
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Mateusz Kusiak @ 2024-01-16 11:24 UTC (permalink / raw)
  To: linux-raid; +Cc: jes, mariusz.tkaczyk

Currently there are multiple issues regarding checkpointing in mdadm.
This patchset fixes most of them.

Thanks,
Mateusz

Mateusz Kusiak (8):
  Remove hardcoded checkpoint interval checking
  monitor: refactor checkpoint update
  Super-intel: Fix first checkpoint restart
  Define sysfs max buffer size
  Replace "none" with macro
  super-intel: Remove inaccessible code
  Grow: Move update_tail assign to Grow_reshape()
  Add understanding output section in man

 Assemble.c    |  3 +-
 Build.c       |  4 +--
 Create.c      |  2 +-
 Grow.c        | 64 +++++++++++++++++++-------------------
 Incremental.c |  4 +--
 Manage.c      | 10 +++---
 Monitor.c     |  6 ++--
 config.c      |  2 +-
 managemon.c   |  6 ++--
 maps.c        |  4 +--
 mdadm.8.in    | 21 ++++++++++++-
 mdadm.c       |  7 ++---
 mdadm.h       | 18 +++++++++++
 monitor.c     | 85 ++++++++++++++++++++++-----------------------------
 msg.c         |  4 +--
 super-intel.c | 38 ++++++++---------------
 sysfs.c       | 12 ++++----
 util.c        |  2 +-
 18 files changed, 151 insertions(+), 141 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2024-01-17  8:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 11:24 [PATCH 0/8] Fix checkpointing Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 1/8] Remove hardcoded checkpoint interval checking Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 2/8] monitor: refactor checkpoint update Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 3/8] Super-intel: Fix first checkpoint restart Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 4/8] Define sysfs max buffer size Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 5/8] Replace "none" with macro Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 6/8] super-intel: Remove inaccessible code Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 7/8] Grow: Move update_tail assign to Grow_reshape() Mateusz Kusiak
2024-01-16 11:24 ` [PATCH 8/8] Add understanding output section in man Mateusz Kusiak
2024-01-17  8:02 ` [PATCH 0/8] Fix checkpointing Mariusz Tkaczyk

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.