freebsd-src/sys/fs/ext2fs
Pedro F. Giffuni 67da48a15b ext2fs: fully enable ext4 read-only support.
The ext4 developers tend to tag Ext4-specific flags as
"incompatible" even when such features are not relevant for
read-only support.  This is a consequence of the process
though which this filesystem is implemented without design
and the fact that some new features are not extensible to
ext2/3.

Organize the features according to what we support and sort
them so that we can now read-only mount filesystems with
some features that may be found in newly formatted ext4 fs.

Submitted by:	Zheng Liu
Reviewed by:	pfg
MFC after:	5 days
2014-02-22 22:07:16 +00:00
..
ext2_alloc.c ext2fs: Re-enable reallocblk. 2014-01-24 20:26:00 +00:00
ext2_balloc.c Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_bmap.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2_dinode.h ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags. 2014-01-21 19:06:29 +00:00
ext2_dir.h Initial implementation of the HTree directory index. 2013-07-06 18:28:06 +00:00
ext2_extents.c Add read-only support for extents in ext2fs. 2013-08-12 21:34:48 +00:00
ext2_extents.h Add read-only support for extents in ext2fs. 2013-08-12 21:34:48 +00:00
ext2_extern.h Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_hash.c ext2fs: make the hashing algorithm match the linux code. 2013-12-23 19:47:34 +00:00
ext2_htree.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2_inode.c Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_inode_cnv.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2_lookup.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2_mount.h ext2fs: Remove unused em_e2fsb definition.. 2013-02-05 03:23:56 +00:00
ext2_subr.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2_vfsops.c ext2fs: fully enable ext4 read-only support. 2014-02-22 22:07:16 +00:00
ext2_vnops.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2fs.h ext2fs: fully enable ext4 read-only support. 2014-02-22 22:07:16 +00:00
fs.h Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
htree.h Initial implementation of the HTree directory index. 2013-07-06 18:28:06 +00:00
inode.h ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00