History log of /freebsd-10-stable/sys/modules/ufs/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
267494 15-Jun-2014 kib

MFC r267226:
Initialize the pbuf counter for directio using SYSINIT.
Mark ffs_rawread.c as requiring both ffs and directio options to be
compiled into the kernel. Add ffs_rawread.c to the list of ufs.ko
module' sources.

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


243339 20-Nov-2012 kib

Fix module build after r243245.


219804 20-Mar-2011 kib

Retire opt_ffs_broken_fixme.h.
Instead of directly calling ffs_snapgone(), use UFS_SNAPGONE() with
usual layering.

Requested by: bde
MFC after: 1 week


193588 06-Jun-2009 rwatson

Remove opt_mac.h generation for various kernel modules that no longer
require it.

Submitted by: pjd


165450 21-Dec-2006 yar

Allow this module to get its options from the kernel build directory
instead of always hard coding them in CFLAGS. POLA is kept here:
The module file built with GENERIC stays the same.

Tested with: md5(1)


163851 31-Oct-2006 pjd

Hook up gjournal bits to the build.

Sponsored by: home.pl


143563 14-Mar-2005 phk

Remove ufs_ihash.c here as well.


116754 23-Jun-2003 iedowse

Add a few missing opt_ files to make this module compile again.


99100 30-Jun-2002 iedowse

Add a makefile for building UFS as a module. Since it is of marginal
use it is not built by default, and there are currently bugs that
prevent UFS from being unloaded. Nevertheless it can be useful when
developing UFS code on network-booted machines.