summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 2.02.104v2_02_104Alasdair G Kergon2013-11-134-8/+9
* gcc: replace #ifdef linux with __linux__Alasdair G Kergon2013-11-1319-27/+28
* pvscan: retry VG refresh before autoactivation if it failsPeter Rajnoha2013-11-122-1/+34
* mirror: Handle failures in tmp mirror used when up-converting.Jonathan Brassow2013-11-082-2/+3
* corosync: fix some gcc warningsPeter Rajnoha2013-11-061-2/+2
* profile: add thin_pool_chunk_size_policy to default.profilePeter Rajnoha2013-11-061-0/+1
* tests: testing thin lvchangeZdenek Kabelac2013-11-011-0/+131
* dmsetup: report error on stderrZdenek Kabelac2013-11-012-1/+2
* activation: improve activationZdenek Kabelac2013-11-013-26/+48
* activation: _lv_activate is ok when filtered.Zdenek Kabelac2013-11-013-2/+10
* locking: activate_lv_excl return correct error codeZdenek Kabelac2013-11-012-3/+4
* udev: wrong line in previous commitPeter Rajnoha2013-10-301-1/+1
* udev: properly trigger LVM scan for MD partitionsPeter Rajnoha2013-10-302-0/+2
* udev: no need to check DM_NOSCAN in lvmetad rulesPeter Rajnoha2013-10-291-1/+0
* WHATS_NEW: commit 9d06212Peter Rajnoha2013-10-291-0/+1
* lvconvert: use LV_TEMPORARY when necessary during lvconvert to thin poolPeter Rajnoha2013-10-291-8/+12
* udev: proper reset of DM_UDEV_DISABLE_OTHER_RULES_FLAG and honour this flag i...Peter Rajnoha2013-10-292-1/+2
* WHATS_NEW: commit 4c0db84Peter Rajnoha2013-10-291-0/+1
* gcc: fix comparing floating point warningZdenek Kabelac2013-10-253-5/+23
* tests: fix old-style gcc warningZdenek Kabelac2013-10-251-7/+8
* configure: check more compile flagsZdenek Kabelac2013-10-254-7/+49
* configure: detect compiler flagZdenek Kabelac2013-10-255-1/+91
* clean-up: Remove redundant faulty logicJonathan Brassow2013-10-231-5/+2
* clvmd: fix verify message rejection of REMOTE flagDavid Teigland2013-10-241-1/+1
* build: Use additional gcc warning flags.Alasdair G Kergon2013-10-242-4/+11
* Mirror: Fix hangs and lock-ups caused by attempting label reads of mirrorsJonathan Brassow2013-10-228-5/+57
* activation: flag temporary LVs internallyPeter Rajnoha2013-10-2311-25/+62
* cleanup: for commit 546db1cPeter Rajnoha2013-10-232-2/+2
* WHATS_NEW: typoPeter Rajnoha2013-10-221-1/+1
* blkdeactivate: fix endless loop if device(s) given and unable to umount/deact...Peter Rajnoha2013-10-222-1/+5
* make: correct sed line in udev's MakefilePeter Rajnoha2013-10-221-3/+1
* udev+systemd: refine lvm2-pvscan@.service to better track device existencePeter Rajnoha2013-10-223-5/+11
* pvscan: use major:minor as short form of --major and --minor arg for pvscan -...Peter Rajnoha2013-10-223-16/+50
* vgimportclone: remove 2>/dev/null from three lvm commandsMike Snitzer2013-10-212-4/+5
* TEST: Test was trying to kill 2 devices in RAID5 instead of RAID6Jonathan Brassow2013-10-181-1/+1
* udev+systemd: make pvscan --cache -aay run as systemd background job from udevPeter Rajnoha2013-10-187-6/+56
* tests: drop settle for old systemsZdenek Kabelac2013-10-171-2/+0
* tests: older losetup allows only single device nameZdenek Kabelac2013-10-171-1/+1
* tests: fix last commitZdenek Kabelac2013-10-171-1/+1
* tests: workaround udevd compromising testsZdenek Kabelac2013-10-171-0/+2
* tests: fix exporting content of make varsZdenek Kabelac2013-10-172-19/+19
* tests: use bash for bash scriptZdenek Kabelac2013-10-171-1/+1
* libdm: fix races with udevMikulas Patocka2013-10-172-3/+8
* libdm: do not show holders missing errorZdenek Kabelac2013-10-172-1/+3
* headers: use __linux__ instead of linuxmpatocka@redhat.com2013-10-172-1/+2
* coverity: sscanf should use "%u" instead of "%i"Peter Rajnoha2013-10-171-1/+1
* tests: correct LVM_TEST_THIN_CHECK_CMDZdenek Kabelac2013-10-161-1/+1
* coverity: assigned variable not used and reassigned laterPeter Rajnoha2013-10-161-1/+1
* thin: missed check for thin_pool in last updateZdenek Kabelac2013-10-161-1/+1
* tests: test repairability of thin poolZdenek Kabelac2013-10-162-1/+124