NetBSD/sys/ufs/ffs
dyoung 062b9b2f31 Initialize blkno to 0 right before the snapblkaddr() call that GCC does
not understand so that if ffs_copyonwrite() sprouts a new code path that
does not initialize blkno, the compiler has the chance to reveal it.
2011-02-23 17:05:33 +00:00
..
ffs_alloc.c For the UVM_PAGE_TRKOWN test do not require that the relevant pages 2010-02-21 13:55:58 +00:00
ffs_appleufs.c switch from 4 clause to 2 clause BSD license. 2010-04-24 19:58:13 +00:00
ffs_balloc.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_bswap.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ffs_extern.h PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_inode.c - ufs_balloc_range(): on error, only PG_RELEASED the pages that were 2010-02-07 17:12:40 +00:00
ffs_snapshot.c Initialize blkno to 0 right before the snapblkaddr() call that GCC does 2011-02-23 17:05:33 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Extend the range of fstrans transactions to a sequence of vnode operations 2010-12-27 18:49:42 +00:00
ffs_vnops.c ffs_reclaim: don't free an already free inode. This may happen when 2010-08-12 07:41:49 +00:00
ffs_wapbl.c For update mounts the root vnode is already in use and we must not 2010-12-24 13:38:57 +00:00
fs.h Fix block shift to work with different device block sizes. 2010-01-31 10:54:10 +00:00
Makefile