summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-common.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use void parameter for function definition.Zdenek Kabelac2010-08-031-2/+2
* Add check for kernel semaphore support and disable udev_sync if not available.Peter Rajnoha2010-08-031-4/+29
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-4/+4
* Use expected union semun for arguments in selected semaphore operations.Peter Rajnoha2010-05-271-1/+16
* Synchronize "remove" dm task while reverting unsuccessful "create" dm taskPeter Rajnoha2010-05-031-1/+1
* Strictly require libudev if udev_sync is used.Peter Rajnoha2010-03-231-16/+3
* Several changes in dmsetup and libdevmapper:Peter Rajnoha2010-02-151-0/+10
* Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.Peter Rajnoha2010-01-111-4/+31
* Support udev flags even when udev_sync is disabled or not compiled in.Peter Rajnoha2009-11-131-3/+7
* Add support for querying a device's inactive table.Alasdair Kergon2009-11-061-0/+1
* Cleanup of previous commit with latest changes in udev support code.Peter Rajnoha2009-10-261-1/+2
* Several changes to udev support code:Peter Rajnoha2009-10-261-24/+31
* Add udev flags support in libdevmapper and provide 'dmsetup udevflags' comman...Peter Rajnoha2009-10-221-5/+5
* Merge Debian patch 05 debian: keep libdm-abi consistent.Fabio M. Di Nitto2009-10-121-4/+2
* missing dm_snprintfAlasdair Kergon2009-09-251-1/+5
* ensure dm_strdup succeedsAlasdair Kergon2009-09-251-1/+3
* remove unused var & rename fnAlasdair Kergon2009-09-251-3/+3
* Handle any path supplied to dm_task_set_name() by looking up in /dev/mapper.Alasdair Kergon2009-09-251-7/+68
* dm release cleanupAlasdair Kergon2009-09-151-10/+14
* Move dm_cookie_supported check into dm_udev_get_sync_supprt function.Peter Rajnoha2009-09-111-4/+4
* Add one define that is necessary for older (experimental) libudev to work.Peter Rajnoha2009-09-111-0/+1
* Check that udev is running and set internal state appropriately.Peter Rajnoha2009-09-111-1/+49
* Restore umask when device node creation fails.Dave Wysochanski2009-09-031-0/+1
* Add 'udevcomplete_all' command for dmsetup. Export DM_COOKIE_MAGIC in libdevm...Peter Rajnoha2009-08-061-3/+5
* Detect udev problems in _rename_dev_node.Peter Rajnoha2009-08-061-23/+41
* Additional loggingAlasdair Kergon2009-08-051-15/+40
* Add udev checks.Alasdair Kergon2009-08-031-1/+6
* Manage without dm_udev_cleanup?Alasdair Kergon2009-08-031-21/+7
* cleanup some ignored return values & 'stack'sAlasdair Kergon2009-08-031-1/+1
* deal with error-related FIXMEsAlasdair Kergon2009-08-031-23/+42
* Add udevcomplete and --noudevwait to dmsetup.Alasdair Kergon2009-07-311-2/+2
* another fixmeAlasdair Kergon2009-07-311-0/+1
* Add libdevmapper functions to support synchronisation with udev.Alasdair Kergon2009-07-311-0/+289
* Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon2009-07-101-7/+45
* Fix backward compatibility for major:minor query.Milan Broz2009-06-171-0/+12
* Add checks for device names in dmsetup and show proper error messages.Peter Rajnoha2009-01-071-2/+11
* more fixesAlasdair Kergon2008-11-041-1/+0
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-11/+11
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-1/+1
* further progressAlasdair Kergon2008-11-011-2/+1
* rename some config varsAlasdair Kergon2008-06-061-3/+3
* more readahead node fixes/debug messagesAlasdair Kergon2007-12-141-1/+21
* Add node operation stack debug messages.Alasdair Kergon2007-12-141-0/+10
* Report error when empty device name passed to readahead functions.Alasdair Kergon2007-12-131-0/+10
* Fix minimum readahead debug message.Alasdair Kergon2007-12-051-2/+2
* fix ioctls to use long not intAlasdair Kergon2007-12-051-5/+8
* fixesAlasdair Kergon2007-12-031-3/+3
* missing #includeAlasdair Kergon2007-12-031-0/+1
* fixAlasdair Kergon2007-11-301-1/+1
* readahead support completed - untestedAlasdair Kergon2007-11-301-2/+68