Linux Kernel 2.4 Useful Patches

Web access to the GIT repository - GIT access to the repository

device-mapper : Device Mapper for kernel 2.4

The Device-mapper is a new component of the linux kernel that supports logical volume management. It is required by LVM2 and EVMS. The original LVM (included in stock 2.4 kernels) does not use it.

Description:Device Mapper for kernel 2.4
Author(s):Alasdair Kergon, Christophe Saout
Abstract:The Device-mapper is a new component of the linux kernel that supports logical volume management. It is required by LVM2 and EVMS. The original LVM (included in stock 2.4 kernels) does not use it.

Notes

If you intend to use Device-mapper, as well as adding it to your kernel, you should install the userspace configuration tool (dmsetup) and library (libdevmapper). Don't forget to apply the VFS locking patch too. Note: some freezes have been reported when using device mapper and grsec, although there's nothing proving that grsec might cause the problem.

Contents


(C) Willy Tarreau - 2008-06-01