All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Misc cleanups and optimalisations
@ 2011-03-22 21:34 Zdenek Kabelac
  2011-03-22 21:34 ` [PATCH 1/8] Optimise write of error to _lvm_errmsg Zdenek Kabelac
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Zdenek Kabelac @ 2011-03-22 21:34 UTC (permalink / raw)
  To: lvm-devel

Shorter patchset to address few different issue  - combined into
one patchset -  each patch is however separate and unrelated to others.

Zdenek Kabelac (8):
  Optimise write of error to _lvm_errmsg
  Fix sending random content in the cluster message
  Proposal - char alignment on word
  Use created hash tables for quick check of LV, PV.
  Simplify boundary checks
  Use id_equal instead of strncmp()
  Proposal - avoid parsing same data
  Few more files filtered from memory locking

 lib/cache/lvmcache.c          |   17 +++++--
 lib/cache/lvmcache.h          |    1 +
 lib/locking/cluster_locking.c |    6 ++-
 lib/log/log.c                 |   31 ++++++++++---
 lib/metadata/metadata.c       |   98 +++++++++++++++++++----------------------
 lib/mm/memlock.c              |    2 +
 libdm/mm/pool-fast.c          |    6 +-
 libdm/mm/pool.c               |    4 +-
 8 files changed, 94 insertions(+), 71 deletions(-)

-- 
1.7.4.1



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

end of thread, other threads:[~2011-03-22 21:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 21:34 [PATCH 0/8] Misc cleanups and optimalisations Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 1/8] Optimise write of error to _lvm_errmsg Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 2/8] Fix sending random content in the cluster message Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 3/8] Proposal - char alignment on word Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 4/8] Use created hash tables for quick check of LV, PV Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 5/8] Simplify boundary checks Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 6/8] Use id_equal instead of strncmp() Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 7/8] Proposal - avoid parsing same data Zdenek Kabelac
2011-03-22 21:34 ` [PATCH 8/8] Few more files filtered from memory locking Zdenek Kabelac

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.