Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2010 08:18:56 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/growfs growfs.c src/tools/regression/sbin Makefile src/tools/regression/sbin/growfs Makefile regress.t
Message-ID:  <201009190819.o8J8JpHT046674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2010-09-19 08:18:56 UTC

  FreeBSD src repository

  Modified files:
    sbin/growfs          growfs.c 
  Added files:
    tools/regression/sbin Makefile 
    tools/regression/sbin/growfs Makefile regress.t 
  Log:
  SVN rev 212839 on 2010-09-19 08:18:56Z by brian
  
  Revise r197763 which fixes filesystem corruption when extending
  into un-zeroed storage.
  
  The original patch was questioned by Kirk as it forces the filesystem
  to do excessive work initialising inodes on first use, and was never
  MFC'd.  This change mimics the newfs(8) approach of zeroing two
  blocks of inodes for each new cylinder group.
  
  Reviewed by:    mckusick
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.31      +13 -14    src/sbin/growfs/growfs.c
  1.1       +5 -0      src/tools/regression/sbin/Makefile (new)
  1.1       +6 -0      src/tools/regression/sbin/growfs/Makefile (new)
  1.1       +91 -0     src/tools/regression/sbin/growfs/regress.t (new)



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