CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2013/04/23 14:42:38
Modified files: sys/ufs/ffs : ffs_alloc.c ffs_balloc.c fs.h Log message: change ffs layout policy. try to pack meta data in close to the start of each cylinder group, which should speed up disk access a little and fsck substantially. adapted from freebsd. for more info: www.mckusick.com/publications/faster_fsck.pdf ok deraadt