Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2009 10:34:43 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_buf.c src/sys/kern vfs_bio.c src/sys/sys buf.h proc.h src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200905051035.n45AZbcG030976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-05-05 10:34:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/gnu/fs/xfs/FreeBSD xfs_buf.c 
    sys/kern             vfs_bio.c 
    sys/sys              buf.h proc.h 
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  SVN rev 191813 on 2009-05-05 10:34:43Z by kib
  
  MFC r189878:
  Fix two issues with bufdaemon, often causing the processes to hang in
  the "nbufkv" sleep.
  
  Do not retry request for the new block from ffs_bufwrite() when write is done
  from bufdaemon and there is a buffer shortage.
  
  In getnewbuf(), help bufdaemon to flush dirty buffers owned by the vnode
  locked by curthread.
  
  For MFC, default value for sysctl vfs.flushbufqtarget is set to -1,
  disabling the helpers. The TDP_BUFNEED flag value from HEAD conflicts
  with TDP_UPCALLING KSE bit, so it is moved to the end of allocated bits.
  
  Revision    Changes    Path
  1.2.2.1     +3 -3      src/sys/gnu/fs/xfs/FreeBSD/xfs_buf.c
  1.528.2.6   +118 -45   src/sys/kern/vfs_bio.c
  1.196.2.1   +2 -1      src/sys/sys/buf.h
  1.491.2.13  +1 -0      src/sys/sys/proc.h
  1.329.2.17  +4 -1      src/sys/ufs/ffs/ffs_vfsops.c



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