summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-08-12 21:34:48 +0000
committerpfg <pfg@FreeBSD.org>2013-08-12 21:34:48 +0000
commit0b111bdfcbe8e9c5f1d30ef4226b1250231c8716 (patch)
treee860424fb0197712306853c548b2f4f68cda88d8 /sys/conf
parent3eef1145fb2dc3eb7434ad247e8dd4f79a183cd0 (diff)
downloadFreeBSD-src-0b111bdfcbe8e9c5f1d30ef4226b1250231c8716.zip
FreeBSD-src-0b111bdfcbe8e9c5f1d30ef4226b1250231c8716.tar.gz
Add read-only support for extents in ext2fs.
Basic support for extents was implemented by Zheng Liu as part of his Google Summer of Code in 2010. This support is read-only at this time. In addition to extents we also support the huge_file extension for read-only purposes. This works nicely with the additional support for birthtime/nanosec timestamps and dir_index that have been added lately. The implementation may not work for all ext4 filesystems as it doesn't support some features that are being enabled by default on recent linux like flex_bg. Nevertheless, the feature should be very useful for migration or simple access in filesystems that have been converted from ext2/3 or don't use incompatible features. Special thanks to Zheng Liu for his dedication and continued work to support ext2 in FreeBSD. Submitted by: Zheng Liu (lz@) Reviewed by: Mike Ma, Christoph Mallon (previous version) Sponsored by: Google Inc. MFC after: 3 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 17ec405..d41fbf4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2714,6 +2714,7 @@ geom/zero/g_zero.c optional geom_zero
fs/ext2fs/ext2_alloc.c optional ext2fs
fs/ext2fs/ext2_balloc.c optional ext2fs
fs/ext2fs/ext2_bmap.c optional ext2fs
+fs/ext2fs/ext2_extents.c optional ext2fs
fs/ext2fs/ext2_inode.c optional ext2fs
fs/ext2fs/ext2_inode_cnv.c optional ext2fs
fs/ext2fs/ext2_hash.c optional ext2fs
OpenPOWER on IntegriCloud