summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-0/+20
* export bitset, pool, hash, mallocAlasdair Kergon2005-10-1612-198/+462
* Code to build and display device dependency tree.Alasdair Kergon2005-10-1616-41/+2004
* Add dmsetup --nolockfs support for suspend/reload.Alasdair Kergon2005-10-044-0/+12
* Remember increased buffer size and use for subsequent calls.Alasdair Kergon2005-09-201-9/+15
* Explicitly initialise no_open_countAlasdair Kergon2005-09-201-0/+1
* On 'buffer full' condition, double buffer size and repeat ioctl. [Untested]Alasdair Kergon2005-09-191-35/+63
* Report 'buffer full' condition with v4 ioctl as well as with v1.Alasdair Kergon2005-08-081-0/+4
* Use matchpathcon mode parameterAlasdair Kergon2005-06-133-9/+10
* o print the context along with the path when setting selinux contextAJ Lewis2005-06-101-1/+2
* Timeout event implementation:Benjamin Marzinski2005-06-091-0/+6
* Basic support for mirrors.Alasdair Kergon2005-06-011-0/+27
* Call dm_lib_exit() and dm_lib_release() automatically now.Alasdair Kergon2005-05-162-5/+4
* Fix contiguous allocations with linear.Alasdair Kergon2005-05-111-0/+8
* o stick multilog into the dm-event lib and dmeventd code againAJ Lewis2005-05-031-9/+0
* changed client_path and sever_path from 'char *' to 'const char *' to stopBenjamin Marzinski2005-04-291-2/+2
* first changes to get comms back to work after flock changesHeinz Mauelshagen2005-04-291-4/+19
* o adds dm_get_next_registered_device() (not functional yet)Alasdair Kergon2005-04-281-0/+3
* Prototype for a device-mapper event-handling daemon.Alasdair Kergon2005-04-272-0/+88
* more refinementsAlasdair Kergon2005-04-061-9/+10
* Annotate, tidy and extend list.h.Alasdair Kergon2005-04-061-9/+99
* Add option to compile without ioctl for testing.Alasdair Kergon2005-01-274-19/+42
* Add dm_task_no_open_count() to skip getting open_count.Alasdair Kergon2005-01-124-1/+16
* Fix /proc/devices parsing.Alasdair Kergon2005-01-071-2/+1
* Attempt to fix /dev/mapper/control transparently if it's wrong.Alasdair Kergon2005-01-066-26/+244
* Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.Alasdair Kergon2005-01-055-15/+51
* Support device referencing by uuid or major/minor.Alasdair Kergon2004-10-011-5/+14
* printf->fprintfAlasdair Kergon2004-10-011-1/+1
* set_selinux_context() return code fixAlasdair Kergon2004-07-031-1/+1
* Fix device number handling for 2.6 kernels.Alasdair Kergon2004-07-013-3/+3
* Fix targets string size calc in driver.Alasdair Kergon2004-06-201-1/+1
* Support new target message ioctl.Alasdair Kergon2004-06-085-5/+65
* config option to avoid using install -o -gAlasdair Kergon2004-04-191-5/+5
* Ignore error setting selinux file context if fs doesn't support it.Alasdair Kergon2004-04-161-1/+1
* add some selinux supportAlasdair Kergon2004-04-061-0/+33
* Fix dmsetup.static install.Alasdair Kergon2004-04-061-1/+1
* Combine static/dynamic build.Alasdair Kergon2004-04-051-3/+3
* Move library targets definition into template.Alasdair Kergon2004-04-051-2/+0
* Build process fixes/tidy-ups.Alasdair Kergon2004-04-022-8/+15
* Add 2.4 support for DM_LIST_VERSIONS (dmsetup targets).Alasdair Kergon2004-03-311-0/+2
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* Update copyright messages.Alasdair Kergon2004-03-307-14/+76
* Move full mknodes functionality from dmsetup into libdevmapper.Alasdair Kergon2004-03-301-0/+78
* more syncing with lvm2 build processAlasdair Kergon2004-02-242-32/+27
* Extract log.h and tweak funcs to be like lvm2 ones.Alasdair Kergon2004-02-243-15/+2
* more makefile syncingAlasdair Kergon2004-02-241-1/+4
* Static build too.Alasdair Kergon2004-01-281-2/+12
* Userspace support for LIST_VERSIONS ioctl.Alasdair Kergon2004-01-234-17/+40
* Option to revert to default logging function after using a custom one.Alasdair Kergon2003-12-212-3/+6
* dmsetup mknodesAlasdair Kergon2003-11-133-3/+25