All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm-mpath: mutex and suspended check for messages
@ 2009-11-16  7:38 Mike Anderson
  2009-11-16  7:38 ` [PATCH 1/2] dm-mpath: Add mutex to synchronize adding and flushing work Mike Anderson
  2009-11-16  7:38 ` [PATCH 2/2] dm-mpath: Add element for suspended state Mike Anderson
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Anderson @ 2009-11-16  7:38 UTC (permalink / raw)
  To: dm-devel

This patch series is applied on top of the patch previously posted by
Kiyoshi Ueda. Archive url provided below.

http://permalink.gmane.org/gmane.linux.kernel.device-mapper.devel/10504

This patch series adds a mutex and element to the multipath structure to
allow synchronization between possible work creators and callers flushing
work while providing indication of suspended state.

---

Mike Anderson (2):
      dm-mpath: Add mutex to synchronize adding and flushing work
      dm-mpath: Add element for suspended state.


 drivers/md/dm-mpath.c |   71 +++++++++++++++++++++++++++++++++++--------------
 1 files changed, 50 insertions(+), 21 deletions(-)

--
-andmike

Michael Anderson <andmike@linux.vnet.ibm.com>

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

end of thread, other threads:[~2009-11-20  7:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16  7:38 [PATCH 0/2] dm-mpath: mutex and suspended check for messages Mike Anderson
2009-11-16  7:38 ` [PATCH 1/2] dm-mpath: Add mutex to synchronize adding and flushing work Mike Anderson
2009-11-16  9:16   ` Kiyoshi Ueda
2009-11-16  7:38 ` [PATCH 2/2] dm-mpath: Add element for suspended state Mike Anderson
2009-11-16  9:17   ` Kiyoshi Ueda
2009-11-16 13:54   ` Alasdair G Kergon
2009-11-20  7:19     ` Kiyoshi Ueda

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.