freebsd-skq/sys/fs/ext2fs
Pedro F. Giffuni 244f00cc0d ext2fs: add two new reserved inodes.
According to online documentation [1], Ext4 has two new "special"
inodes so add the new exclude and replica inodes.

Reference:
[1] https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout

Reported by:	Mike Ma
MFC after:	3 weeks
2013-12-04 02:27:52 +00:00
..
ext2_alloc.c Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_balloc.c Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_bmap.c Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_dinode.h ext2fs: add two new reserved inodes. 2013-12-04 02:27:52 +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 Small typo. 2013-08-08 22:07:59 +00:00
ext2_htree.c ext2fs: temporarily disable htree directory index. 2013-09-07 02:45:51 +00:00
ext2_inode_cnv.c Add read-only support for extents in ext2fs. 2013-08-12 21:34:48 +00:00
ext2_inode.c Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00
ext2_lookup.c ext2fs: temporarily disable htree directory index. 2013-09-07 02:45:51 +00:00
ext2_mount.h ext2fs: Remove unused em_e2fsb definition.. 2013-02-05 03:23:56 +00:00
ext2_subr.c ext2fs: update format specifiers for ext4 type. 2013-08-14 14:22:46 +00:00
ext2_vfsops.c Add read-only support for extents in ext2fs. 2013-08-12 21:34:48 +00:00
ext2_vnops.c UFS2: make di_extsize unsigned. 2013-10-24 00:33:29 +00:00
ext2fs.h Add read-only support for extents in ext2fs. 2013-08-12 21:34:48 +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 Define ext2fs local types and use them. 2013-08-13 15:40:43 +00:00