NetBSD/sys/ufs
martin 66a0de5235 Pull up following revision(s) (requested by chs in ticket #1633):
sys/ufs/ffs/ffs_snapshot.c: revision 1.155

ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit:
  commit 364ed814e7285c8216d8a201d3ab3674eb34ce29
  Author: Kirk McKusick <mckusick@FreeBSD.org>
  Date:   Thu Dec 9 21:24:00 2004 +0000
    Fixes a bug that caused UFS2 filesystems bigger than 2TB to
    prematurely report that they were full and/or to panic the kernel
    with the message ``ffs_clusteralloc: allocated out of group''.
    Submitted by:   Henry Whincup <henry@jot.to>
    MFC after:      1 week

all the other changes in that commit were applied previously by others:
 - sborrill commmitted ffs_alloc.c rev 1.123 in 2009
 - simonb committed ffs_alloc.c rev 1.110 in 2008
 - the ffs_clusteralloc() part is not needed because we no longer have
   that function.

fixes PR 57307
2023-05-13 12:23:13 +00:00
..
chfs Split the ufs code out of the ffs module and into its own module. 2019-06-20 03:31:29 +00:00
ext2fs Split the ufs code out of the ffs module and into its own module. 2019-06-20 03:31:29 +00:00
ffs Pull up following revision(s) (requested by chs in ticket #1633): 2023-05-13 12:23:13 +00:00
lfs Pull up following revision(s) (requested by riastradh in ticket #1050): 2020-08-17 10:30:22 +00:00
mfs Remove superfluous VOP_UNLOCK(), vnode will be unlocked from spec_reclaim(). 2019-02-20 10:03:55 +00:00
ufs Pull up following revision(s) (requested by hannken in ticket #1440): 2022-04-27 16:53:32 +00:00
Makefile
files.ufs Don't include any of the ufs code if all the dependent filesystems are missing. 2019-06-17 03:32:58 +00:00