summaryrefslogtreecommitdiffstats
path: root/lib/filters
Commit message (Expand)AuthorAgeFilesLines
...
* Add MMC device type to filters.Milan Broz2009-04-161-0/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-032-2/+2
* Store sysfs location in struct cmd_context.Alasdair Kergon2008-09-192-44/+13
* fix vd->virtblkAlasdair Kergon2008-04-031-1/+1
* Escape double quotes and backslashes in external metadata and config data.Alasdair Kergon2008-03-121-1/+9
* add vd to filtersAlasdair Kergon2008-03-051-0/+1
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-311-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-304-16/+16
* Use stack return macros throughout.Alasdair Kergon2008-01-304-22/+11
* Handle new sysfs subsystem/block/devices directory structure.Alasdair Kergon2007-10-101-35/+93
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-222-2/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-2011-27/+28
* Add ps3disk devices.Alasdair Kergon2007-07-261-0/+1
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-241-4/+2
* Introduce is_same_inode macro, now including a comparison of st_dev.Jim Meyering2007-07-201-1/+1
* Add SUN's LDOM virtual block device to filtersPatrick Caulfield2007-07-191-0/+1
* Move regex functions into libdevmapper.Alasdair Kergon2007-04-271-6/+5
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-263-42/+21
* also ignore mirrorsAlasdair Kergon2007-01-251-1/+1
* Add devices/ignore_suspended_devices to ignore suspended dm devices.Alasdair Kergon2007-01-251-1/+14
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-253-7/+20
* Protect .cache manipulations with fcntl locking.Alasdair Kergon2006-11-042-22/+80
* Remove unused #defines from filter-md.c.Alasdair Kergon2006-10-041-8/+0
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-212-4/+4
* Add dm_split_words() and dm_split_lvm_name() to libdevmapper.Alasdair Kergon2006-08-211-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-0/+4
* Check for libsepol.Alasdair Kergon2006-04-194-7/+7
* xen xvdAlasdair Kergon2005-11-091-0/+1
* Use dm_is_dm_major instead of local copy.Alasdair Kergon2005-10-252-20/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-166-74/+68
* Add is_dm_major() for use in duplicate device detection in lvmcache_add().Alasdair Kergon2005-09-162-1/+20
* Recognise aoe devices.Alasdair Kergon2005-08-081-0/+1
* Basic support for mirrors.Alasdair Kergon2005-06-012-7/+3
* Add ramdisk.Alasdair Kergon2005-04-061-0/+1
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-0/+2
* Avoid some compiler warnings.Alasdair Kergon2005-03-101-1/+1
* Suppress 'open failed' error messages during scanning.Alasdair Kergon2005-03-031-1/+1
* Recognise gnbd.Alasdair Kergon2005-01-191-0/+1
* Ignore sysfs symlinks when DT_UNKNOWN.Alasdair Kergon2004-12-211-2/+4
* Skip devices that are too small to be PVs.Alasdair Kergon2004-12-211-3/+19
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-5/+16
* Improve filter debug msgs.Alasdair Kergon2004-11-243-7/+11
* pool debuggingAlasdair Kergon2004-11-232-3/+3
* fix a md filter log mesgAlasdair Kergon2004-11-231-1/+2
* Detect partition table signature.Alasdair Kergon2004-11-232-30/+38
* pvcreate wipes md superblocks. (With --uuid or --restorefile it prompts.)Alasdair Kergon2004-11-191-1/+6
* Separate out md superblock detection code.Alasdair Kergon2004-11-181-29/+5
* Recognise iseries/vd devices.Alasdair Kergon2004-08-181-0/+1
* Cope with DT_UNKNOWN in sysfs.Alasdair Kergon2004-08-181-3/+15
* Fix device number handling for 2.6 kernels.Alasdair Kergon2004-07-012-2/+5