1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/tools
2008-01-30 13:19:47 +00:00
..
.exported_symbols .export.sym generation 2004-03-26 14:51:23 +00:00
args.h Enhance the management of readahead settings. 2007-11-09 16:51:54 +00:00
cmdnames.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
commands.h Fix vgsplit - print error if vgcreate option given w/existing vg destination 2008-01-22 02:48:53 +00:00
dmsetup.c pre-release 2007-12-05 17:05:04 +00:00
dumpconfig.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
formats.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvchange.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
lvconvert.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
lvcreate.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
lvdisplay.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvextend.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +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 inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm2cmd.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm2cmdline.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm-static.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvmchange.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvmcmdlib.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvmcmdline.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
lvmdiskscan.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvreduce.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvremove.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvrename.c Convert some vg_reads into vg_lock_and_reads 2007-11-15 02:20:03 +00:00
lvresize.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
lvscan.c readahead activation code (but no dm support yet) 2007-11-12 20:51:54 +00:00
Makefile.in Build changes to replace fsadm C program with shell script. 2007-12-17 12:23:24 +00:00
polldaemon.c lvconvert uses polldaemon now 2007-12-22 12:13:29 +00:00
polldaemon.h lvconvert uses polldaemon now 2007-12-22 12:13:29 +00:00
pvchange.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
pvck.c Clean up numerous compiler warnings that crept in recently. 2007-08-22 14:38:18 +00:00
pvcreate.c use scan_vgs_for_pvs to detect non-orphans without MDAs 2008-01-16 18:15:26 +00:00
pvdisplay.c use scan_vgs_for_pvs to detect non-orphans without MDAs 2008-01-16 18:15:26 +00:00
pvmove.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
pvremove.c FIXMEs for case where dm itself has device open 2007-11-22 01:25:06 +00:00
pvresize.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
pvscan.c Convert pvchange, pvdisplay, pvscan to use is_orphan() 2007-11-02 14:54:40 +00:00
reporter.c Fix pvs, vgs, lvs error exit status on some error paths. 2008-01-20 01:23:46 +00:00
segtypes.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
stub.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
toollib.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
toollib.h Move more parameter validation into the library. 2008-01-15 22:56:30 +00:00
tools.h Various lvconvert/polldaemon-related fixes from NEC. See lvm-devel 2008-01-10 18:35:51 +00:00
version.h.in Make SIZE_SHORT the default for display_size(). 2006-05-09 21:23:51 +00:00
vgcfgbackup.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
vgcfgrestore.c Fix orphan-related locking in pvdisplay and pvs. 2007-11-02 20:40:05 +00:00
vgchange.c Accept sizes with --readahead argument. 2007-11-14 00:08:25 +00:00
vgck.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
vgconvert.c Accept sizes with --readahead argument. 2007-11-14 00:08:25 +00:00
vgcreate.c fix default extent_size 2008-01-17 15:31:18 +00:00
vgdisplay.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
vgexport.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
vgextend.c Convert some vg_reads into vg_lock_and_reads 2007-11-15 02:20:03 +00:00
vgimport.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
vgmerge.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
vgmknodes.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
vgreduce.c Use stack return macros throughout. 2008-01-30 13:19:47 +00:00
vgremove.c Fix orphan-related locking in pvdisplay and pvs. 2007-11-02 20:40:05 +00:00
vgrename.c Move more parameter validation into the library. 2008-01-15 22:56:30 +00:00
vgscan.c Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R. 2007-08-23 15:02:26 +00:00
vgsplit.c Fix vgsplit test mode 2008-01-22 03:49:39 +00:00