All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Misc updates
@ 2011-11-16 13:22 Zdenek Kabelac
  2011-11-16 13:22 ` [PATCH 01/12] Allow to activate snapshot Zdenek Kabelac
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Zdenek Kabelac @ 2011-11-16 13:22 UTC (permalink / raw)
  To: lvm-devel

Some of patches that has accumulated in my tree
and they should be upstreamed and are unrelated
to thin coding.

Comments are enclosed with each patch.

"Do not zero full 16KB" should be examined closely.

"DEBUG Stack" is rather proposal not a final patch.


Zdenek Kabelac (12):
  Allow to activate snapshot
  Query before removing inactive snapshots
  Code reorder
  Unlock memory for vg_write
  Change default prefix.
  Do not zero full 16KB data
  Replace dynamic buffer allocations for PATH_MAX
  Check for DM_MAX_TYPE_NAME length
  Limit max stack size
  Remove constant expression check
  Remove fixmes
  DEBUG Stack detection code

 doc/example.conf.in           |    6 ++--
 lib/activate/activate.c       |    4 +-
 lib/activate/dev_manager.c    |   10 +++----
 lib/activate/fs.c             |   12 ++++----
 lib/commands/toolcontext.c    |    6 ++--
 lib/config/defaults.h         |    2 +-
 lib/filters/filter.c          |    3 --
 lib/format_text/format-text.c |    2 +-
 lib/metadata/lv_manip.c       |   12 ++++++++-
 lib/metadata/metadata.c       |   18 +++++++-----
 lib/mm/memlock.c              |   58 ++++++++++++++++++++++++++++++++++++++--
 libdm/ioctl/libdm-iface.c     |   43 ++++++++++++++++++++----------
 libdm/libdm-common.c          |    3 +-
 test/t-lvcreate-usage.sh      |    2 +-
 tools/lvchange.c              |   28 ++++++++++++++++---
 tools/toollib.c               |   30 +++++---------------
 16 files changed, 158 insertions(+), 81 deletions(-)

-- 
1.7.7.3



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

end of thread, other threads:[~2011-11-16 13:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16 13:22 [PATCH 00/12] Misc updates Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 01/12] Allow to activate snapshot Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 02/12] Query before removing inactive snapshots Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 03/12] Code reorder Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 04/12] Unlock memory for vg_write Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 05/12] Change default prefix Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 06/12] Do not zero full 16KB data Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 07/12] Replace dynamic buffer allocations for PATH_MAX Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 08/12] Check for DM_MAX_TYPE_NAME length Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 09/12] Limit max stack size Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 10/12] Remove constant expression check Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 11/12] Remove fixmes Zdenek Kabelac
2011-11-16 13:22 ` [PATCH 12/12] DEBUG Stack detection code 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.