summaryrefslogtreecommitdiff
path: root/tools/toollib.h
Commit message (Expand)AuthorAgeFilesLines
* vdo: support --vdosettingsZdenek Kabelac2022-05-031-0/+6
* writecache: cachesettings in lvchange and lvsDavid Teigland2020-06-101-0/+3
* move pv_list code into libDavid Teigland2020-04-131-9/+0
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-2/+2
* cache: enable usage of --cachemetadataformatZdenek Kabelac2017-03-101-0/+1
* pool: rework handling of passed argsZdenek Kabelac2017-03-101-1/+0
* cache: get and set cache paramsZdenek Kabelac2017-03-101-0/+1
* thin: add new ZERO/DISCARDS_UNSELECTEDZdenek Kabelac2017-03-101-1/+1
* lvconvert: use command defs for thin/cache/pool creationDavid Teigland2017-02-131-0/+2
* process_each_lv: add check_single_lv functionDavid Teigland2017-02-131-0/+14
* commands: new method for defining commandsDavid Teigland2017-02-131-0/+6
* toollib: Record whether or not stripes/stripe_size args supplied.Alasdair G Kergon2016-08-191-1/+2
* refactor: move report grouping and log reporting handles from processing_hand...Peter Rajnoha2016-08-091-5/+0
* tools: Unify stripesize parameter validation.Alasdair G Kergon2016-07-301-2/+2
* report: add --logonly arg to report only log for a commandPeter Rajnoha2016-06-201-0/+1
* log: log warnings and errors via report if set; add log_set_report* fnsPeter Rajnoha2016-06-201-0/+1
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-0/+1
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-1/+2
* toollib: add report_group and log_rh to processing_handle and initialize cmd ...Peter Rajnoha2016-06-201-0/+3
* toollib: simplify internal selection calls for non-reporting toolsPeter Rajnoha2016-05-301-3/+3
* lvconvert: use process_each_lvDavid Teigland2016-05-251-0/+1
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-2/+5
* lvchange: allow change of cache modeZdenek Kabelac2016-05-191-1/+1
* cmd: add '-H|--history' switch and wire it up in cmd_context and processing_h...Peter Rajnoha2016-03-031-0/+1
* replace pvcreate_params with pvcreate_each_paramsDavid Teigland2016-02-251-3/+2
* toollib: remove unsed pvcreate params functionDavid Teigland2016-02-251-2/+0
* toollib: add two phase pv processing codeDavid Teigland2016-02-251-2/+6
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* pvmove: use toollibDavid Teigland2016-01-181-1/+1
* vgextend: pass single vgname as process_each_vg argDavid Teigland2015-12-011-1/+2
* toollib: get_cache_paramsZdenek Kabelac2015-08-121-3/+4
* cache: handle policy_name separatelyZdenek Kabelac2015-07-151-1/+3
* system_id: use for VG ownershipDavid Teigland2015-02-131-2/+0
* vgextend: Use process_each_vg.David Teigland2015-02-131-2/+1
* cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnwPeter Rajnoha2015-02-131-2/+1
* select: initialize selection handle for process_each_* fns with initial repor...Peter Rajnoha2015-02-101-1/+2
* toollib: add init_processing_handle, init_selection_handle and destroy_proces...Peter Rajnoha2015-02-101-0/+5
* toollib: pass struct processing_handle to _select_match_* functionsPeter Rajnoha2015-02-101-6/+6
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-101-15/+73
* toollib: prepare select_match_{pv,vg,lv} hooksDavid Teigland2015-02-101-0/+7
* toollib: Add --cachepolicy and implement get_cachepolicy_params.Petr Rockai2014-11-201-0/+2
* toolib: fix ignore_vgZdenek Kabelac2014-11-141-1/+1
* cleanup: consistent nameZdenek Kabelac2014-11-031-1/+1
* toollib: validate_restricted_lvname_paramZdenek Kabelac2014-10-081-0/+2
* vgremove: Use process_each_lv_in_vg.Alasdair G Kergon2014-10-071-5/+6
* vgreduce: Use process_each_pv.David Teigland2014-10-071-1/+1
* toollib: Rewrite process_each_pv.David Teigland2014-10-071-4/+2
* toollib: Remove unused functions from header file.Alasdair G Kergon2014-10-061-9/+0
* toollib: Rewrite process_each_lv.David Teigland2014-10-031-2/+1
* toollib: introduce validate_lvname_paramZdenek Kabelac2014-09-281-0/+3