All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/7] 7 patches for lvm
@ 2009-05-19 21:19 mpatocka
  2009-05-19 21:19 ` [patch 1/7] Suppress warning on 64-bit big-endian computers (Sparc 64) mpatocka
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

-- 

Hi

These are patches for lvm that are independent on the interface,
so you can start applying them. I sorted them from the simplest
to the more complicated (removal of floating point logic).

Mikulas



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

* [patch 1/7] Suppress warning on 64-bit big-endian computers (Sparc 64).
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
@ 2009-05-19 21:19 ` mpatocka
  2009-05-19 21:19 ` [patch 2/7] Suppress warning that the cast increases alignment on Sparc mpatocka
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: lvm-supress-64bit-warning.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/05f8466e/attachment.ksh>

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

* [patch 2/7] Suppress warning that the cast increases alignment on Sparc.
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
  2009-05-19 21:19 ` [patch 1/7] Suppress warning on 64-bit big-endian computers (Sparc 64) mpatocka
@ 2009-05-19 21:19 ` mpatocka
  2009-05-19 21:19 ` [patch 3/7] A two code blocks above, the code makes sure that lv_name isnt NULL. No need to make this check here mpatocka
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: device-mapper-suppress-warning.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/fbd70618/attachment.ksh>

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

* [patch 3/7] A two code blocks above, the code makes sure that lv_name isnt NULL. No need to make this check here.
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
  2009-05-19 21:19 ` [patch 1/7] Suppress warning on 64-bit big-endian computers (Sparc 64) mpatocka
  2009-05-19 21:19 ` [patch 2/7] Suppress warning that the cast increases alignment on Sparc mpatocka
@ 2009-05-19 21:19 ` mpatocka
  2009-05-19 21:19 ` [patch 4/7] Move repeated code to a separate function mpatocka
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: lvm-lvcreate-remove-unreachable-code.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/06be3f88/attachment.ksh>

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

* [patch 4/7] Move repeated code to a separate function.
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
                   ` (2 preceding siblings ...)
  2009-05-19 21:19 ` [patch 3/7] A two code blocks above, the code makes sure that lv_name isnt NULL. No need to make this check here mpatocka
@ 2009-05-19 21:19 ` mpatocka
  2009-05-19 21:19 ` [patch 5/7] Test that all snapshots are not open before we deactivate volume mpatocka
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: lvm-move-common-code-to-function-lv_init.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/30b23ab7/attachment.ksh>

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

* [patch 5/7] Test that all snapshots are not open before we deactivate volume.
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
                   ` (3 preceding siblings ...)
  2009-05-19 21:19 ` [patch 4/7] Move repeated code to a separate function mpatocka
@ 2009-05-19 21:19 ` mpatocka
  2009-05-19 21:19 ` [patch 6/7] Report state in return value of target_percent mpatocka
  2009-05-19 21:19 ` [patch 7/7] Report state in return value of copy_percent mpatocka
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: lvm-test-active-snapshot-when-deactivating.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/fcaa83a0/attachment.ksh>

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

* [patch 6/7] Report state in return value of target_percent
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
                   ` (4 preceding siblings ...)
  2009-05-19 21:19 ` [patch 5/7] Test that all snapshots are not open before we deactivate volume mpatocka
@ 2009-05-19 21:19 ` mpatocka
  2009-05-19 21:19 ` [patch 7/7] Report state in return value of copy_percent mpatocka
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: lvm-report-state-in-return-value-of-target_percent.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/1ca08de0/attachment.ksh>

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

* [patch 7/7] Report state in return value of copy_percent.
  2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
                   ` (5 preceding siblings ...)
  2009-05-19 21:19 ` [patch 6/7] Report state in return value of target_percent mpatocka
@ 2009-05-19 21:19 ` mpatocka
  6 siblings, 0 replies; 8+ messages in thread
From: mpatocka @ 2009-05-19 21:19 UTC (permalink / raw)
  To: lvm-devel

An embedded and charset-unspecified text was scrubbed...
Name: lvm-report-state-in-return-value-of-copy_percent.patch
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20090519/e8792487/attachment.ksh>

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

end of thread, other threads:[~2009-05-19 21:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19 21:19 [patch 0/7] 7 patches for lvm mpatocka
2009-05-19 21:19 ` [patch 1/7] Suppress warning on 64-bit big-endian computers (Sparc 64) mpatocka
2009-05-19 21:19 ` [patch 2/7] Suppress warning that the cast increases alignment on Sparc mpatocka
2009-05-19 21:19 ` [patch 3/7] A two code blocks above, the code makes sure that lv_name isnt NULL. No need to make this check here mpatocka
2009-05-19 21:19 ` [patch 4/7] Move repeated code to a separate function mpatocka
2009-05-19 21:19 ` [patch 5/7] Test that all snapshots are not open before we deactivate volume mpatocka
2009-05-19 21:19 ` [patch 6/7] Report state in return value of target_percent mpatocka
2009-05-19 21:19 ` [patch 7/7] Report state in return value of copy_percent mpatocka

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.