freebsd-dev/sys/fs/ext2fs
Pedro F. Giffuni afbad87898 ext2fs: passthrough any extra timestamps to the dinode struct.
In general we don't trust any of the extended timestamps unless the
EXT2F_ROCOMPAT_EXTRA_ISIZE feature is set. However, in the case where
we freshly allocated a new inode the information is valid and it is
better to pass it along instead of leaving the value undefined.

This should have no practical effect but should reduce the amount of
garbage if EXT2F_ROCOMPAT_EXTRA_ISIZE is set, like in cases where the
filesystem is converted from ext3 to ext4.

MFC after:	4 days
2016-01-24 23:24:47 +00:00
..
ext2_alloc.c ext2: Initialize i_flag after allocation. 2016-01-24 02:25:41 +00:00
ext2_balloc.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_bmap.c ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2_dinode.h Fix comment. 2016-01-24 02:44:00 +00:00
ext2_dir.h ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_extents.c ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2_extents.h ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2_extern.h ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_hash.c ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_htree.c Rename some directory index constants. 2016-01-24 02:41:49 +00:00
ext2_inode_cnv.c ext2fs: passthrough any extra timestamps to the dinode struct. 2016-01-24 23:24:47 +00:00
ext2_inode.c Fix the build when INVARIANTS is defined by restoring bo's definition in 2015-01-19 07:10:08 +00:00
ext2_lookup.c Rename some directory index constants. 2016-01-24 02:41:49 +00:00
ext2_mount.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_subr.c - Remove some dead code copied from ffs. 2015-07-29 03:06:08 +00:00
ext2_vfsops.c ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_vnops.c ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2fs.h ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
fs.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
htree.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
inode.h ext2: rename some directory index constants. 2016-01-24 04:30:30 +00:00