summaryrefslogtreecommitdiffstats
path: root/libdm/libdevmapper.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-0/+143
* restrict dm_tree_node_add_null_areaAlasdair Kergon2011-08-191-0/+4
* Add support for m-way to n-way up-convert in RAID1 (no linear to n-way yet)Jonathan Earl Brassow2011-08-181-1/+1
* Add the ability to split an image from the mirror and track changes.Jonathan Earl Brassow2011-08-181-0/+1
* Add memory pool locking functionsZdenek Kabelac2011-08-111-0/+16
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-0/+8
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-011-0/+6
* Maintain a count of the number of suspended devices in libdevmapperAlasdair Kergon2011-06-131-0/+5
* Use void pointer instead of char for binary keyZdenek Kabelac2011-03-101-4/+4
* API change - support more const argZdenek Kabelac2011-02-181-1/+1
* Add --addnodeonresume, --addnodeoncreateZdenek Kabelac2011-02-041-0/+5
* Suport DM_SECURE_DATA_FLAG.Milan Broz2011-02-041-0/+1
* Define DM_COOKIE_AUTO_CREATEZdenek Kabelac2011-01-101-0/+5
* Export DM_CONTROL_NODE_UMASK and use it while creating /dev/mapper/control.Peter Rajnoha2011-01-041-0/+1
* Use const char* for offset calculationZdenek Kabelac2010-12-201-1/+1
* Use const char* const * for dm_regex_create()Zdenek Kabelac2010-12-201-1/+1
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-131-0/+11
* Use const pointer for return value of dm_basenameZdenek Kabelac2010-10-251-1/+1
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-151-0/+1
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-0/+4
* Add macro definitions to report infrastructure for character array length.Dave Wysochanski2010-08-201-2/+7
* It's not enough to check for the kernel module in the case of clusterJonathan Earl Brassow2010-07-211-0/+7
* [REGEX] calculate dfa states on demandJoe Thornber2010-07-211-0/+2
* [REGEX] add a fingerprinting facility to allow test code to compare dfasJoe Thornber2010-07-201-0/+8
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-0/+8
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Add parentheses to some libdevmapper.h macro arguments.Alasdair Kergon2010-07-051-8/+8
* Add printf format attributes to yes_no_prompt & dm_{sn,as}printf and fix a calleAlasdair Kergon2010-07-021-2/+5
* In some C++ standards, typeof is not reserved.Alasdair Kergon2010-06-231-7/+11
* Remove C++ private keyword from headers.Milan Broz2010-06-161-3/+10
* Replicator: support deactivate of replicator-dev nodesZdenek Kabelac2010-05-211-0/+3
* Replicator: libdm supportZdenek Kabelac2010-05-211-0/+35
* Add dm_list_splice() to join two lists.Zdenek Kabelac2010-05-061-0/+5
* Add support for new IMPORT{db} udev rule.Peter Rajnoha2010-04-281-0/+10
* Add dm_bitset_equal to libdevmapper.Alasdair Kergon2010-04-201-0/+2
* missed files from last commitAlasdair Kergon2010-04-201-0/+1
* Several changes in dmsetup and libdevmapper:Peter Rajnoha2010-02-151-0/+8
* Cleanup gcc warning: cast discards qualifiers from pointer target typeZdenek Kabelac2010-01-141-8/+8
* Cleanup gcc warning: cast from function call of type 'struct dm_list *'Zdenek Kabelac2010-01-141-1/+1
* Add support for "snapshot-merge" target.Mike Snitzer2010-01-131-0/+6
* Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.Peter Rajnoha2010-01-111-0/+2
* Add activation/udev_rules config option in lvm.conf.Peter Rajnoha2010-01-071-0/+2
* Support udev flags even when udev_sync is disabled or not compiled in.Peter Rajnoha2009-11-131-1/+5
* Remove 'last_rule' from udev rules.Peter Rajnoha2009-11-131-3/+3
* Add support for querying a device's inactive table.Alasdair Kergon2009-11-061-0/+1
* Several changes to udev support code:Peter Rajnoha2009-10-261-3/+19
* Use udev flags support in LVM and provide dm_tree_add_new_dev_with_udev_flags...Peter Rajnoha2009-10-221-0/+9
* Add udev flags support in libdevmapper and provide 'dmsetup udevflags' comman...Peter Rajnoha2009-10-221-1/+32
* Use the same default umask for /dev dirs (DM_DEV_DIR_UMASK).Peter Rajnoha2009-09-251-0/+2
* Add 'udevcomplete_all' command for dmsetup. Export DM_COOKIE_MAGIC in libdevm...Peter Rajnoha2009-08-061-0/+2