LWN.net Logo

FreeBSD 7.0-RELEASE available

From:  Ken Smith <kensmith-AT-FreeBSD.org>
To:  freebsd-announce-AT-freebsd.org
Subject:  FreeBSD 7.0-RELEASE Available
Date:  Wed, 27 Feb 2008 17:19:52 -0500
Message-ID:  <20080227221952.GA14060@myers.cse.buffalo.edu>
Archive-link:  Article, Thread


The FreeBSD Release Engineering Team is pleased to announce the availability
of FreeBSD 7.0-RELEASE.  This is the first release from the 7-STABLE branch
which introduces many new features along with many improvements to
functionality present in the earlier branches.  Some of the highlights:

  - Dramatic improvements in performance and SMP scalability shown by various
    database and other benchmarks, in some cases showing peak performance
    improvements as high as 350% over FreeBSD 6.X under normal loads and
    1500% at high loads.  When compared with the best performing Linux
    kernel (2.6.22 or 2.6.24) performance is 15% better.  Results are from
    benchmarks used to analyze and improve system performance, results with
    your specific work load may vary.  Some of the changes that contribute
    to this improvement are:

	* The 1:1 libthr threading model is now the default.
	* Finer-grained IPC, networking, and scheduler locking.
	* A major focus on optimizing the SMP architecture that was
	  put in place during the 5.x and 6.x branches.

    Some benchmarks show linear scaling up to 8 CPUs.  Many workloads see
    a significant performance improvement with multicore systems.
  - The ULE scheduler is vastly improved, providing improved performance
    and interactive response (the 4BSD scheduler is still the default for
    7.0 but ULE may become the default for 7.1).
  - Experimental support for Sun's ZFS filesystem.
  - gjournal can be used to set up journaled filesystems, gvirstor can
    be used as a virtualized storage provider.
  - Read-only support for the XFS filesystem.
  - The unionfs filesystem has been fixed.
  - iSCSI initiator.
  - TSO and LRO support for some network drivers.
  - Experimental SCTP (Stream Control Transmission Protocol) support
    (FreeBSD's being the reference implementation).
  - Much improved wireless (802.11) support.
  - Network link aggregation/trunking (lagg(4)) imported from OpenBSD.
  - JIT compilation to turn BPF into native code, improving packet capture
    performance.
  - Much improved support for embedded system development for boards
    based on the ARM architecture.
  - jemalloc, a new and highly scalable user-level memory allocator.
  - freebsd-update(8) provides officially supported binary upgrades
    to new releases in addition to security fixes and errata patches.
  - X.Org 7.3, KDE 3.5.8, GNOME 2.20.2.
  - GNU C compiler 4.2.1.
  - BIND 9.4.2.

For a complete list of new features and known problems, please see the
online release notes and errata list, available at:

    http://www.FreeBSD.org/releases/7.0R/relnotes.html
    http://www.FreeBSD.org/releases/7.0R/errata.html

For more information about FreeBSD release engineering activities,
please see:

    http://www.FreeBSD.org/releng/


 Availability
 -------------

FreeBSD 7.0-RELEASE is now available for the amd64, i386, ia64, pc98,
and powerpc architectures.  The version for the sparc64 architecture will
become available in a few days.  Some of the package builds are still
in progress.

FreeBSD 7.0 can be installed from bootable ISO images or over the network;
the required files can be downloaded via FTP or BitTorrent as described in
the sections below.  While some of the smaller FTP mirrors may not carry all
architectures, they will all generally contain the more common ones, such as
i386 and amd64.

MD5 and SHA256 hashes for the release ISO images are included at the
bottom of this message.

The contents of the ISO images provided as part of the release has changed
for most of the architectures.  Using the i386 architecture as an example,
there are ISO images named "bootonly", "disc1", "disc2", "disc3", "livefs",
and "docs".  The "bootonly" image is suitable for booting a machine to do a
network based installation using FTP or NFS.  The "disc1", "disc2",  and
"disc3" images are used to do a full installation that includes a basic set
of packages and does not require network access to an FTP or NFS server
during the installation.  To boot into a "live CD-based filesystem" and
system rescue mode "disc1" and "livefs" are needed.  The "docs" image has
all of the documentation for all supported languages.  Most people will find
that "disc1", "disc2" and "disc3" are all that are needed if you want to
install some packages during the initial install, and just "disc1" if you
prefer to install packages after the initial install is completed.

FreeBSD 7.0-RELEASE can also be purchased on CD-ROM from several
vendors.  One of the vendors that will be offering FreeBSD 7.0-based
products is:

~   FreeBSD Mall, Inc.        http://www.freebsdmall.com/


 BitTorrent
 ----------

7.0-RELEASE ISOs are available via BitTorrent.  A collection of torrent
files to download the images is available at:

	http://torrents.freebsd.org:8080/


 FTP
 ---

The primary mirror site is:

  ftp://ftp.freebsd.org/pub/FreeBSD/

However before trying the primary FTP site, please check your regional
mirror(s) first by going to:

  ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD

Any additional mirror sites will be labeled ftp2, ftp3 and so on.

More information about FreeBSD mirror sites can be found at:

  http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook...

For instructions on installing FreeBSD, please see Chapter 2 of The
FreeBSD Handbook.  It provides a complete installation walk-through
for users new to FreeBSD, and can be found online at:

  http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook...


 Updating Existing Systems
 -------------------------

An upgrade of any existing system to FreeBSD 7.0-RELEASE constitutes
a major version upgrade, so no matter which method you use to update an
older system you should reinstall any ports you have installed on the machine.
This will avoid binaries becoming linked to inconsistent sets of libraries
when future port upgrades rebuild one port but not others that link to it.
This can be done with:

	# portupgrade -faP

after updating your system.  Note some of the tools to help with this
or the instructions below for FreeBSD Update are not installed by default
(e.g. portupgrade, gpg, or similar tools like portmaster).


 Updates from Source
 -------------------

The procedure for doing a source code based update is described in the
FreeBSD Handbook:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook...
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook...

The branch tag to use for updating the source is RELENG_7_0.


 FreeBSD Update
 --------------

Starting with FreeBSD 6.3, the freebsd-update(8) utility supports binary
upgrades of i386 and amd64 systems systems running earlier FreeBSD releases,
release candidates, and betas.  Users upgrading to FreeBSD 7.0 from
older releases (in particular, older than 7.0-RC1) will need to
download an updated version of freebsd-update(8) that supports upgrading
to a new release.

# fetch http://people.freebsd.org/~cperciva/freebsd-update-upgrad...

Downloading and verifying the digital signature for the tarball
(signed by the FreeBSD Security Officer's PGP key) is highly
recommended.

# fetch http://people.freebsd.org/~cperciva/freebsd-update-upgrad...
# gpg --verify freebsd-update-upgrade.tgz.asc freebsd-update-upgrade.tgz

The new freebsd-update(8) can then be extracted and run as follows:

# tar -xf freebsd-update-upgrade.tgz
# sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade
# sh freebsd-update.sh -f freebsd-update.conf install

The system must be rebooted with the newly installed kernel before
continuing.

# shutdown -r now

Next, freebsd-update.sh needs to be run again to install the new userland
components, after which all ports should be recompiled to link to new
libraries:

# sh freebsd-update.sh -f freebsd-update.conf install
# portupgrade -faP

Finally, freebsd-update.sh needs to be run one last time to remove old
system libraries, after which the system should be rebooted in order
that the updated userland and ports will be running:

# sh freebsd-update.sh -f freebsd-update.conf install
# shutdown -r now

For more information, see:

http://www.daemonology.net/blog/2007-11-11-freebsd-major-...


 Support
 -------

The FreeBSD Security Team currently plans to support FreeBSD 7.0 until
February 28th, 2009.  For more information on the Security Team and
their support of the various FreeBSD branches see:

  http://www.freebsd.org/security/


 Acknowledgments
 ----------------

Many companies donated equipment, network access, or man-hours to
support the release engineering activities for FreeBSD 7.0 including
The FreeBSD Foundation, FreeBSD Systems, Hewlett-Packard, Yahoo!,
Network Appliances, and Sentex Communications.

The release engineering team for 7.0-RELEASE includes:

Ken Smith <kensmith@FreeBSD.org>        Release Engineering,
                                        amd64, i386, sparc64 Release Building,
                                        Mirror Site Coordination
Robert Watson <rwatson@FreeBSD.org>     Release Engineering, Security
Maxime Henrion <mux@FreeBSD.org>        Release Engineering
Bruce A. Mah <bmah@FreeBSD.org>         Release Engineering, Documentation
George Neville-Neil <gnn@FreeBSD.org>   Release Engineering
Hiroki Sato <hrs@FreeBSD.org>           Release Engineering, Documentation
Murray Stokely <murray@FreeBSD.org>     Release Engineering
Marcel Moolenaar <marcel@FreeBSD.org>   ia64, powerpc Release Building
Takahashi Yoshihiro <nyan@FreeBSD.org>  PC98 Release Building
Kris Kennaway <kris@FreeBSD.org>        Package Building
Joe Marcus Clarke <marcus@FreeBSD.org>  Package Building
Erwin Lansing <erwin@FreeBSD.org>       Package Building
Mark Linimon <linimon@FreeBSD.org>      Package Building
Pav Lucistnik <pav@FreeBSD.org>         Package Building
Colin Percival <cperciva@FreeBSD.org>   Security Officer
Simon Nielsen <simon@FreeBSD.org>       Deputy Security Officer
Peter Wemm <peter@FreeBSD.org>          Bittorrent Coordination


 Trademark
 ---------

FreeBSD is a registered trademark of The FreeBSD Foundation.

 ISO Image Checksums
 -------------------

MD5 (7.0-RELEASE-amd64-bootonly.iso) = 60ff91f3a0851077a2c335f830e1e028
MD5 (7.0-RELEASE-amd64-disc1.iso) = 0232f1b6ffde0e3e76034c9f10791acd
MD5 (7.0-RELEASE-amd64-disc2.iso) = 17be33da3bdddfce3b32e697724e021e
MD5 (7.0-RELEASE-amd64-disc3.iso) = 3d001985149acc50a5857626f20ddb93
MD5 (7.0-RELEASE-amd64-docs.iso) = b0877e52f08aecd2e70ce86bd1ceb554
MD5 (7.0-RELEASE-amd64-livefs.iso) = 6fea83a3679e8ac785c685f0e446788b

MD5 (7.0-RELEASE-i386-bootonly.iso) = cb4f8d05d07aa74f2038050e53673455
MD5 (7.0-RELEASE-i386-disc1.iso) = 5f185a688ef2e0db59105e8f439c8620
MD5 (7.0-RELEASE-i386-disc2.iso) = bb59156b4fc1f9c148095b8c239c827a
MD5 (7.0-RELEASE-i386-disc3.iso) = 44de27d5f6bcdbf14e3db38c84f12348
MD5 (7.0-RELEASE-i386-docs.iso) = bcf16778ecc73975024a8e6450ee4ba4
MD5 (7.0-RELEASE-i386-livefs.iso) = abe6773601feda1dc56dade0022fca59

MD5 (7.0-RELEASE-ia64-bootonly.iso) = 0acd75c4c191609bd5d39428c556f59c
MD5 (7.0-RELEASE-ia64-disc1.iso) = f79c20fcf15d084d1b1bc47023678ecf
MD5 (7.0-RELEASE-ia64-disc2.iso) = 517ae3572002f7deba02f5f35799bcee
MD5 (7.0-RELEASE-ia64-disc3.iso) = 2d6c64c4f3e166e8e329977c94c6ea72
MD5 (7.0-RELEASE-ia64-docs.iso) = 262a7dda8a7e0747807f1c32c293eb4b
MD5 (7.0-RELEASE-ia64-livefs.iso) = 1b4daa26d5a89130f7e45e85fd1501a7

MD5 (7.0-RELEASE-pc98-bootonly.iso) = 0359f519b7185b1747524d3a3a433f52
MD5 (7.0-RELEASE-pc98-disc1.iso) = 90889420c8afc72d8a3dbce45c21c716
MD5 (7.0-RELEASE-pc98-livefs.iso) = 583e4d51629a0c644495e56eb899b917

MD5 (7.0-RELEASE-powerpc-bootonly.iso) = ba968855e8ccfcdfce0657cf591307fa
MD5 (7.0-RELEASE-powerpc-disc1.iso) = b553330bd7ccc1683559a6507ab0e304
MD5 (7.0-RELEASE-powerpc-disc2.iso) = bb58530a5b623fad5f55d17cc382cc2d
MD5 (7.0-RELEASE-powerpc-disc3.iso) = d1dd0645b24f16aa01e2e3f6c88f189a
MD5 (7.0-RELEASE-powerpc-docs.iso) = 84a164f4795894b9bb247ea16c97c645

SHA256 (7.0-RELEASE-amd64-bootonly.iso) =
596bc89d0926fd15ae16d8f3c4c5735289c7553bdac8062284940830c26d2555
SHA256 (7.0-RELEASE-amd64-disc1.iso) =
d3b206eb74df7559041dd9054de7352b9a67d4f350e75f433c7fb001bf4b5c6f
SHA256 (7.0-RELEASE-amd64-disc2.iso) =
296e02387794b06992c294450b4c6c07cc6a5530f415901492dcd721809d96b5
SHA256 (7.0-RELEASE-amd64-disc3.iso) =
683545d8768a3f7fa1ae5a2c0f2586e88a09b43b9b1f57da384c30339fd889e5
SHA256 (7.0-RELEASE-amd64-docs.iso) =
6d69c5c27a4e5891fed9a88e5825af803558c14281257bc3b325b00a2a62a966
SHA256 (7.0-RELEASE-amd64-livefs.iso) =
596b5f69d7f2c4e17f66e0fd1306a192cc03a700b0dce3532e95abffd5e5344a

SHA256 (7.0-RELEASE-i386-bootonly.iso) =
3184674f1833c7abdc687672188e1189f61d5f7239ba48df584787b8e1d0273b
SHA256 (7.0-RELEASE-i386-disc1.iso) =
7480c74dda9a78805ab0d647b23eb71cac43f4afce83ff65ad9f2019423583af
SHA256 (7.0-RELEASE-i386-disc2.iso) =
55c12b9c7239ee22e84594e07736c4b73e5788a6330cd76a199c1b99bd4bea51
SHA256 (7.0-RELEASE-i386-disc3.iso) =
2812afd48559c5b38338eee0697c33b25d9127f60b03eb04c77799ac6523dde0
SHA256 (7.0-RELEASE-i386-docs.iso) =
428fc1d0fc820326be04c673bd8c228fbccd0761d59e50b11dfd8e508820a661
SHA256 (7.0-RELEASE-i386-livefs.iso) =
6ca035fa860f6942b983de628fc1df829c22e7c55a7ab4d0bb342a5c53792f94

SHA256 (7.0-RELEASE-ia64-bootonly.iso) =
a133c1acf597dc7a36ec0239cb4aa93ca08e85a95f47f3bad8e9eed4f494928e
SHA256 (7.0-RELEASE-ia64-disc1.iso) =
1d2c1de094705f095adf5ffc76e34da3ed8a881409766e5450b22a33a3c8626e
SHA256 (7.0-RELEASE-ia64-disc2.iso) =
c628e4abfac5f87ea6a0ba899db023b21115ce817620d2a48a261e2af6daae56
SHA256 (7.0-RELEASE-ia64-disc3.iso) =
22b7192b52f7765a5f42fff284fe58eaaad068f2021ddcecbf11b9bd02a3db49
SHA256 (7.0-RELEASE-ia64-docs.iso) =
a103f78ab620120c0fc945ad7b07b85c4a182f8e045b17dcfc8ba5faf9d21a88
SHA256 (7.0-RELEASE-ia64-livefs.iso) =
3adcd9e3afd3b52f75b1f4b0c0a02dbb6af4bcbc016b3837bd527a01702af847

SHA256 (7.0-RELEASE-pc98-bootonly.iso) =
8e6ee4327af57ed6ddb3c890c5cc8e8b051bbc51cfa7a1c7cd53bd4685dbc01d
SHA256 (7.0-RELEASE-pc98-disc1.iso) =
c4ec9b975f68ea7f278462fff0db8f6138d57effa462e3b20035994155e93c4b
SHA256 (7.0-RELEASE-pc98-livefs.iso) =
20f6cc867590798c79716e771abf4c6880452defd5dcd0aed21161d54ab3d40e

SHA256 (7.0-RELEASE-powerpc-bootonly.iso) =
86a6398f34e9f933adfd717024dd3eefd4e209f940cc3487c047cb979ec8dbfa
SHA256 (7.0-RELEASE-powerpc-disc1.iso) =
b75e61be2f3daac9898e61c7e00086fcc039bf894211800bd40335424e5afc7d
SHA256 (7.0-RELEASE-powerpc-disc2.iso) =
69ffdea7850aa2ebd609851ca22dfe2c92d1d7606ac621e99de3b6e2998be553
SHA256 (7.0-RELEASE-powerpc-disc3.iso) =
1f1cacb35e647e3480c120ba19e8b3b55b8d02f98b7672784a5e729ced840a48
SHA256 (7.0-RELEASE-powerpc-docs.iso) =
e6c2965dbced365738c7816dfaf47ab2eec450aff2dd8d9ae4ee10d015458785




(Log in to post comments)

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 15:59 UTC (Thu) by jospoortvliet (subscriber, #33164) [Link]

> When compared with the best performing Linux kernel (2.6.22 or 2.6.24) 
performance is 15% better.

Looks like a lovely teaser. Good thing to set the bar a little higher :D

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 18:37 UTC (Thu) by cpeterso (subscriber, #305) [Link]

Give the Linux guys a day or two. I'm someone will submit a patch to LKML to address the
problem. :)

Joking aside, when faced with quantifiable benchmarks, the Linux kernel devs respond well.
It's a win-win situation.

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 17:07 UTC (Thu) by leopinheiro (guest, #45660) [Link]

> When compared with the best performing Linux kernel (2.6.22 or 2.6.24) performance is 15% 
better.  Results are from benchmarks used to analyze and improve system performance, results
with 
your specific work load may vary.

LOL
Please show us the benchmarks.

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 17:14 UTC (Thu) by rsidd (subscriber, #2582) [Link]

Here you go.

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 17:29 UTC (Thu) by kripkenstein (subscriber, #43281) [Link]

Thanks for the link. For those that want a quick peek, the relevant slides are 18-19.

So, this 15% benchmark is on MySQL. As a single benchmark, it is not that conclusive, but
still very interesting (there was also a benchmark of PostgreSQL, but the 15% figure is from
the MySQL one). Also interesting is that Linux with the new scheduler, CFS, does around 20%
*worse* than an older Linux kernel without CFS.

Is CFS that bad? Anecdotally, I am seeing quite poor multitasking performance on Ubuntu Hardy
over here (bug: https://bugs.launchpad.net/ubuntu/+bug/190754 ). I've heard some people blame
CFS for it, but I really have no idea if that's the case. Perhaps someone here knows more?

P.S. Kudos to Kris Kennaway for writing the slides using Latex/Beamer.

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 17:40 UTC (Thu) by rsidd (subscriber, #2582) [Link]

The release notes mention that FreeBSD does 15% better than the best-performing Linux kernels,
2.6.22 and 2.6.24.  So presumably they fixed whatever was wrong with CFS in 2.6.23...

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 17:46 UTC (Thu) by kripkenstein (subscriber, #43281) [Link]

Hmm, perhaps they fixed whatever was wrong in 2.6.23, I have no idea. I am on 2.6.24 on Ubuntu
Hardy here, and there are definitely issues with multitasking and responsiveness.

But the problem might be unrelated to the scheduler (even though that seems an obvious first
guess).

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 18:43 UTC (Thu) by cyrus (guest, #36858) [Link]

Looking at your launchpad entry, Kim Krecht suggests that this problem only occurs with
PulseAudio. Can you confirm this?

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 19:48 UTC (Thu) by kripkenstein (subscriber, #43281) [Link]

While the issue is most obvious with audio (which uses PulseAudio), it also occurs with video.
If I load a complex webpage in Firefox, for example, while watching a movie in Totem then the
video is shown in a 'jerky' manner during the 100% CPU usage in Firefox.

So, the audio is most noticeable - music is out of rhythm, there is static noise, it's very
distracting - but the poor multitasking is also an issue with video.

In both cases I suspect the issue is mostly on low-end computers. My desktop is an Athlon3000,
downclocked to 1GHz (to keep it cool). Things are very noticeable there. At 2Ghz, you might
not notice it and dismiss the issue, which is why I suspect there aren't more reports of this
bug (most people testing Hardy probably have fast computers).

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 23:58 UTC (Thu) by man_ls (subscriber, #15091) [Link]

Hmmm, I was going to suggest the low-latency kernel, but it is only available for Feisty Fawn. Pity, I saw much better responsiveness with it. You could try compiling your own kernel with preempt=voluntary (desktop) or even preempt=realtime.

PulseAudio stuttering

Posted Mar 6, 2008 13:18 UTC (Thu) by midg3t (guest, #30998) [Link]

Are you running pulseaudio at elevated priority?

PulseAudio stuttering

Posted Mar 6, 2008 13:23 UTC (Thu) by kripkenstein (subscriber, #43281) [Link]

Hmm, I didn't make any change to the defaults here. Looking in top, it appears it is at PR 20
and Nice 0.


FreeBSD 7.0-RELEASE available

Posted Mar 2, 2008 3:20 UTC (Sun) by dirtyepic (subscriber, #30178) [Link]

Is CFS that bad? Anecdotally, I am seeing quite poor multitasking performance on Ubuntu Hardy over here (bug: https://bugs.launchpad.net/ubuntu/+bug/190754 ). I've heard some people blame CFS for it, but I really have no idea if that's the case. Perhaps someone here knows more?

I've noticed a lot of latency issues on my laptop running Gentoo, which is generally compiling endlessly (i do a lot of gcc snapshot testing against our tree) which began around the time the kernel switched to CFS, though I can't say it's anything but coincidence and wouldn't have the first clue how to go about finding out. Again, anecdotal evidence, which is usually worse than no evidence at all. ;)

FreeBSD 7.0-RELEASE available

Posted Mar 2, 2008 19:41 UTC (Sun) by zlynx (subscriber, #2285) [Link]

My anecdotal evidence is that CFS gave my Gentoo-compiling laptop much, much better
interactive feel.

The thing that hurts interactivity for me is disk writes, the IO queue fills and then its
goodbye disk scheduling, hello, pause, page-in, pause, screen update, pause, lag, lag, lag.

FreeBSD 7.0-RELEASE available

Posted Mar 6, 2008 20:28 UTC (Thu) by leoc (subscriber, #39773) [Link]

FreeBSD 7.0-RELEASE available

Posted Feb 28, 2008 18:54 UTC (Thu) by cyrus (guest, #36858) [Link]

If I understand it correctly, fine-grained file(descriptor) locking gave them a HUGE boost in
the MySQL/Postgres benchmarks. Last time I checked, file locking was still using the BKL under
Linux, so it might be good idea to attack this problem (any volunteers? ;)

FreeBSD 7.0-RELEASE available

Posted Feb 29, 2008 13:44 UTC (Fri) by andikleen (guest, #39006) [Link]

That "last time" must have been at or before Linux 2.0 which came out in ~1996. Linux hasn't
used BKL in significant parts of the VFS (except perhaps
ioctl/fcntl) for a long time.

FreeBSD 7.0-RELEASE available

Posted Feb 29, 2008 18:34 UTC (Fri) by ballombe (subscriber, #9523) [Link]

Is not fcntl precisely used for file locking (F_SETLK/F_GETLK) ?

FreeBSD 7.0-RELEASE available

Posted Feb 29, 2008 19:32 UTC (Fri) by cyrus (guest, #36858) [Link]

Jonathan mentioned it in his 2004 article "The BKL lives on". 
Quoting "The file locking code still requires the BKL." 
http://lwn.net/Articles/86859/

FreeBSD 7.0-RELEASE available

Posted Feb 29, 2008 19:49 UTC (Fri) by cyrus (guest, #36858) [Link]

I guess what i meant is the "global file list lock". Peter Zijlstra posted a patch in January
2007 but it wasn't accepted. See http://lkml.org/lkml/2007/1/28/29.

Along the lines Ingo Molnar posted some benchmarks: http://lkml.org/lkml/2007/1/28/116 You can
clearly see the improvements. Maybe Peter can start another attempt to get this upstream.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds