Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2002 13:44:21 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/md md.c
Message-ID:  <200205252044.g4PKiLl51670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/05/25 13:44:20 PDT

  Modified files:
    sys/dev/md           md.c 
  Log:
  Give the "malloc" backing of md(4) an adaptive multilevel index tree to
  remove the need for a contiguous array with pointers to all the sectors.
  
  Try to make failure to malloc(9) memory a non-hang situation.
  
  Eventually this will allow us to test the 64bit cleanness of the disk
  I/O patch, but more work is outstanding here and elsewhere.
  
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.59      +225 -64   src/sys/dev/md/md.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205252044.g4PKiLl51670>