summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.c
Commit message (Expand)AuthorAgeFilesLines
* give standard error message if lstat fails unexpectedlyAlasdair Kergon2012-02-121-5/+7
* Check result of lstatZdenek Kabelac2012-02-081-3/+4
* Replace dynamic buffer allocations for PATH_MAXZdenek Kabelac2011-11-181-6/+6
* Fix lv_info open_count testZdenek Kabelac2011-10-141-1/+9
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+1
* Critical sectionZdenek Kabelac2011-02-181-2/+2
* pre-releaseAlasdair Kergon2011-02-041-2/+3
* Fix operation node stacking for consecutive dm opsZdenek Kabelac2011-02-041-5/+79
* Do not check for open_count when not needed.Zdenek Kabelac2011-02-031-0/+2
* Synchronize with udev for lv_infoZdenek Kabelac2011-02-031-0/+5
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-0/+1
* Speedup consequent activation callsZdenek Kabelac2011-01-101-0/+1
* Add internal fs cookieZdenek Kabelac2011-01-101-1/+21
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-131-3/+7
* Add missing closedir() - fixes resource leakZdenek Kabelac2010-11-231-0/+3
* Add support to disable udev checking: LVM_UDEV_DISABLE_CHECKING=1 env. var.Peter Rajnoha2010-01-111-3/+3
* Add activation/udev_rules config option in lvm.conf.Peter Rajnoha2010-01-071-22/+30
* Merge Debian patch 05 debian: keep libdm-abi consistent.Fabio M. Di Nitto2009-10-121-2/+0
* Use the same default umask for /dev dirs (DM_DEV_DIR_UMASK).Peter Rajnoha2009-09-251-0/+5
* Forgotten '%s' in one of _mk_link warning messages.Peter Rajnoha2009-08-051-1/+1
* detect udev mk_link problemsAlasdair Kergon2009-08-041-2/+24
* Add warnings to check udev did what it was meant to.Alasdair Kergon2009-08-031-3/+8
* Fix vgrename using UUID in case there are VGs with the same name.Peter Rajnoha2008-12-191-4/+10
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-7/+7
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-4/+4
* Use stack return macros throughout.Alasdair Kergon2008-01-301-16/+8
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Remove symlinks if parent volume is deactivated.Milan Broz2007-05-151-0/+5
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-8/+8
* Move set_selinux_context into libdevmapperAlasdair Kergon2005-10-251-5/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-3/+2
* Use matchpathcon mode parameter.Alasdair Kergon2005-06-131-1/+1
* Avoid rmdir opendir error messsages when dir was already removed.Alasdair Kergon2005-03-211-1/+1
* Fix return code from rm_link for vgmknodes.Alasdair Kergon2004-09-221-6/+6
* Fix /dev/vgname mkdir perms.Alasdair Kergon2004-09-021-1/+1
* Don't abort operations if selinux is present but disabled.Alasdair Kergon2004-05-041-1/+1
* fix selinux error mesgAlasdair Kergon2004-04-141-1/+1
* Basic selinux supportAlasdair Kergon2004-04-071-0/+11
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* The LVM2 part of vgmknodes [still to do the non-devfs device-mapper bit].Alasdair Kergon2003-11-121-3/+5
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-27/+138
* When activating an LV, remove any stray LVM1 /dev nodes and group file.Alasdair Kergon2003-01-031-5/+73
* Refactoring.Alasdair Kergon2002-11-181-5/+1
* lvrename works on snapshots nowAlasdair Kergon2002-03-181-5/+4
* Move is_empty_dir to lvm-fileAlasdair Kergon2002-03-111-47/+7
* o Actually check that the vg directory is empty rather than speculativelyJoe Thornber2002-03-111-2/+45
* Clearer link pathname display.Alasdair Kergon2002-02-261-5/+5
* o Removed old filesJoe Thornber2002-02-261-42/+40
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-4/+5
* o Split activate.c into a high level (remaining in activate.c) and low level...Joe Thornber2002-02-111-2/+3