NetBSD/sys/ufs/ffs
christos 7c83b624ee We need to check if the inode is initialized for ffsv2 when we translate a
filehandle to a vnode. This can come from nfs and it could be out of range.
In that case we read garbage from the disk, end up trying to free bogus data
when we put the vnode back and we crash.
XXX: pullup-7
2015-12-23 23:31:28 +00:00
..
ffs_alloc.c Need wapbl transaction around ffs_blkfree_cg. Fixes wapbl+discard. 2015-08-12 14:52:35 +00:00
ffs_appleufs.c
ffs_balloc.c Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
ffs_bswap.c memcpy di_extb/db/ib separately. Noted by Coverity, CID 974636. 2015-05-20 18:21:17 +00:00
ffs_extern.h Disentangle buffer-cached I/O from page-cached I/O in UFS. 2015-03-27 17:27:55 +00:00
ffs_inode.c Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
ffs_quota2.c KNF, and simplify a bit. 2015-02-22 14:12:48 +00:00
ffs_snapshot.c Small fixes. 2015-06-28 10:04:32 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c We need to check if the inode is initialized for ffsv2 when we translate a 2015-12-23 23:31:28 +00:00
ffs_vnops.c
ffs_wapbl.c Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
fs.h
Makefile