1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/tools
David Teigland fe70b03de2 Add lvmlockd
2015-07-02 15:42:26 -05:00
..
.exported_symbols generate liblvm2cmd exported symbols too 2010-06-25 18:23:10 +00:00
.gitignore More .gitignore files for an in-source-tree build. 2012-06-08 16:34:43 +01:00
args.h Add lvmlockd 2015-07-02 15:42:26 -05:00
cmdnames.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
commands.h Add lvmlockd 2015-07-02 15:42:26 -05:00
dmsetup.c dmsetup: zero errno in before strtoul call 2015-05-26 16:27:10 +02:00
dumpconfig.c lvmconfig: add --type full to display full tree of settings 2015-06-25 13:33:52 +02:00
errors.h lvresize: separate validation from action 2013-07-06 03:28:21 +01:00
formats.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
lvchange.c Add lvmlockd 2015-07-02 15:42:26 -05:00
lvconvert_poll.c polldaemon: move lvconvert_get_copy_lv code 2015-05-04 16:56:39 +02:00
lvconvert_poll.h polldaemon: move lvconvert_get_copy_lv code 2015-05-04 16:56:39 +02:00
lvconvert.c Add lvmlockd 2015-07-02 15:42:26 -05:00
lvcreate.c Add lvmlockd 2015-07-02 15:42:26 -05:00
lvdisplay.c tools: allow -S|--select for vgdisplay, lvdisplay and pvdisplay without -C 2015-02-10 16:09:40 +01: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 Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
lvm2cmd.h lvresize: separate validation from action 2013-07-06 03:28:21 +01:00
lvm2cmdline.h Support repetition of --addtag and --deltag arguments. 2010-11-11 17:29:05 +00:00
lvm-static.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
lvm.c lvm: move hyphen mangling code 2015-06-19 09:51:48 +02:00
lvmchange.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
lvmcmdlib.c cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
lvmcmdline.c Add lvmlockd 2015-07-02 15:42:26 -05:00
lvmdiskscan.c filters: add cmd->full_filter - composite of cmd->filter and cmd->lvmetad_filter 2014-10-02 13:06:46 +02:00
lvpoll.c polldaemon: remove get_copy_vg and get_copy_lv wrappers 2015-05-19 20:56:15 +02:00
lvreduce.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvremove.c cleanup: tools: "or use -S for selection" --> "or use --select for selection" 2015-03-04 14:40:58 +01:00
lvrename.c Add lvmlockd 2015-07-02 15:42:26 -05:00
lvresize.c Add lvmlockd 2015-07-02 15:42:26 -05:00
lvscan.c reporting: should not fail with foreign option if lvm1 pvs exist 2015-03-10 13:56:25 -05:00
Makefile.in makefiles: drop LVM_SHARED_PATH 2015-05-18 12:45:42 +02:00
polldaemon.c Add lvmlockd 2015-07-02 15:42:26 -05:00
pvchange.c Add lvmlockd 2015-07-02 15:42:26 -05:00
pvck.c pvck: Use non-zero exit status after failure. 2014-11-13 12:26:43 +00:00
pvcreate.c Add lvmlockd 2015-07-02 15:42:26 -05:00
pvdisplay.c tools: allow -S|--select for vgdisplay, lvdisplay and pvdisplay without -C 2015-02-10 16:09:40 +01:00
pvmove_poll.c cleanup: drop extra test for NULL 2015-05-09 09:17:26 +02:00
pvmove_poll.h polldaemon: refactor polling interfaces 2015-05-05 20:52:07 +02:00
pvmove.c Add lvmlockd 2015-07-02 15:42:26 -05:00
pvremove.c Add lvmlockd 2015-07-02 15:42:26 -05:00
pvresize.c Add lvmlockd 2015-07-02 15:42:26 -05:00
pvscan.c Add lvmlockd 2015-07-02 15:42:26 -05:00
reporter.c Add lvmlockd 2015-07-02 15:42:26 -05:00
segtypes.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
stub.h Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
tags.c tools: Add internal tags command. 2014-01-30 13:09:15 +00:00
toollib.c Add lvmlockd 2015-07-02 15:42:26 -05:00
toollib.h system_id: use for VG ownership 2015-02-13 10:10:27 -06:00
tools.h Add lvmlockd 2015-07-02 15:42:26 -05:00
vgcfgbackup.c cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnw 2015-02-13 11:27:09 +01:00
vgcfgrestore.c vgcfgrestore: return invalid cmd line 2014-05-21 23:14:41 +02:00
vgchange.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgck.c toollib: replace void *handle with struct processing_handle for use in processing functions (process_each_*/process_single_* and related) 2015-02-10 16:05:24 +01:00
vgconvert.c vgconvert: require lvmetad to not be used 2015-03-10 09:31:54 -05:00
vgcreate.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgdisplay.c tools: allow -S|--select for vgdisplay, lvdisplay and pvdisplay without -C 2015-02-10 16:09:40 +01:00
vgexport.c cleanup: tools: "or use -S for selection" --> "or use --select for selection" 2015-03-04 14:40:58 +01:00
vgextend.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgimport.c vgimport: fall back when lvmetad is not running 2015-05-11 09:28:47 -05:00
vgmerge.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgmknodes.c toollib: replace void *handle with struct processing_handle for use in processing functions (process_each_*/process_single_* and related) 2015-02-10 16:05:24 +01:00
vgreduce.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgremove.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgrename.c Add lvmlockd 2015-07-02 15:42:26 -05:00
vgscan.c pvscan, vgscan: include foreign vgs with --cache 2015-02-25 15:46:27 -06:00
vgsplit.c Add lvmlockd 2015-07-02 15:42:26 -05:00