Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2007 16:53:01 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c
Message-ID:  <200704241653.l3OGr2fk057009@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2007-04-24 16:53:01 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c 
  Log:
  MFp4: Once page is written successfully, we should clear the dirty bits.
  This fixes slow operations on mmaped files, because without this fix,
  pages were written to disk multiple times.
  
  If one is looking for even greater speed up for such operation, he should
  disable ZIL (by setting vfs.zfs.zil_disable to 1 in /boot/loader.conf).
  Disabling ZIL makes fsx run ~9 times faster.
  
  Revision  Changes    Path
  1.8       +3 -0      src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c



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