1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/tools
2009-05-12 19:12:09 +00:00
..
.exported_symbols .export.sym generation 2004-03-26 14:51:23 +00:00
args.h Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin). 2009-04-25 01:17:59 +00:00
cmdnames.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
commands.h Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin). 2009-04-25 01:17:59 +00:00
dmsetup.c Fix segfault when using -U, -G and -M options in dmsetup. 2009-04-24 11:30:49 +00:00
dumpconfig.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
formats.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvchange.c Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin). 2009-04-25 01:17:59 +00:00
lvconvert.c Fixup whitespace. 2009-04-29 20:11:46 +00:00
lvcreate.c Fixup whitespace. 2009-04-29 20:14:21 +00:00
lvdisplay.c Added displayable_lvs_in_vg and lv_is_displayable functions to deal with 2008-12-04 15:54:26 +00:00
lvextend.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvm2cmd-static.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm2cmd.c Fix mirror log name construction during lvconvert. (2.02.30) 2008-01-31 12:19:36 +00:00
lvm2cmd.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm2cmdline.h lvm2cmdline.h:31: warning: declaration of `is_static' shadows a global declaration 2008-12-19 18:51:02 +00:00
lvm-static.c Use tools.h in for lvm-static. 2009-01-20 20:37:41 +00:00
lvm.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvmchange.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvmcmdlib.c Move tools/version.h to lib/misc/lvm-version.h. 2009-02-22 22:11:58 +00:00
lvmcmdline.c Do not use pointer from released memory pool (cmd->cmd_line). 2009-04-02 14:59:48 +00:00
lvmdiskscan.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvreduce.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvremove.c Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin). 2009-04-25 01:17:59 +00:00
lvrename.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
lvresize.c Move metadata backup call after vg_commit. 2009-04-21 14:31:57 +00:00
lvscan.c Added displayable_lvs_in_vg and lv_is_displayable functions to deal with 2008-12-04 15:54:26 +00:00
Makefile.in Introduce lvm2_install target. 2009-05-11 10:28:45 +00:00
polldaemon.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
polldaemon.h Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvchange.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
pvck.c Clean up numerous compiler warnings that crept in recently. 2007-08-22 14:38:18 +00:00
pvcreate.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
pvdisplay.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
pvmove.c Move metadata backup call after vg_commit. 2009-04-21 14:31:57 +00:00
pvremove.c Try to avoid full rescan if label scan is enough. 2009-02-25 23:29:06 +00:00
pvresize.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
pvscan.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
reporter.c Fix pvseg report for orphan PVs and other devices. 2009-04-21 12:59:18 +00:00
segtypes.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
stub.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
toollib.c Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin). 2009-04-25 01:17:59 +00:00
toollib.h Separate PV label attributes which do not need parse metadata when reporting. 2009-02-09 09:45:49 +00:00
tools.h more missing bits 2008-11-04 14:57:06 +00:00
vgcfgbackup.c Improve the way VGs with PVs missing are handled so manual intervention 2008-09-19 06:42:00 +00:00
vgcfgrestore.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgchange.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
vgck.c Fix warning in previous commit. 2009-03-16 15:19:29 +00:00
vgconvert.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
vgcreate.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
vgdisplay.c Fix vgdisplay return code and exit status. 2008-11-07 19:02:47 +00:00
vgexport.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgextend.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
vgimport.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgmerge.c Remove snapshot_count from VG and use function instead. 2009-05-12 19:12:09 +00:00
vgmknodes.c Add "--refresh" functionality to vgchange and vgmknodes. 2008-12-22 09:00:51 +00:00
vgreduce.c Fix vgreduce --removemissing failure exit code. 2009-04-22 17:00:28 +00:00
vgremove.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgrename.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
vgscan.c Properly release VG memory pool in all CLI tools. 2009-04-10 10:01:38 +00:00
vgsplit.c Remove snapshot_count from VG and use function instead. 2009-05-12 19:12:09 +00:00