summaryrefslogtreecommitdiffstats
path: root/lib/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Using Fedora 14's autoreconf.Alasdair Kergon2011-01-071-1/+4
* Update configure.Milan Broz2010-12-131-0/+3
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-302-0/+83
* Remove tag length restriction and allow / = ! : # & characters.Alasdair Kergon2010-11-172-0/+20
* Use new status code from fsadm checkZdenek Kabelac2010-11-012-4/+14
* Macro uninitialized_var gives warnings in static analysisZdenek Kabelac2010-10-261-0/+4
* Fix constness warningZdenek Kabelac2010-10-251-3/+3
* Limit repeated accesses to broken devices.Petr Rockai2010-10-132-0/+15
* Don't use floor() in _bitset_with_random_bitsZdenek Kabelac2010-10-131-3/+0
* Speed up unquoting of quoted double quotes and backslashes.Alasdair Kergon2010-09-281-22/+51
* was renamedAlasdair Kergon2010-09-272-2/+2
* Speed up CRC32 calculations by using a larger lookup table.Alasdair Kergon2010-09-273-4/+129
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-232-9/+54
* Revert to old glibc behaviour for vsnprintf used in emit_to_buffer function.Peter Rajnoha2010-09-201-0/+8
* autoreconf also updates configure.h.inAlasdair Kergon2010-08-211-0/+3
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-161-0/+6
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-112-0/+14
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-281-0/+3
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-0/+3
* Randomly select which mdas to use or ignore.Alasdair Kergon2010-07-051-0/+104
* Use absolute paths in commandsZdenek Kabelac2010-06-031-0/+6
* Replace strncmp kernel version number checks with proper onesAlasdair Kergon2010-05-241-0/+2
* Replicator: base lvm2 supportZdenek Kabelac2010-05-211-0/+3
* backup->cacheAlasdair Kergon2010-05-201-1/+1
* Add install_system_dirs makefile target.Alasdair Kergon2010-05-201-0/+15
* Set appropriate udev flags for reserved LVs.Peter Rajnoha2010-04-232-0/+49
* Use UUIDs instead of names while processing event handlers.Peter Rajnoha2010-04-142-0/+24
* Autoreconf.Peter Rajnoha2010-03-231-4/+0
* autoreconf & add missing WHATS_NEW entryAlasdair Kergon2010-03-181-4/+1
* Add infrastructure for running the functional testsuite with locking_type setPetr Rockai2010-03-181-1/+4
* Readline linking updateZdenek Kabelac2010-03-041-3/+0
* Add support to disable udev checking: LVM_UDEV_DISABLE_CHECKING=1 env. var.Peter Rajnoha2010-01-112-0/+16
* Add a [--poll {y|n}] flag to vgchange and lvchange to control whetherMike Snitzer2010-01-052-0/+13
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-1/+1
* Provide alternative implementation of obsolete siginterrupt().Alasdair Kergon2009-09-282-0/+18
* Add global/si_unit_consistency to enable cleaned-up use of units in output.Alasdair Kergon2009-09-281-0/+3
* More cmirror makefile fixes from Fabio.Alasdair Kergon2009-09-141-0/+4
* change clogd to cmirrordAlasdair Kergon2009-08-281-0/+3
* Rewrite clvmd configuration code.Alasdair Kergon2009-08-281-0/+15
* Prepare for udev synchronisation code. (options don't work yet)Alasdair Kergon2009-07-311-0/+9
* Add an API version number, LVM_LIBAPI, to the VERSION string.Alasdair Kergon2009-07-221-1/+2
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-2/+2
* Remove lockingfailed().Petr Rockai2009-07-151-11/+0
* Change exit() to _exit() in the child process. exit flushes stdio file buffers,Mikulas Patocka2009-07-131-1/+1
* Attempt cleanup in child before execing new binary in exec_cmd()Alasdair Kergon2009-02-282-3/+10
* fsadm cleanups & release prepAlasdair Kergon2009-02-271-19/+12
* Fixed bug where lvresize option -t was not properly passed to fsadm.Zdenek Kabelac2009-02-242-9/+38
* Move tools/version.h to lib/misc/lvm-version.h.Alasdair Kergon2009-02-221-0/+29
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-183-1/+14
* Make _init_rand() thread safe - use rand_r() instead of rand().Dave Wysochanski2008-12-072-3/+5