]> sourceware.org Git - lvm2.git/history - libdm/libdevmapper.h
man: document allocation process in lvm.8
[lvm2.git] / libdm / libdevmapper.h
2012-07-31 Petr Rockailibdm-string: Add dm_vasprintf.
2012-07-20 Peter Rajnohaconfig: fix one-node dumpconfig, add dm_config_write_on...
2012-07-18 Zdenek Kabelaclibdm: support reserve and release metadata snap msg
2012-07-18 Zdenek Kabelaclibdm: add support for external origin and discard
2012-06-20 Zdenek Kabelacheaders: add some __attribute__ instrumentation
2012-05-29 Peter RajnohaRemove unsupported udev_get_dev_path libudev call used...
2012-03-02 Zdenek KabelacAdded dm_tree_node_set_callback() for preload and deact...
2012-03-02 Zdenek KabelacRemove support for TRIM message
2012-03-01 Petr RockaiUse 64 bit integers whenever extracting numbers from...
2012-02-23 Zdenek KabelacIntroduce dm_strncpy
2012-02-15 Peter RajnohaAdd DM_DEFAULT_NAME_MANGLING_MODE env. variable to...
2012-02-15 Peter RajnohaUnamngle dm device name list automatically on ioctl...
2012-02-15 Peter RajnohaAdd dm_task_get_name_mangled/unmangled to libdevmapper.
2012-02-15 Peter RajnohaMangle device name on dm_task_set_name/newname call...
2012-02-15 Peter RajnohaAdd configure --with-default-name-mangling.
2012-02-13 Jonathan Earl BrassowMake conversion from a synced 'mirror' to 'raid1' not...
2012-01-23 Alasdair KergonReorder fns in libdm-deptree.
2012-01-19 Zdenek KabelacThin use consistentely metadata
2012-01-11 Peter RajnohaAdd dm_device_get_name to get map name or block device...
2012-01-10 Alasdair KergonAdd dm_uuid_prefix/dm_set_uuid_prefix for non-lvm users...
2011-12-21 Zdenek KabelacAdd Thin API for parsing thin status
2011-12-21 Zdenek KabelacAdd dm_config_find_str_allow_empty
2011-12-18 Petr RockaiMake a cleaner split between config tree and config...
2011-12-11 Petr RockaiMove dm_config_write out of libdm, back to lib/config...
2011-11-12 Zdenek KabelacThin remove unused define
2011-11-03 Zdenek KabelacThin api change for passing message into libdm
2011-11-03 Zdenek KabelacThin api change for dm_tree_node_add_thin_target
2011-10-28 Zdenek KabelacAdd find_config_tree_str_allow_empty
2011-10-28 Zdenek KabelacUpdate header comment
2011-10-20 Zdenek KabelacAdapt to thin kernel target API
2011-10-20 Zdenek KabelacUse const pointers in thin API were appropriate
2011-10-20 Zdenek KabelacAdd _BLOCK_ to define
2011-10-17 Zdenek KabelacAdd thin_pool dm message support
2011-10-17 Zdenek KabelacSwap parameters
2011-10-06 Jonathan Earl BrassowThis patch fixes issues with improper udev flags on...
2011-10-06 Zdenek KabelacMove defines to header
2011-10-04 Zdenek KabelacName changes
2011-10-03 Zdenek KabelacAdd intial code to check transaction_id
2011-10-03 Zdenek KabelacTransaction_id is property of thin_pool
2011-09-29 Zdenek KabelacAdd supporting function for thinp
2011-09-22 Peter RajnohaAdd dm_tree_retry_remove to use retry logic for device...
2011-09-22 Peter RajnohaAdd dm_device_has_holders fn to to check use of the...
2011-09-22 Peter RajnohaAdd dm_set_sysfs_dir to libdevmapper to set sysfs location.
2011-09-22 Peter RajnohaAdd dm_task_retry_remove fn to use retry logic for...
2011-09-02 Alasdair KergonMove cascade inside libdm etc.
2011-09-01 Alasdair KergonComments, FIXMEs, name changes.
2011-08-31 Petr RockaiReplace const usage of dm_config_find_node with more...
2011-08-31 Petr RockaiFix warnings and constness handling in lvmetad-core...
2011-08-30 Petr RockaiMove the core of the lib/config/config.c functionality...
2011-08-19 Alasdair Kergonrestrict dm_tree_node_add_null_area
2011-08-18 Jonathan Earl BrassowAdd support for m-way to n-way up-convert in RAID1...
2011-08-18 Jonathan Earl BrassowAdd the ability to split an image from the mirror and...
2011-08-11 Zdenek KabelacAdd memory pool locking functions
2011-08-02 Jonathan Earl BrassowAdd basic RAID segment type(s) support.
2011-07-01 Alasdair KergonAdd framework for validation of ioctls. Doesn't do...
2011-06-13 Alasdair KergonMaintain a count of the number of suspended devices...
2011-03-10 Zdenek KabelacUse void pointer instead of char for binary key
2011-02-18 Zdenek KabelacAPI change - support more const arg
2011-02-04 Zdenek KabelacAdd --addnodeonresume, --addnodeoncreate
2011-02-04 Milan BrozSuport DM_SECURE_DATA_FLAG.
2011-01-10 Zdenek KabelacDefine DM_COOKIE_AUTO_CREATE
2011-01-04 Peter RajnohaExport DM_CONTROL_NODE_UMASK and use it while creating...
2010-12-20 Zdenek KabelacUse const char* for offset calculation
2010-12-20 Zdenek KabelacUse const char* const * for dm_regex_create()
2010-12-13 Peter RajnohaAdd new dm_prepare_selinux_context fn to libdevmapper...
2010-10-25 Zdenek KabelacUse const pointer for return value of dm_basename
2010-10-15 Alasdair KergonAdd --setuuid to dmsetup rename.
2010-09-30 Alasdair KergonAdd dm_zalloc and use it and dm_pool_zalloc throughout.
2010-08-20 Dave WysochanskiAdd macro definitions to report infrastructure for...
2010-07-21 Jonathan Earl BrassowIt's not enough to check for the kernel module in the...
2010-07-21 Joe Thornber[REGEX] calculate dfa states on demand
2010-07-20 Joe Thornber[REGEX] add a fingerprinting facility to allow test...
2010-07-13 Fabio M. Di NittoAdd dm_create_lockfile to libdm to handle pidfiles...
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-07-05 Alasdair KergonAdd parentheses to some libdevmapper.h macro arguments.
2010-07-02 Alasdair KergonAdd printf format attributes to yes_no_prompt & dm_...
2010-06-23 Alasdair KergonIn some C++ standards, typeof is not reserved.
2010-06-16 Milan BrozRemove C++ private keyword from headers.
2010-05-21 Zdenek KabelacReplicator: support deactivate of replicator-dev nodes
2010-05-21 Zdenek KabelacReplicator: libdm support
2010-05-06 Zdenek KabelacAdd dm_list_splice() to join two lists.
2010-04-28 Peter RajnohaAdd support for new IMPORT{db} udev rule.
2010-04-20 Alasdair KergonAdd dm_bitset_equal to libdevmapper.
2010-04-20 Alasdair Kergonmissed files from last commit
2010-02-15 Peter RajnohaSeveral changes in dmsetup and libdevmapper:
2010-01-14 Zdenek KabelacCleanup gcc warning: cast discards qualifiers from...
2010-01-14 Zdenek KabelacCleanup gcc warning: cast from function call of type...
2010-01-13 Mike SnitzerAdd support for "snapshot-merge" target.
2010-01-11 Peter RajnohaAdd support to disable udev checking: DM_UDEV_DISABLE_C...
2010-01-07 Peter RajnohaAdd activation/udev_rules config option in lvm.conf.
2009-11-13 Peter RajnohaSupport udev flags even when udev_sync is disabled...
2009-11-13 Peter RajnohaRemove 'last_rule' from udev rules.
2009-11-06 Alasdair KergonAdd support for querying a device's inactive table.
2009-10-26 Peter RajnohaSeveral changes to udev support code:
2009-10-22 Peter RajnohaUse udev flags support in LVM and provide dm_tree_add_n...
2009-10-22 Peter RajnohaAdd udev flags support in libdevmapper and provide...
2009-09-25 Peter RajnohaUse the same default umask for /dev dirs (DM_DEV_DIR_UM...
2009-08-06 Peter RajnohaAdd 'udevcomplete_all' command for dmsetup. Export...
2009-08-03 Alasdair KergonManage without dm_udev_cleanup?
2009-07-31 Alasdair KergonSet cookies in activation code and wait for udev to...
next
This page took 0.469144 seconds and 107 git commands to generate.