All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libdevmapper: (0/6) Filtering feature in dm_report
@ 2007-04-18 16:41 Jun'ichi Nomura
  2007-04-18 16:47 ` [PATCH] libdevmapper: (1/6) Tidy up _field_match() and _key_match() Jun'ichi Nomura
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jun'ichi Nomura @ 2007-04-18 16:41 UTC (permalink / raw)
  To: device-mapper development, Alasdair Kergon

Hi,

This series of patches enables dmsetup to control which  types
of devices are listed.
For example, "dmsetup info -c -o name --filter 'parents_count == 0'"
will display top-level dm devices and
"dmsetup info -c --filter 'uuid !~ /^LVM/'" will display
dm devices which are not LVM2 volumes.

As the feature is implemented in libdevmapper, LVM2 is easily
made to use it, too. The patch will be posted to lvm-devel.

Thanks,
-- 
Jun'ichi Nomura, NEC Corporation of America

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

end of thread, other threads:[~2007-04-18 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 16:41 [PATCH] libdevmapper: (0/6) Filtering feature in dm_report Jun'ichi Nomura
2007-04-18 16:47 ` [PATCH] libdevmapper: (1/6) Tidy up _field_match() and _key_match() Jun'ichi Nomura
2007-04-18 16:47 ` [PATCH] libdevmapper: (2/6) Fix trailing separator Jun'ichi Nomura
2007-04-18 16:47 ` [PATCH] libdevmapper: (3/6) Move lib/regex from LVM2 Jun'ichi Nomura
2007-04-18 19:23   ` [PATCH] LVM2: (1/2) Use dm_regex Jun'ichi Nomura
2007-04-18 16:47 ` [PATCH] libdevmapper: (4/6) Add filtering feature to dm_report Jun'ichi Nomura
2007-04-18 19:32   ` [PATCH] LVM2: (2/2) Use dm_report filter Jun'ichi Nomura
2007-04-18 16:47 ` [PATCH] libdevmapper: (5/6) Add '--filter' option to dmsetup Jun'ichi Nomura
2007-04-18 16:47 ` [PATCH] libdevmapper: (6/6) Add deps and treenode fields for dmsetup info -c Jun'ichi Nomura
2007-04-18 19:23 ` [PATCH] libdevmapper: (7/6) Add dm_report_get_report_types() Jun'ichi Nomura

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.