History log of /netbsd/external/gpl2/lvm2/dist/lib/device/dev-io.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 42128705 29-Dec-2010 haad <haad@NetBSD.org>

Fix my yesterday fix and finally make _get_dev_size recognise partition size
for device without DIOWEDGEINFO, where DIOCGDINFO is used. Patch tested by
Martin Mersberger.


# dacda4de 29-Dec-2010 haad <haad@NetBSD.org>

Fix bug added by my last commit. This should fix

PR: bin/44286

Reported by: mlelstv@ and Martin Mersberger.


# e9e59aca 23-Dec-2010 haad <haad@NetBSD.org>

Change way how we get device size from device. Do not use LSEEK but
DIOCGWEDGEINFO and DIOCGDINFO. This should fix problem with raidframe + lvm
reported by

Toby Karyadi on current-users@.

Thanks fo

Change way how we get device size from device. Do not use LSEEK but
DIOCGWEDGEINFO and DIOCGDINFO. This should fix problem with raidframe + lvm
reported by

Toby Karyadi on current-users@.

Thanks for reporting this issue.

show more ...


# 4ebb5d99 23-Dec-2010 mlelstv <mlelstv@NetBSD.org>

Get sector size from device properties using DIOCGDISKINFO and
use the disklabel (DIOCGDINFO) only as a fallback. This works
with wedges.


# 0fa7e5a8 02-Dec-2009 haad <haad@NetBSD.org>

Fix build, add missing symbols, remove unknown ioctls etc.


# d685da8d 02-Dec-2009 haad <haad@NetBSD.org>

Fix cinflicts created by import of latest lvm2tools LVM2-2-02-56.


# 526dfe53 18-Feb-2009 haad <haad@NetBSD.org>

Merge conflicts and NetBSD local changes.


# 0501d89c 06-Jan-2009 haad <haad@NetBSD.org>

Remove error prints which are not fatal on NetBSD.


# c6f73bb8 22-Dec-2008 haad <haad@NetBSD.org>

Add NetBSD bits to the original LVM2 tools sources.


# 56a34939 22-Dec-2008 haad <haad@NetBSD.org>

Import of lvm2tools 2.03.43 and libdevmapper 1.02.29. Needed to fix
haad-dm merge, because current lvm2tools sources are broken and will be
removed.