linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5 version of device mapper submission
@ 2002-10-09 18:12 Joe Thornber
  2002-10-09 18:31 ` Andrew Morton
  2002-10-12 20:05 ` Alan Cox
  0 siblings, 2 replies; 17+ messages in thread
From: Joe Thornber @ 2002-10-09 18:12 UTC (permalink / raw)
  To: Linux Mailing List, linux-lvm

The 2.5 port of device-mapper is available from:

   bk://device-mapper.bkbits.net/2.5-stable

There are 6 changesets in here that are summarised at the end of this
email.

If you wish to use it you will need to install libdevmapper:

   ftp://ftp.sistina.com/pub/LVM2/device-mapper/device-mapper-latest.tgz

and then either use dmsetup, or the LVM tools:

   ftp://ftp.sistina.com/pub/LVM2/tools/LVM2.0-latest.tgz

Initial testing has been successful, though it hasn't been exercised
nearly as much as the stable 2.4 releases.

There is a chunk of ~50 lines in dm.c, which I have clearly labelled,
this is stop gap block splitting code that will be replaced with the
correct use of queue->merge_bvec_fn etc.  However before I can make
this change there are a couple of other patches to the block layer
that I want to merge.

Since the feature freeze is looming I would appreciate it if this code
was merged now.  Allowing me to patch/argue to get the extra
performance at my leisure.  Good plan ?

Slightly more info available at: http://people.sistina.com/~thornber/

-  Joe Thornber




ChangeSet@1.709, 2002-10-09 17:06:21+01:00, thornber@sistina.com
  [mempool]
  Most people use mempools in conjunction with slabs, this defines 
  a couple of utility functions for allocing/freeing.

ChangeSet@1.710, 2002-10-09 17:09:58+01:00, thornber@sistina.com
  [vmalloc]
  Introduce vcalloc, I only really want it to automate the size overflow
  check when allocating arrays.

ChangeSet@1.711, 2002-10-09 17:28:44+01:00, thornber@sistina.com
  [Device mapper]
  The core of the device-mapper driver.  No interface or target types 
  included as yet.
ftp://ftp.sistina.com/pub/LVM2/tools/LVM
ChangeSet@1.712, 2002-10-09 17:33:00+01:00, thornber@sistina.com
  [Device mapper]
  The linear target maps a contigous range of logical sectors onto an
  contiguous range of physical sectors.

ChangeSet@1.713, 2002-10-09 17:36:55+01:00, thornber@sistina.com
  [Device mapper]
  The stripe target.  Maps a range of logical sectors across many
  physical volumes.

ChangeSet@1.714, 2002-10-09 17:41:10+01:00, thornber@sistina.com
  [Device mapper]
  Provide a traditional ioctl based interface to control device-mapper
  from userland.







^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2002-10-15 15:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09 18:12 [PATCH] 2.5 version of device mapper submission Joe Thornber
2002-10-09 18:31 ` Andrew Morton
2002-10-09 18:44   ` Joe Thornber
2002-10-12 20:05 ` Alan Cox
2002-10-12 20:19   ` Alan Cox
2002-10-14 16:59     ` [linux-lvm] " Austin Gonyou
2002-10-14 17:11       ` Dave Jones
2002-10-14 17:13         ` [linux-lvm] Re: [PATCH] 2.5 version of device mapper submissi on Austin Gonyou
2002-10-14 17:56       ` [linux-lvm] Re: [PATCH] 2.5 version of device mapper submission Joe Thornber
2002-10-14 21:03         ` [linux-lvm] Re: [PATCH] 2.5 version of device mapper submissi on Austin Gonyou
2002-10-15  8:21         ` [linux-lvm] Re: [PATCH] 2.5 version of device mapper submission Jens Axboe
2002-10-15  9:32           ` Joe Thornber
2002-10-15  9:36             ` Jens Axboe
2002-10-15 10:20               ` Joe Thornber
2002-10-15 10:34                 ` Jens Axboe
2002-10-15 14:52                   ` Kevin Corry
2002-10-15 15:06                     ` Kevin Corry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).