summaryrefslogtreecommitdiffstats
path: root/lib/misc/lvm-file.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* Add some log_sys_errors to close() callZdenek Kabelac2012-02-271-1/+2
* Fix create_temp_name to replace any '/' found in the hostname with '?'.Peter Rajnoha2011-06-081-0/+7
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-2/+2
* Make _init_rand() thread safe - use rand_r() instead of rand().Dave Wysochanski2008-12-071-2/+3
* 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
* Don't leak a file descriptor in fcntl_lock_file(), when fcntl fails.Jim Meyering2007-07-281-0/+1
* Remove create_dir function; use now-equivalent dm_create_dir instead.Jim Meyering2007-07-281-51/+1
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-241-0/+10
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-1/+5
* Move .cache file into a new /etc/lvm/cache directory by default.Alasdair Kergon2007-02-281-0/+13
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-2/+4
* Protect .cache manipulations with fcntl locking.Alasdair Kergon2006-11-041-0/+58
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-4/+4
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-5/+5
* Suppress fsync() error message on filesystems that don't support it.Alasdair Kergon2005-09-011-1/+1
* vgscan/change/display/vgs automatically create metadata backup if out-of-date...Alasdair Kergon2005-05-171-2/+4
* Additional rename failure error message.Alasdair Kergon2005-03-101-1/+5
* Fix sync_dir() when no / in filename.Alasdair Kergon2004-06-191-0/+3
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* Add sync_dir()Alasdair Kergon2002-12-051-0/+32
* Refactoring.Alasdair Kergon2002-11-181-4/+1
* TidyAlasdair Kergon2002-05-311-4/+4
* ack, missing includeAndres Salomon2002-05-191-0/+1
* support recursive mkdir in create_dir()Andres Salomon2002-05-191-8/+33
* Move is_empty_dir to lvm-fileAlasdair Kergon2002-03-111-8/+26
* o Support locking with local lock filesAlasdair Kergon2002-02-111-0/+54
* Temporary file creation & renaming.Alasdair Kergon2002-01-101-0/+101