summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* dmsetup mknodesAlasdair Kergon2003-11-133-3/+25
* Accept tables from stdin with dmsetup.Alasdair Kergon2003-11-122-5/+15
* Exclude v1 compatibility code when configured with --disable-compatAlasdair Kergon2003-11-101-45/+81
* Improve segment merge/split code.Alasdair Kergon2003-09-151-13/+17
* Backwards compatibility fix for version1 suspend/resume.Alasdair Kergon2003-07-051-0/+8
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-0/+8
* Support for v4 interfaceAlasdair Kergon2003-07-016-60/+440
* list_nextAlasdair Kergon2003-05-061-0/+5
* Up interface to major version number 4.Alasdair Kergon2003-04-301-1/+1
* Up interface to major version number 4.Alasdair Kergon2003-04-291-37/+37
* Event number support.Alasdair Kergon2003-04-294-0/+14
* Revert to data_startAlasdair Kergon2003-04-281-3/+4
* DM_EXISTS_FLAG replaced by ENXIOAlasdair Kergon2003-04-241-0/+11
* Some ioctl code tidying: removing duplicate internal buffers; making boundsAlasdair Kergon2003-04-221-3/+3
* Improve build robustness.Alasdair Kergon2003-04-151-3/+6
* alignment fixesAlasdair Kergon2003-04-081-15/+18
* Allow device major to be set too.Alasdair Kergon2003-04-025-1/+13
* Proposed changes to the ioctl interface to fix alignment issues on someAlasdair Kergon2003-03-284-48/+49
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-0/+2
* Fix table output bug in last commit.Alasdair Kergon2003-02-201-9/+10
* merge back accidentally overwritten r1.2 changeAlasdair Kergon2003-01-251-1/+1
* Prepare for ioctl version number change.Alasdair Kergon2003-01-213-72/+532
* Allow optional verbose loggingAlasdair Kergon2003-01-214-18/+33
* Add --enable-debug --disable-compatAlasdair Kergon2003-01-211-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-5/+3
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-7/+18
* Keep certain versions of ld happy.Alasdair Kergon2002-12-051-1/+1
* Only functions listed in libdevmapper.h should get exported.Alasdair Kergon2002-11-143-6/+31
* Fix includes after DM_DIR definition move.Alasdair Kergon2002-11-143-4/+14
* Improve missing-kernel-driver error message.Alasdair Kergon2002-11-011-1/+2
* o Long-awaited ioctl interface clean-up. *** Not backwardly compatible ***Alasdair Kergon2002-06-192-88/+42
* o Knock the version check out of the makefile, Alasdair will no doubt put it...Joe Thornber2002-06-172-23/+26
* Import snapshot status & persistence + indent etc.Alasdair Kergon2002-05-102-34/+31
* Add features to get table/status & wait for next event.Patrick Caulfield2002-05-032-8/+85
* Commit snapshot-related changes preparing for the next beta release.Alasdair Kergon2002-04-232-16/+17
* More memory leak plugging.Patrick Caulfield2002-04-151-0/+2
* Rename device node during a DM_RENAME command.Patrick Caulfield2002-04-113-1/+41
* Improve log messages.Alasdair Kergon2002-03-202-4/+15
* Support device queries by uuid as well as by name. (Used by lvrename.)Alasdair Kergon2002-03-181-78/+76
* distclean also to remove libdm-common.hAlasdair Kergon2002-03-141-1/+6
* Suppress verbose/debug messages from libdevmapper.Alasdair Kergon2002-03-141-1/+9
* A missing free() found by Valgrind. ( http://developer.kde.org/~sewardj/ )Alasdair Kergon2002-03-131-0/+3
* dmsetup display uuidAlasdair Kergon2002-03-133-0/+10
* Fix _align so it works on 64-bit machines.Patrick Caulfield2002-03-121-2/+3
* Let dmsetup store the uuid on device creation.Alasdair Kergon2002-03-114-1/+27
* o dm_destroy_all() called on exit - but doesn't touch suspended devices yet.Alasdair Kergon2002-03-072-21/+18
* Kernel functionality that returns device dependencies (ejt).Alasdair Kergon2002-03-062-2/+3
* o Add support for getting dependencies for a device.Joe Thornber2002-03-062-4/+31
* Running out of filehandles? Close /dev/device-mapper/control then.Alasdair Kergon2002-02-261-0/+1
* Failure signalled by -1 not 0; MAX_DEVICES 256 (was 64); change a '>' to '>='.Alasdair Kergon2002-02-011-1/+1