| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314651
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
using a direct hook called from kern_vfs_bio_buffer_alloc().
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.
In addition to stopping breaking the layering violation, it also
allows to link kernel when FFS is configured as module and DIRECTIO is
enabled.
One consequence of the change is that ffs_rawread.o is always linked
into the module regardless of the DIRECTIO option. This is similar to
the option QUOTA and ufs_quota.c.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Notes:
svn path=/head/; revision=267226
|
| |
|
|
| |
Notes:
svn path=/head/; revision=243339
|
| |
|
|
|
|
|
|
|
|
|
| |
Instead of directly calling ffs_snapgone(), use UFS_SNAPGONE() with
usual layering.
Requested by: bde
MFC after: 1 week
Notes:
svn path=/head/; revision=219804
|
| |
|
|
|
|
|
|
|
| |
require it.
Submitted by: pjd
Notes:
svn path=/head/; revision=193588
|
| |
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=165450
|
| |
|
|
|
|
|
| |
Sponsored by: home.pl
Notes:
svn path=/head/; revision=163851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143563
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116754
|
|
|
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.
Notes:
svn path=/head/; revision=99100
|