Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2010 17:55:29 +0000 (UTC)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libufs cgroup.c sblock.c src/sbin/growfs growfs.c src/sbin/newfs mkfs.c newfs.c newfs.h src/sbin/tunefs tunefs.c src/sys/ufs/ffs ffs_alloc.c fs.h
Message-ID:  <201002271809.o1RI9RKt094806@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

mckusick    2010-02-27 17:55:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libufs           cgroup.c sblock.c 
    sbin/growfs          growfs.c 
    sbin/newfs           mkfs.c newfs.c newfs.h 
    sbin/tunefs          tunefs.c 
    sys/ufs/ffs          ffs_alloc.c fs.h 
  Log:
  SVN rev 204419 on 2010-02-27 17:55:29Z by mckusick
  
  MFC of 203763, 203764, 203768, 203769, 203770, 203782, and 203784.
  
  These fixes correct a problem in the file system that treats large
  inode numbers as negative rather than unsigned. For a default
  (16K block) file system, this bug began to show up at a file system
  size above about 16Tb.
  
  These fixes also update newfs to ensure that it will never create a
  filesystem with more than 2^32 inodes.
  
  They also update libufs, tunefs, and growfs so that they properly
  handle inode numbers as unsigned.
  
  Reported by: Scott Burns, John Kilburg, and Bruce Evans
  Followup by: Jeff Roberson
  PR:          133980
  
  Revision   Changes    Path
  1.4.2.1    +1 -1      src/lib/libufs/cgroup.c
  1.10.20.1  +1 -1      src/lib/libufs/sblock.c
  1.25.2.2   +8 -8      src/sbin/growfs/growfs.c
  1.92.2.1   +49 -12    src/sbin/newfs/mkfs.c
  1.82.2.1   +0 -46     src/sbin/newfs/newfs.c
  1.18.2.1   +32 -0     src/sbin/newfs/newfs.h
  1.43.2.1   +2 -2      src/sbin/tunefs/tunefs.c
  1.147.2.7  +38 -32    src/sys/ufs/ffs/ffs_alloc.c
  1.49.2.1   +26 -26    src/sys/ufs/ffs/fs.h



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