summaryrefslogtreecommitdiffstats
path: root/tools/dmsetup.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-151-2/+9
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-3/+1
* Wait for node creation before displaying debug info in dmsetup.Zdenek Kabelac2010-08-031-0/+7
* Fix return status 0 for "dmsetup info -c -o help".Zdenek Kabelac2010-08-031-2/+12
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-63/+63
* Revert previous commit as it would return also for incorrect syntax.Zdenek Kabelac2010-07-081-1/+0
* Set return value 0 for 'dmsetup -c -o help'Zdenek Kabelac2010-07-081-0/+1
* Fix dmlosetup snprintf %llu compiler warning.Alasdair Kergon2010-07-051-3/+1
* Add support for new IMPORT{db} udev rule.Peter Rajnoha2010-04-281-1/+2
* Wipe dm-ioctl parameters in memory after use.Milan Broz2010-04-071-0/+1
* Strictly require libudev if udev_sync is used.Peter Rajnoha2010-03-231-7/+2
* Add --help dmsetup option as the synonym for help command.Milan Broz2010-03-081-2/+12
* Several changes in dmsetup and libdevmapper:Peter Rajnoha2010-02-151-16/+164
* Cleanup gcc warning: cast discards qualifiers from pointer target typeZdenek Kabelac2010-01-141-4/+6
* Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.Peter Rajnoha2010-01-111-0/+6
* Add --noudevrules option for dmsetup to disable /dev node management by udev.Peter Rajnoha2010-01-071-4/+24
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-1/+0
* Fix coredump and memory leak for 'dmsetup help -c'Zdenek Kabelac2009-12-111-2/+6
* Support udev flags even when udev_sync is disabled or not compiled in.Peter Rajnoha2009-11-131-3/+11
* Add support for querying a device's inactive table.Alasdair Kergon2009-11-061-1/+44
* Several changes to udev support code:Peter Rajnoha2009-10-261-2/+4
* Add udev flags support in libdevmapper and provide 'dmsetup udevflags' comman...Peter Rajnoha2009-10-221-6/+62
* Add y|--yes option for dmsetup to provide a default 'YES' answer to questions.Peter Rajnoha2009-09-111-15/+27
* Fix semaphore includes in dmsetup for udev sync.Peter Rajnoha2009-08-061-30/+34
* Add 'udevcookies' command for dmsetup.Peter Rajnoha2009-08-061-0/+41
* Add 'udevcomplete_all' command for dmsetup. Export DM_COOKIE_MAGIC in libdevm...Peter Rajnoha2009-08-061-0/+91
* Manage without dm_udev_cleanup?Alasdair Kergon2009-08-031-20/+8
* cleanup some ignored return values & 'stack'sAlasdair Kergon2009-08-031-2/+2
* Add udevcomplete and --noudevwait to dmsetup.Alasdair Kergon2009-07-311-3/+54
* Change exit() to _exit() in the child process. exit flushes stdio file buffers,Mikulas Patocka2009-07-131-1/+1
* Add splitname.Alasdair Kergon2009-06-031-5/+32
* Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.Alasdair Kergon2009-06-031-1/+121
* Fix segfault when using -U, -G and -M options in dmsetup.Peter Rajnoha2009-04-241-1/+1
* drop explicit libdevmapper.hAlasdair Kergon2008-10-301-1/+0
* Split out dm-logging.h from log.hAlasdair Kergon2008-10-301-1/+1
* Add --rows to dmsetup.Alasdair Kergon2008-06-241-1/+12
* dmsetup --unquotedAlasdair Kergon2008-06-241-3/+11
* avoid compiler warning about cast in OFFSET_OF macroJim Meyering2008-06-181-2/+2
* change --prefixes to --nameprefixesAlasdair Kergon2008-06-061-6/+6
* Use 'active' for !suspended as the code already uses that.Alasdair Kergon2008-04-211-1/+1
* Add 3 new reporting colums: tables_loaded, readonly, suspended.Alasdair Kergon2008-04-211-0/+60
* Add --prefixes to dmsetupAlasdair Kergon2008-04-211-2/+17
* Calculate string size within dm_pool_grow_object.Alasdair Kergon2008-04-191-3/+3
* pre-releaseAlasdair Kergon2007-12-051-5/+4
* read_ahead in report with underscore to match lvm2 fieldAlasdair Kergon2007-12-051-1/+1
* fixmeAlasdair Kergon2007-12-031-0/+1
* fixesAlasdair Kergon2007-12-031-1/+1
* read_ahead node opsAlasdair Kergon2007-11-301-3/+8
* refine specification of dmsetup readaheadAlasdair Kergon2007-11-291-9/+26
* add read_ahead functions to library and dmsetup --readaheadAlasdair Kergon2007-11-271-1/+35