summaryrefslogtreecommitdiffstats
path: root/lib/log/log.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-3/+0
* Minor fixesZdenek Kabelac2012-03-281-3/+4
* Few more close and dev_close traceZdenek Kabelac2012-03-011-1/+1
* Explicitely ignore fail error on hash_insertZdenek Kabelac2012-02-271-1/+1
* Move done jump lowerZdenek Kabelac2012-02-081-1/+1
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-1/+1
* Reduce stack size usage in print_logZdenek Kabelac2011-10-221-4/+4
* Trivial, add void to ignore dm_snprinf resultZdenek Kabelac2011-08-111-2/+2
* pre-release clean-upsAlasdair Kergon2011-04-291-0/+1
* Fix some forgotten -Wold-style-definition gcc warningsZdenek Kabelac2011-04-081-1/+1
* Optimise error message write to _lvm_errmsgZdenek Kabelac2011-03-301-8/+23
* Critical sectionZdenek Kabelac2011-02-181-3/+3
* Remove bufused for calculationZdenek Kabelac2010-10-261-1/+1
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-051-2/+23
* Also honour abort_on_internal_errors when log_fn is set.Petr Rockai2010-03-231-1/+2
* Use _LOG_FATAL when aborting on an internal error.Alasdair Kergon2010-01-111-11/+15
* Internal errors triggering abort cannot be suppressed. (kabi)Alasdair Kergon2010-01-111-2/+2
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-161-2/+2
* If aborting due to an internal error, always print the message causing this.Petr Rockai2009-12-011-8/+9
* Optionally abort on internal errors (and leverage this option in thePetr Rockai2009-11-301-0/+15
* Fix so only log_error and log_fatal set EUNCLASSIFIED.Alasdair Kergon2009-07-161-2/+2
* Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.Alasdair Kergon2009-07-161-2/+2
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-151-3/+47
* Split out lvm-logging.h from log.h.Alasdair Kergon2008-10-301-190/+18
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-11/+0
* Fix identifier 'error_message_produced' used ambiguously.Dave Wysochanski2008-06-171-2/+2
* post-releaseAlasdair Kergon2008-06-061-0/+14
* back out unnecessary changes for this releaseAlasdair Kergon2008-06-061-14/+0
* In script-processing mode, stop if any command fails.Alasdair Kergon2008-05-301-0/+14
* Fix output if overriding command_names on cmdline.Milan Broz2008-04-071-10/+17
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-241-2/+9
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-281-3/+6
* Add devices/ignore_suspended_devices to ignore suspended dm devices.Alasdair Kergon2007-01-251-0/+11
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-1/+2
* register->monitor etc.Alasdair Kergon2007-01-191-5/+5
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-2/+2
* Add --trustcache option to reporting commands in preparation for supportingAlasdair Kergon2006-08-011-0/+11
* Add --monitor to vgcreate and lvcreate to control dmeventd registration.Alasdair Kergon2006-05-121-0/+12
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-111-0/+11
* When choosing between identically-named VGs, also consider creation_host.Alasdair Kergon2006-04-131-1/+8
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-1/+1
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-1/+1
* Add clustered attribute so vgchange can identify clustered VGs w/o locking.Alasdair Kergon2005-03-211-0/+11
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-0/+11
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-16/+28
* pvcreate wipes md superblocks. (With --uuid or --restorefile it prompts.)Alasdair Kergon2004-11-191-0/+11
* vgcfgbackup -f accepts template with %s for VG name.Alasdair Kergon2004-06-191-0/+11
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11