summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* locking: clarify read-only locking error message v2Peter Rajnoha2012-07-251-1/+1
* locking: clarify read-only locking error messagePeter Rajnoha2012-07-251-1/+2
* Forgot to update WHATS_NEW for commit 5555d2a000ed4e3d5a694896f3dc6a7290543f43Jonathan Brassow2012-07-241-0/+1
* RAID: Fix segfault when attempting to replace RAID 4/5/6 deviceJonathan Brassow2012-07-242-2/+35
* TEST: Replace old sync test/wait functions with new library functionsJonathan Brassow2012-07-243-116/+15
* TEST: Add library functions for checking and waiting for syncJonathan Brassow2012-07-242-0/+57
* config: fix one-node dumpconfig, add dm_config_write_one_nodePeter Rajnoha2012-07-205-3/+19
* daemon-server: fix error message on daemon shutdownPeter Rajnoha2012-07-192-1/+2
* thin: add lvchange for discard and zero changeZdenek Kabelac2012-07-184-4/+106
* thin: add reporting of discard for thin poolZdenek Kabelac2012-07-185-0/+35
* thin: add discard support for thin poolZdenek Kabelac2012-07-189-1/+115
* thin: detect supported features from thinp targetZdenek Kabelac2012-07-183-1/+46
* libdm: support reserve and release metadata snap msgZdenek Kabelac2012-07-183-0/+9
* libdm: add support for external origin and discardZdenek Kabelac2012-07-183-21/+134
* TEST (lvresize-raid): Don't run test when RAID module doesn't existJonathan Brassow2012-07-171-0/+2
* configure: default tmpfile dir in PREFIX/lib/tmpfiles.dPeter Rajnoha2012-07-162-4/+4
* conf: add a comment about obsolete .cache filePeter Rajnoha2012-07-161-0/+3
* lvconvert: count % upwards when merging a snapshotPeter Rajnoha2012-07-102-2/+3
* activate: skip manual activation for --sysinit -aayPeter Rajnoha2012-07-105-0/+25
* RAID: Fix extending size of RAID 4/5/6 logical volumes.Jonathan Brassow2012-06-264-3/+100
* TEST (lvconvert-raid): Turn on RAID conversion testing under snapshotsJonathan Brassow2012-06-261-5/+1
* TEST (lvconvert-raid): localize a function variableJonathan Brassow2012-06-251-0/+1
* TEST (lvcreate-raid): Allow more time for RAID arrays to syncJonathan Brassow2012-06-251-1/+1
* toollib: fix ignored_mdas process_each_pv rescanAlasdair G Kergon2012-06-292-2/+2
* systemd: add doc reference in dm-event.socketPeter Rajnoha2012-06-291-0/+1
* man: --activate ay and auto_activation_volume_listPeter Rajnoha2012-06-296-10/+43
* cleanup: static volume filter fn, lvm.conf commentPeter Rajnoha2012-06-293-11/+8
* alloc: fix raid --alloc anywhere double allocsAlasdair G Kergon2012-06-282-1/+6
* WHATS_NEW: updateAlasdair G Kergon2012-06-281-4/+1
* initscript: call vgchange -aay instead of -alyPeter Rajnoha2012-06-282-1/+2
* conf: add activation/auto_activation_volume_listPeter Rajnoha2012-06-282-0/+10
* lvcreate: add --activate ay (autoactivate)Peter Rajnoha2012-06-284-1/+17
* lvchange: add --activate ay (autoactivate)Peter Rajnoha2012-06-283-1/+8
* pvscan: add --activate ay option (autoactivate)Peter Rajnoha2012-06-284-2/+32
* vgchange: add --activate ay option (autoactivate)Peter Rajnoha2012-06-283-1/+8
* activate: add autoactivation hooksPeter Rajnoha2012-06-2812-48/+104
* args: add --activate synonym for --available argPeter Rajnoha2012-06-2813-64/+66
* discards: don't discard reconfigured extentsAlasdair G Kergon2012-06-274-4/+21
* discards: split discard from release_pv_segmentAlasdair G Kergon2012-06-272-23/+36
* allocation: allow release_lv_segment_area to failAlasdair G Kergon2012-06-274-26/+38
* configure: autoreconfPeter Rajnoha2012-06-271-34/+110
* udev: udev rules cleanupPeter Rajnoha2012-06-277-36/+48
* configure: run directory configuration cleanupPeter Rajnoha2012-06-279-25/+69
* dev-io: open device read-only to obtain readahead valuePeter Rajnoha2012-06-252-1/+2
* cleanup: use dev_t typeZdenek Kabelac2012-06-221-2/+2
* thin: fix lvconvert error path NULL dereferenceZdenek Kabelac2012-06-222-2/+3
* lvmetad: check for fid existanceZdenek Kabelac2012-06-222-0/+4
* fix: limit preallocate stack sizeZdenek Kabelac2012-06-221-1/+5
* fix: use 64bit math for reserved memoryZdenek Kabelac2012-06-222-4/+5
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-2222-85/+59