summaryrefslogtreecommitdiffstats
path: root/daemon/lvm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-091-2/+2
* avoid use of all ctype macrosJim Meyering2009-09-241-3/+3
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-8/+4
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-11/+9
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-8/+0
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-6/+6
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-14/+14
* Generate structs and struct lists generically.Richard Jones2009-07-071-3/+3
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-011-0/+23
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-12/+12
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-101-0/+12
* Add: lvresize, resize2fs commands.Richard Jones2009-05-181-0/+24
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+39
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr...Richard W.M. Jones2009-05-151-0/+18
* Fix unchecked malloc (Jim Meyering).Richard Jones2009-04-301-0/+4
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-251-0/+54
* Added test suite.Richard Jones2009-04-111-0/+131
* Bug fix: Trailing whitespace from 'pvs' command.Richard Jones2009-04-081-0/+6
* Implement simple lvs/vgs/pvs commands.Richard Jones2009-04-071-0/+115
* Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.Richard Jones2009-04-071-3/+3
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-0/+50